Self-Hosting
Run NestFleet on your own infrastructure. AGPL-3.0 open source — free forever.
Self-hosted NestFleet runs as two Docker containers (API + Next.js console) backed by PostgreSQL. A bundled Caddy reverse proxy handles TLS automatically via Let's Encrypt. Your data never leaves your infrastructure.
Community tier limit: Self-hosted deployments run in Community mode by default, which supports 1 active product. Paid tiers are available on nestfleet.dev managed hosting.
Setup steps
Prerequisites
Docker, PostgreSQL, LLM API key, and network requirements.
GitHub App Setup
Create and configure the GitHub App for PR drafting and issue ingestion.
Environment Variables
Full reference for every configuration option.
Docker Compose
Production deployment with Caddy TLS, PostgreSQL, and the API + console.
Backup & Restore
Automated pg_dump backups and restoration procedure.
Upgrading
Pull new images, run migrations, zero-downtime restart.