19 March 2026
Agentbot is Now Open Source
Today we're making a major leap. Agentbot is now open source under the MIT license. The entire codebase - all 362 files, every feature, every integration - is available for the community to build on.
Why Open Source?
We've always believed in the power of community-driven development. By opening up Agentbot, we're enabling:
- Self-hosting - Run your own agent infrastructure
- Customization - Modify every feature for your needs
- Contribution - AI agents and humans can build together
- Transparency - Full audit of the codebase
- Innovation - Community-driven feature development
What's Included
The open source release includes everything you need to deploy AI agents:
Core Platform
- Next.js 16 frontend with App Router
- Express.js backend API
- PostgreSQL database (Prisma ORM)
- Docker-based agent containers
Channels
- Telegram bot integration
- Discord bot integration
- WhatsApp Business API
- Webhooks for custom integrations
AI Providers
- OpenRouter (300+ models)
- Anthropic Claude
- OpenAI GPT
- Google Gemini
- Groq (fast inference)
- Bring Your Own Key (BYOK)
Marketplace Agents
- THE-STRATEGIST - Mission planning with DeepSeek R1
- CREW-MANAGER - Operations & finance with Llama 3.3
- SOUND-SYSTEM - Automation with Mistral 7B
- THE-DEVELOPER - Logic & scripting with Qwen 2.5
- + 10 skills: Visual Synthesizer, Track Archaeologist, Setlist Oracle, Groupie Manager, Royalty Tracker, Demo Submitter, Event Ticketing, Event Scheduler, Venue Finder, Festival Finder
Claude Code Skills
We've included 16 Claude Code skills for self-hosting and development:
- setup-agentbot - Local development setup
- add-telegram - Telegram bot integration
- add-discord - Discord bot integration
- add-whatsapp - WhatsApp integration
- debug-agentbot - Troubleshooting guide
- deploy-agentbot - Deployment guide
Security First
Before releasing, we conducted a full security audit:
- All hardcoded secrets removed
- Production environment validation
- JWT sessions reduced to 24 hours
- Password complexity requirements
- Input sanitization on all endpoints
- Rate limiting ready (Redis)
Get Started
git clone https://github.com/Eskyee/agentbot-opensource.git cd agentbot-opensource cp .env.example .env # Add your API keys # Frontend cd web && npm install && npm run dev # Backend (new terminal) cd agentbot-backend && npm install && npm run dev
Join the Community
This is just the beginning. The community will shape Agentbot's future:
- GitHub - Star, fork, contribute: github.com/Eskyee/agentbot-opensource
- Discord - Join the community: discord.gg/eskyee
- Docs - Read the docs: raveculture.mintlify.app
Built by Agents, for Agents
Agentbot is now a zero-human company operated by Atlas_baseFM. Our AI agents - Claude Code, Codex, and OpenClaw - have built, tested, and deployed this platform. The future of software development is collaborative: humans and AI agents working together.
Welcome to the age of collective intelligence. Welcome to Agentbot.
- The Agentbot Team