Skip to main content
Self-Hosted Edition

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

1

Clone the repository

git clone https://github.com/automadocs/automadocs.git
2

Configure environment

cd automadocscp .env.example .env

Edit .env with your configuration. At minimum, set JWT_SECRET andGITHUB_CLIENT_ID.

3

Start the services

docker compose up -d

This 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

Recommended

Perfect for small teams and testing

docker compose up -d

Kubernetes

Production-ready with scaling

helm install automadocs ./chart

Manual

Full control over configuration

npm run build && npm start

Need Help?

Get support for your self-hosted deployment. From community help to enterprise support.

Community

GitHub discussions and community support

Free

Business

Priority support with 24h response time

$499/month

Enterprise

Dedicated support, SLA, and custom features

Contact us
Contact Sales