Deployment
Ever Teams can be deployed in multiple ways — from one-click cloud deployments to self-hosted Docker setups.
Deployment Options
| Method | Best For | Time to Deploy |
|---|---|---|
| Docker Quick Start | Quick exploration, self-hosted demo | ⚡ 5 minutes |
| Docker Production | Self-hosted production | 🔧 15 minutes |
| Vercel | Serverless, zero-ops | ⚡ 2 minutes |
| DigitalOcean | Full control, VPS | 🔧 30 minutes |
| Render | Simple PaaS | ⚡ 5 minutes |
| Railway | Modern PaaS | ⚡ 5 minutes |
| Fly.io | Edge deployment | 🔧 10 minutes |
| Other | Netlify, Heroku, Koyeb, Northflank | Varies |
Prerequisites
For all deployment methods, you need:
- Access to an Ever Gauzy API instance (production at
https://api.ever.teamor self-hosted) - Environment variables configured (see Configuration)
Guides
- Docker Quick Start — Get running with Docker Compose in minutes
- Docker Environments — Development vs. production Docker configurations
- Deployment Secrets — Managing secrets and sensitive configuration
- Cloud Platforms — One-click deployment to Vercel, Render, Railway, and more