▤TemplateAgentic capabilityFree
create-llama
CLI scaffolder for full-stack LlamaIndex RAG and agentic apps — Next.js, FastAPI, or Express in one command.
Installs210k
Rating★ 4.6
Reviews70
create-llama
create-llama is an interactive CLI that bootstraps production-ready LlamaIndex applications in seconds. It generates a fully wired full-stack project — your choice of Next.js, Python FastAPI, or Express backend — with document ingestion, vector storage, chat UI, streaming, and optional agentic tools pre-configured.
Key Features
- Full-stack templates: Next.js + Python FastAPI, Next.js + Express, or Python API-only
- One-command setup: interactive prompts select model provider (OpenAI, Anthropic, Groq, Ollama), vector store (Pinecone, Chroma, Qdrant, in-memory), and data sources
- Streaming chat UI: complete React chat interface with streaming tokens, file upload, and multi-turn history
- Document pipelines: PDF, Markdown, HTML, CSV ingestion with chunking + embedding baked in
- Agentic mode: toggle agent mode to add tool-calling loops with DuckDuckGo search, code interpreter, and custom tools
- Production-ready: Docker Compose, Vercel deploy button, and
.envmanagement all included
Quick Start
npx create-llama@latest
# Interactive wizard: pick stack, model, vector store
# Then:
cd my-llama-app && npm run dev
npx ai-supply add create-llama-fullstack-scaffold
Curated mirror of the open-source create-llama (MIT). Get it from the source.