stack-agent
v0.3.1
Published
AI-powered CLI that helps developers choose and scaffold full-stack applications through conversational interaction
Maintainers
Readme
stack-agent
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 overRequirements
- Node.js 20+
- An Anthropic API key
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 tsupLicense
MIT
