Welcome to the AI Agent Lab – your playground to learn and build AI agents using n8n, Docker, and the AutoAI-n8n-Kit.
This guide is designed for non-tech users. No coding required.
The AutoAI-n8n-Kit is a ready-to-run environment, built on the open-source n8n AI Starter Kit, with enhancements for learning, building, and scaling AI automations.
- n8n self-hosted – No-code visual automation engine
- Cloudflare Tunnel – Secure public access
- RAG-ready – Supports Retrieval-Augmented Generation
- RSSHub – Web content crawler for custom RSS feeds
- Database persistence – Save workflows across sessions
Before starting, install these tools:
✅ Works on macOS, Windows, and Linux.
git clone https://github.com/kientranasia/AutoAI-n8n-Kit.git
cd AutoAI-n8n-Kit
cp .env.example .env
cp rsshub/.env.example rsshub/.env
You can keep default values for testing locally.
Start the core n8n system:
docker compose up -d
Start RSSHub (for web crawling):
cd rsshub
docker compose up -d
Open your browser and go to:
http://localhost:5678
Create your admin account when prompted.
🎉 You're now inside your AI Agent Lab!
In the AI Agent Lab series, you will:
- Build your first workflow: auto-send Telegram messages, update Notion, etc.
- Connect to LLMs (e.g., OpenAI, Ollama) for text generation and document analysis
- Create real autonomous AI agents with memory and tools
- Use RSSHub + RAG to create smart research bots
Action | Command |
---|---|
Stop everything | docker compose down |
Restart system | docker compose up -d |
View logs | docker compose logs -f |
- Ports not working? Make sure Docker Desktop is running.
- Can’t access dashboard? Check if port
5678
is in use or restart Docker. - Windows users: Use Git Bash or WSL for better CLI experience.
This environment sets the foundation for all upcoming lessons in the AI Agent Lab.
Whether you're a freelancer, operator, or founder, this lab will help you prototype, test, and automate real-world workflows using AI.
📺 A full video tutorial will be published tomorrow on our YouTube channel.
We'll guide you step-by-step to get everything running — even if you're not technical.
Stay tuned!
If you find this useful or spot issues:
- ⭐ Star the repo
- 🐛 Open an issue
- 📬 Join the AutoAI community
Made with ❤️ by @kientranasia
AutoAI Starter Kit