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
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
- Conversation — The agent asks what you're building, then guides you through frontend, backend, database, auth, payments, AI/LLM, and deployment choices
- Recommendations — Each stage presents 2-3 options with a recommended pick and trade-off context
- Review — Once all decisions are made, the agent presents your full stack for approval
- 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-agentRequirements
- Node.js 20+
- An Anthropic API key
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.examplewith required environment variables - Installs dependencies automatically
Development
npm install
npm run dev # Run with tsx
npm test # Run tests
npm run build # Build with tsupLicense
MIT