Skip to main content

A command-line tool to generate modern RAG applications with various components.

Project description

🚀 create-rag-app

A CLI tool that lets you generate production-ready RAG (Retrieval-Augmented Generation) applications in seconds.

⚙️ Choose your stack. 📦 Get a complete Dockerized project. 🧠 Power your app with your data + LLMs.

🌟 Why create-rag-app?

Building RAG apps is complex—you need to juggle LLMs, embeddings, chunking, retrieval, APIs, and more. With create-rag-app, all of this becomes plug-and-play:

✅ Standardized architecture
✅ Developer-first CLI
✅ Open-source & extensible

Whether you're building an AI chatbot over your docs or a powerful knowledge assistant, this CLI sets you up with a solid, scalable foundation.

🔧 What It Will Do

You run:

npx create-rag-app

And answer a few questions:

  • LLM Provider? (OpenAI, Claude, Local)
  • Vector DB? (Qdrant)
  • Frontend? (None, Streamlit, Next.js)
  • Document Loader? (Local, Web, Notion, YouTube)
  • Chunking Strategy? (Fixed, Recursive, Metadata-aware)
  • Embedding Model? (OpenAI, HuggingFace, Local)
  • RAG Framework? (LangChain, LlamaIndex, None)
  • Prompt Type? (Basic, Conversational, Agentic)
  • Auth? (None, JWT, Basic)
  • Extras? (Monitoring, Eval Setup, Dataset preload)

💥 Boom. Your RAG app scaffold is ready inside a Docker container.

📁 Example Output Structure

my-rag-app/
├── backend/
│   ├── api/
│   ├── loaders/
│   ├── retriever/
│   ├── llm/
│   └── main.py
├── frontend/ (optional)
│   └── pages/
├── data/
├── .env.template
├── docker-compose.yml
└── README.md

🚧 Features To Be Implemented

Here's what's on the roadmap for the first MVP:

✅ Core CLI

  • Interactive CLI with inquirer
  • Dynamic template scaffolding
  • Backend stack choices (FastAPI, Express)

🧠 RAG Configuration

  • LLM selection (OpenAI, Anthropic, local models)
  • Embedder selection (OpenAI, BGE, Cohere, etc.)
  • Vector DB support (Qdrant)
  • Data loader types (PDF, YouTube, Notion, Web)

🧱 Frontend (optional)

  • Streamlit or Next.js integration
  • Basic chat UI with source highlighting

🧪 Extras

  • Prompt customization options
  • Eval flow scaffold (Precision@K, feedback loop)
  • Monitoring/logging (basic + OpenTelemetry)
  • Auth layer (JWT / basic auth)

🐳 DevOps

  • Dockerized full-stack output
  • Git auto-init and install
  • .env templating and secrets handling

🤝 Contributing

Got an idea? Want to add a new integration (e.g., Qdrant or Supabase)? We'd love to have you onboard.

git clone https://github.com/yourname/create-rag-app
cd create-rag-app
npm install
npm link
create-rag-app

🛠 Tech Stack (Planned)

  • CLI: Node.js + TypeScript
  • CLI UI: Inquirer.js, Chalk
  • Templates: EJS-based folders
  • Backend: FastAPI (Python) or Express (Node)
  • Frontend: Next.js or Streamlit
  • DevOps: Docker, Docker Compose

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

create_rag_app-0.1.1.tar.gz (21.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

create_rag_app-0.1.1-py3-none-any.whl (32.8 kB view details)

Uploaded Python 3

File details

Details for the file create_rag_app-0.1.1.tar.gz.

File metadata

  • Download URL: create_rag_app-0.1.1.tar.gz
  • Upload date:
  • Size: 21.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.3 CPython/3.13.3 Darwin/24.4.0

File hashes

Hashes for create_rag_app-0.1.1.tar.gz
Algorithm Hash digest
SHA256 2ad521a920a21f36d82f49ac60fc2756d30363c9850b28dad0cc4ac2da22ca90
MD5 2f197e1ff6edf86305000ae1d52c98e1
BLAKE2b-256 bcfe7c983358e120eb8ed059dba37bc2302204a8e25fb96498297612b0164caf

See more details on using hashes here.

File details

Details for the file create_rag_app-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: create_rag_app-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 32.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.3 CPython/3.13.3 Darwin/24.4.0

File hashes

Hashes for create_rag_app-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 85f3f3e25d01e2c943d4f7bbf106e81000c94a6778bceb89a2ff96b88db2d3fb
MD5 8041ff5e594a6892fff7ea71991f54ed
BLAKE2b-256 8ebce662626a52ed24996eafaa62667fee5dcc7ebcb9fd82731b51c535056cac

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page