Interactive CLI to scaffold AI Stack projects with Next.js, FastAPI, or TypeScript
npm install create-ai-stack-starter> The best way to start a full-stack, typesafe AI app
Interactive CLI to scaffold production-ready AI applications with FastAPI, Next.js, and RAG pipelines.
``bash`
npx create-ai-stack@latest my-ai-app
- š¤ 4 LLM Providers - OpenAI, Anthropic, Gemini, Ollama
- šļø 3 Vector DBs - Qdrant, Weaviate, pgvector
- š Dual Auth - Clerk or Custom JWT
- ā” FastAPI Backend - Async Python with SQLAlchemy
- šØ Next.js Frontend - TypeScript + Tailwind CSS
```
my-ai-app/
āāā apps/
ā āāā backend/ # FastAPI + RAG Pipeline
ā āāā frontend/ # Next.js 16 + Clerk
āāā packages/ # Shared abstractions
āāā docker-compose.yml
āāā .env.example
MIT