App Marketplace
The marketplace ships with 522 ready-to-deploy app templates covering web apps, dashboards, AI tooling, databases, communication, dev tools, and more. Pick a template, walk through the configuration wizard, and the platform handles the rest.
Browsing Templates
- Open Marketplace in the sidebar (or visit
/marketplace). - Filter by category and tag, or search by name.
- Each template page shows description, screenshots, required env vars, and a deploy count.
Universal App Configuration Wizard
When you click Deploy on any template, the Universal App Configuration Wizard opens. It walks you through:
- App identity — name and subdomain.
- Plan — choose CPU/memory tier.
- Required env vars — the wizard reads the template's config schema and only asks for variables that are actually required.
- Secrets — API keys, OAuth credentials, database URLs.
- Review — confirm and trigger the 10-step deployment pipeline.
The wizard remembers partial input, so you can step away and resume later.
What Happens After You Click Deploy
The deploy pipeline runs: domain verification → DNS → database provisioning → storage → config → image deploy to K8s → Traefik routing → SSL via DNS-01 → health check → mailbox provisioning. You can watch each step in the Deployments page.