Included Services
| Service | Purpose | Port |
|---|---|---|
| n8n | Low-code workflow automation, 400+ integrations | 5678 |
| Ollama | Run LLMs locally | 11434 |
| Qdrant | Vector database | 6333 |
| PostgreSQL | Persistent storage | 5432 |
What You Can Build
- RAG chatbots, AI workflow automation, document processing, code generation, data analysis
FAQ
Q: What is the Self-Hosted AI Starter Kit? A: n8n's official Docker Compose template that spins up a complete local AI environment (n8n + Ollama + Qdrant + PostgreSQL) with one command.
Q: Is it free? A: Fully free and open source (Apache 2.0) — all services can be self-hosted.