JSPM

stack-agent

0.2.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 11
  • Score
    100M100P100Q71657F
  • License MIT

AI-powered CLI that helps developers choose and scaffold full-stack applications through conversational interaction

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (stack-agent) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    stack-agent

    npm version CI License: MIT Node.js

    AI-powered CLI that helps developers choose and scaffold full-stack applications through conversational interaction.

    A senior software architect in your terminal — it walks you through stack decisions, explains trade-offs, and scaffolds your project using official framework tools.

    How it works

    1. Conversation — The agent asks what you're building, then guides you through frontend, backend, database, auth, payments, AI/LLM, and deployment choices
    2. Recommendations — Each stage presents 2-3 options with a recommended pick and trade-off context
    3. Review — Once all decisions are made, the agent presents your full stack for approval
    4. Scaffold — The agent runs official tools (create-next-app, create-vite, etc.) and generates integration code grounded by current documentation

    Quick start

    export ANTHROPIC_API_KEY=your-key-here
    npx stack-agent

    Requirements

    What it does

    • Delegates base scaffolding to official framework CLIs (create-next-app, create-vite, etc.)
    • Generates integration code (auth, database, payments) using Claude, grounded by up-to-date documentation via MCP
    • Writes .env.example with required environment variables
    • Installs dependencies automatically

    Development

    npm install
    npm run dev          # Run with tsx
    npm test             # Run tests
    npm run build        # Build with tsup

    License

    MIT