> For the complete documentation index, see [llms.txt](https://docs.n8n.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.n8n.io/deploy/host-n8n/deploy-with-the-ai-starter-kit.md).

# Deploy with the AI starter kit

The Self-hosted AI Starter Kit is an open, docker compose template that bootstraps a fully featured Local AI and Low Code development environment.

Curated by [n8n](https://github.com/n8n-io), it combines the self-hosted n8n platform with a list of compatible AI products and components to get you started building self-hosted AI workflows.

## What’s included <a href="#whats-included" id="whats-included"></a>

✅ [**Self-hosted n8n**](/deploy/host-n8n.md): Low-code platform with over 400 integrations and advanced AI components.

✅ [**Ollama**](https://ollama.com/): Cross-platform LLM platform to install and run the latest local LLMs.

✅ [**Qdrant**](https://qdrant.tech/): Open-source, high performance vector store with a comprehensive API.

✅ [**PostgreSQL**](https://www.postgresql.org/): The workhorse of the Data Engineering world, handles large amounts of data safely.

## What you can build <a href="#what-you-can-build" id="what-you-can-build"></a>

⭐️ [AI Agents](#user-content-fn-1)[^1]{ data-preview} that can schedule appointments

⭐️ Summaries of company PDFs without leaking data

⭐️ Smarter Slackbots for company communications and IT-ops

⭐️ Private, low-cost analyses of financial documents

## Get the kit <a href="#get-the-kit" id="get-the-kit"></a>

Head to [the GitHub repository](https://github.com/n8n-io/self-hosted-ai-starter-kit) to clone the repo and get started!

{% hint style="info" %}
**For testing only**

n8n designed this kit to help you get started with self-hosted AI workflows. While it’s not fully optimized for production environments, it combines robust components that work well together for proof-of-concept projects. Customize it to meet your needs. Secure and harden it before using in production.
{% endhint %}

[^1]: AI agents are artificial intelligence systems capable of responding to requests, making decisions, and performing real-world tasks for users. They use large language models (LLMs) to interpret user input and make decisions about how to best process requests using the information and resources they have available.
