create-ai-eng-app
v0.1.11
Published
Scaffold a new AI Engineering Kit project (Next.js + Supabase + a spec-driven Claude Code workflow), or update an existing one.
Downloads
1,345
Maintainers
Readme
create-ai-eng-app
Scaffold a new AI Engineering Kit project — a Next.js app wired for a spec-driven Claude Code workflow, built for product managers and founders who ship production software without reading code.
Usage
npx create-ai-eng-app my-appThen:
cd my-app
claude # open Claude Code
/verify-setup # confirm the setup is ready
/init # define your product and first featuresWorkflow: /init → /write-spec → /architecture → /tasks → /build → /qa → /deploy (/refine anytime).
Update an existing project
npx create-ai-eng-app update # refresh the .claude/ framework + workflow map to latestYour app code and features are not touched.
What it sets up
- Stack: Next.js 16 + TypeScript + Tailwind + shadcn/ui + Supabase + Vitest + Playwright
- Framework:
.claude/skills, rules, agents — standalone, so commands stay bare (/init,/build) - Project files:
CLAUDE.md(workflow map),features/,docs/PRD.md
Updates are pull-based via update — the developer decides when to update, no surprise drift mid-build.
