Templates
Zeabur offers a rich catalog of one-click deployment templates, so you can launch WordPress, Postgres, Redis, n8n, Ghost, and hundreds of other popular services without any manual setup.
Browse Templates
Visit zeabur.com/templates to explore the full catalog. Click any template to deploy it directly to your project.
How Templates Work
Each template pre-defines:
- Required services and versions
- Environment variables and default configuration
- Connection relationships between services
When you deploy, Zeabur automatically creates all services defined in the template, wires them together, and makes your application immediately ready to use.
Using Templates in the Deploy Flow
When creating a service, select “Deploy from Template” to search and apply a template directly from the deploy page.
Deploying a template creates a complete project containing all defined services. You can freely modify environment variables and settings after deployment.
Create Your Own Template
If you have a reusable architecture, you can package it as a template and share it with others:
- Create a Template from YAML — define your template structure in code
- Fork a Git Repository from Template — template deployment with Git repository integration