JSPM

stack-agent

0.3.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 11
  • Score
    100M100P100Q71647F
  • 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 a fullscreen terminal UI.

    A senior software architect in your terminal — it recommends your entire stack, lets you review and refine each decision, then scaffolds the project with integration code.

    Usage

    export ANTHROPIC_API_KEY=your-key-here
    npx stack-agent            # Start or resume a session
    npx stack-agent --fresh    # Clear saved progress and start over

    Requirements

    Development

    npm install
    npm run dev          # Run with tsx
    npm run mockup       # Run interactive TUI mockup (no LLM calls)
    npm test             # Run tests (176 tests)
    npm run build        # Build with tsup

    License

    MIT