#180 · Primary category: AI Agents & Automation

self-hosted-ai-starter-kit

ai ai-agents low-code self-hosted starter-kit

The Self-hosted AI Starter Kit is an open-source template that quickly sets up a local AI environment. Curated by n8n, it provides essential tools for creating secure, self-hosted AI workflows.

Project last updated:07/23/26

GitHub Stars

15.2K

Forks

3.8K

Contributors

16

License

Apache-2.0

Why we included this project

Teams that want to prototype AI agents on their own hardware often spend days wiring together a workflow engine, a model runner, and a vector store. This Docker Compose template skips most of that: it pairs n8n's low-code workflow editor with Ollama for local LLM inference, Qdrant as the vector store, and PostgreSQL for storage, so you can build things like appointment-scheduling agents, PDF summarizers, or Slack bots that keep data off third-party servers. The repo ships an example workflow plus AI Agent, text classifier, and information extractor nodes, giving you a concrete starting point rather than a blank canvas. It is honest about being a proof-of-concept foundation rather than a production deployment, which suits teams that want to validate a self-hosted idea quickly. Nvidia and AMD GPU profiles are included, and Apple Silicon users can fall back to CPU.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category