The simple version
What is Cloud?
Cloud is like having a professional IT team for your homelab. It provides a web dashboard where you can manage all your servers, deploy services, and invite team members — without setting up any infrastructure yourself.
Self-hosted vs. managed
- Self-hosted (Stack only)
- Managed (Cloud)
You manage everything:
- ✅ Complete control
- ✅ No subscription costs
- ❌ You handle updates and security patches
- ❌ You configure backups
- ❌ You set up user management
- ❌ One homelab at a time
🔧 Technical details
🔧 Technical details
Cloud is a multi-tenant SaaS platform built with:
- Frontend: SvelteKit with real-time updates
- Backend: Go API with PostgreSQL 17 and Prisma ORM
- Identity: Zitadel for OIDC/SAML/passkey authentication
- Billing: Stripe for subscriptions
- Agent: Lightweight Go binary with mTLS for secure homelab connectivity
How it works
What stays where?
| Data | Location | Why |
|---|---|---|
| Your files & databases | Your servers | Your data never leaves your infrastructure |
| Configuration | Cloud cloud | So you can access it from anywhere |
| User accounts | Cloud cloud | Managed securely by Zitadel |
| Deployment history | Cloud cloud | Track who changed what, when |
Key features
Multi-homelab
Manage production, development, and testing environments from one dashboard
Team access
Invite team members with role-based permissions
Passwordless login
Passkeys and SSO — no passwords to remember
Automatic backups
Configuration backed up automatically
Usage insights
See how your infrastructure is performing
Priority support
Get help when you need it
Architecture
🔧 How the agent connection works
🔧 How the agent connection works
Key points:
- Agent connects outbound — no inbound ports needed on your network
- All communication is mTLS encrypted — both sides verify each other
- Agent is a lightweight Go binary (~15MB) that runs as a systemd service
SSO-Based Tool Access
kombify Cloud provides seamless authenticated access to all kombify tools via token-based SSO. Users authenticate once via Zitadel on kombify.io, and get automatic access to their TechStack, Simulate, and AI instances without additional login steps.Sign up
Create your account at kombify.io.
Team & Access Control
Role-Based Access
| Role | View | Deploy | Configure | Billing | Admin |
|---|---|---|---|---|---|
| Viewer | ✅ | ❌ | ❌ | ❌ | ❌ |
| Operator | ✅ | ✅ | ❌ | ❌ | ❌ |
| Developer | ✅ | ✅ | ✅ | ❌ | ❌ |
| Admin | ✅ | ✅ | ✅ | ✅ | ✅ |
| Owner | ✅ | ✅ | ✅ | ✅ | ✅ |
SSO Configuration
Cloud uses Zitadel for enterprise-grade authentication: Supported identity providers:- OIDC: Any OIDC-compliant provider
- SAML: Okta, Azure AD, OneLogin, etc.
- LDAP: Active Directory, OpenLDAP
- Social: GitHub, Google, Microsoft
Pricing Plans
Free
$0/month
- 1 connected homelab
- 1 team member
- Community support
Pro
$15/month
- 5 connected homelabs
- 5 team members
- Email support
- All tools included
Team
$49/month
- Unlimited homelabs
- 25 team members
- Priority support
- SSO (OIDC)
All plans include a 14-day free trial. No credit card required.
Dashboard Features
Homelab Overview
View all your homelabs at a glance:- Node health status
- Resource utilization
- Recent deployments
- Active alerts
Deployment History
Track all changes:- Who deployed what
- When it was deployed
- Rollback capability
- Diff viewer
Monitoring & Alerts
Built-in monitoring:- Node availability
- Resource usage
- Service health
- Custom alert rules
Security
Data Encryption
Data Encryption
- All data encrypted at rest (AES-256)
- All traffic encrypted in transit (TLS 1.3)
- mTLS for agent communication
Access Control
Access Control
- Role-based access control
- Audit logging for all actions
- IP allowlist support (Team plan)
Compliance
Compliance
- SOC 2 Type II (in progress)
- GDPR compliant
- Data residency options (EU/US)
Self-Hosted vs Cloud
| Feature | Self-Hosted (Stack) | Managed (Cloud) |
|---|---|---|
| Cost | Free | $0-49/month |
| Setup | ~1 hour | ~5 minutes |
| Updates | Manual | Automatic |
| Multi-homelab | No | Yes |
| Team access | DIY | Built-in |
| SSO | DIY | Included |
| Backups | DIY | Automatic |
| Support | Community | Priority |
Getting Started
Create account
Sign up at kombify.io
Next Steps
Quickstart Guide
Get up and running in 5 minutes
Agent Installation
Detailed agent setup instructions
SSO Setup
Configure enterprise authentication
API Reference
Automate with the Cloud API
