All use cases
Deploy Go Applications
Deploy Gin, Echo, Fiber, and any Go application. Go 1.25 runtime with module support and optimized builds.
How to deploy your Go app
1
Sign up / Sign in
Create an account or sign in to your dashboard. Your account is created automatically on first sign in.
2
Create a project
Click on "Create a project" from your dashboard.
3
Connect your GitHub repository
Select your Go repository from GitHub. You may need to connect your GitHub account if you haven't already.
4
Configure your project settings
Set your Docker image and commands for your Go app.
Example: Gin
Build: go build -o app .
Start: ./app
5
Deploy
Click "Deploy" or simply push to your repository. Every git push triggers a new deployment.
6
Visit your app
Once deployed, click "Visit" to see your live Go application.
Popular frameworks
- Gin - HTTP web framework with martini-like API
- Echo - High performance, minimalist framework
- Fiber - Express-inspired web framework
- Chi - Lightweight, idiomatic router