Deploy AutomaDocs
On Your Infrastructure
Full control over your documentation platform. Complete privacy, unlimited users, and no data ever leaves your network.
Why Self-Host?
Complete Privacy
Your code and documentation never leave your infrastructure. Full GDPR and compliance control.
Air-Gapped Support
Deploy in air-gapped environments with no external network dependencies.
Your Database
Use your own PostgreSQL instance. Full data ownership and backup control.
Unlimited Users
No per-seat pricing for self-hosted. Add as many users as you need.
Bring Your AI
Use your own Anthropic or OpenAI API keys. Control costs and rate limits.
Any Cloud
Deploy to AWS, GCP, Azure, or your own data center. Docker-based for portability.
Quick Start
Get AutomaDocs running in minutes with Docker Compose
Clone the repository
git clone https://github.com/automadocs/automadocs.gitConfigure environment
cd automadocscp .env.example .envEdit .env with your configuration. At minimum, set JWT_SECRET andGITHUB_CLIENT_ID.
Start the services
docker compose up -dThis starts AutomaDocs, PostgreSQL, and Redis. Access the app at http://localhost:3000.
System Requirements
Minimum
- 2 CPU cores
- 4GB RAM
- 20GB storage
- Docker 20.10+
Recommended
- 4+ CPU cores
- 8GB+ RAM
- 50GB+ SSD storage
- PostgreSQL 15+
Deployment Options
Docker Compose
RecommendedPerfect for small teams and testing
docker compose up -dKubernetes
Production-ready with scaling
helm install automadocs ./chartManual
Full control over configuration
npm run build && npm startNeed Help?
Get support for your self-hosted deployment. From community help to enterprise support.
Community
GitHub discussions and community support
FreeBusiness
Priority support with 24h response time
$499/monthEnterprise
Dedicated support, SLA, and custom features
Contact us