| title | Enclii Documentation | |||
|---|---|---|---|---|
| description | Deploy, scale, and operate containerized services on infrastructure you own | |||
| sidebar_position | 1 | |||
| tags |
|
Deploy, scale, and operate containerized services — on infrastructure you own.
Open-source DevOps platform with production-grade Kubernetes, zero vendor lock-in, and Vercel/Railway/Heroku-style ergonomics.
Install the CLI, sign in with GitHub, and deploy a live service in 5 minutes. No cluster, no YAML.
10-minute migration guides with feature-parity tables, env var import scripts, and DNS cutover steps.
Self-host Enclii end-to-end. Bare-metal or cloud, Kubernetes-native, GitOps-driven.
- Template catalog — starter repos for Next.js, FastAPI, Go, Rails, and more
- CLI reference — every
encliicommand - Service spec —
service.yamlfield-by-field - Troubleshooting — build failures, deploy timeouts, auth issues
- FAQ — billing, security, migration FAQs
Program: commercial launch (GA) program active · Live at: app.enclii.dev
Current program state, readiness, and dates live in COMMERCIAL_GA_TRACKER.md and the readiness scorecard; the plan is the GA master plan. External “95% ready” copy is retired at Gate 5.
| Component | Status |
|---|---|
API (api.enclii.dev) |
✅ Running |
Dashboard (app.enclii.dev) |
✅ Running |
Admin (admin.enclii.dev) |
✅ Running |
Auth (Janua SSO, auth.madfam.io) |
✅ Running |
| Build pipeline | ✅ GitHub webhooks + Paketo buildpacks |
Docs (docs.enclii.dev) |
✅ Running |
Status (status.enclii.dev) |
✅ Running |
| GitOps (ArgoCD, App-of-Apps) | ✅ Running |
| Storage (Longhorn CSI) | ✅ Running — bet C staging-proven |
| Previews / domains / billing enforce | ✅ Staging-proven (2026-05-23) |
| Observability (OTel tracing) | ✅ Running |
| Vault | 🟡 P1 — unseal + ESO sync (O-10) |
| Self-serve signup | 🟡 Wave 2 — disabled in prod until O-17 |
| SLA / support / legal | 🟡 Draft — Wave 4 publish |
| Managed databases | ⏳ Post-GA (bet D) |
This documentation is organized for two audiences: users who deploy services to Enclii, and operators who run the Enclii platform itself.
- Getting Started — local-dev loop, build tooling (for platform contributors)
- Guides — onboarding, testing, database operations, SSO
- CLI Reference — every command with examples
- SDKs — TypeScript and Go client libraries
- Troubleshooting and FAQ
- Architecture — system design and decisions
- Infrastructure — GitOps, Longhorn, Cloudflare, External Secrets
- Production — deployment roadmap, gap analysis, anti-fragility
- GA program — master remediation plan, tracker, scorecard, ops queue
- Runbooks — incident response, cluster remediation, database recovery
- Security and Compliance — secret rotation, SOC2 mapping
- Implementation notes — MVP, build pipeline, CLI completion reports
- Audits and archived reports — historical audit trail
| Role | Start here |
|---|---|
| New user deploying a service | 5-minute quickstart |
| Migrating from Vercel/Railway/Heroku | Migration index |
| Platform contributor (local dev) | Local quickstart |
| DevOps / SRE | Infrastructure, Runbooks |
| Security engineer | Kyverno policies, Secret rotation log |
| Frontend developer | Quickstart, TypeScript SDK |
| Backend developer | Architecture, API docs, Testing guide |
| Executive / CTO | GA scorecard, GA master plan, Gap analysis |
- CLI help:
enclii --helporenclii <command> --help - Docs: you are here (docs.enclii.dev)
- Issues: github.com/madfam-org/enclii/issues
- Status page: status.enclii.dev
When adding documentation:
- User-facing tutorials →
guides/ - Reference material →
reference/orcli/commands/ - Operator runbooks →
runbooks/ - Architecture and ADRs →
architecture/ - Historical reports →
archive/
Update apps/docs-site/sidebars.ts when adding a new top-level page.
Last updated: 2026-07-11 · Documentation version: 4.1 (GA program)