Desktop View Required

Please switch to a desktop device for the best experience. This application is optimized for larger screens.

View Demo

Deploy Go on CreateOS

Deploy Go applications with automatic binary compilation, minimal container images, and excellent performance.

How to Deploy

1

Connect your repository

Link your GitHub repository with your Go project.

2

Configure build

CreateOS detects go.mod and builds an optimized binary automatically.

3

Set environment variables

Add any environment variables your Go app needs.

4

Deploy

Deploy with minimal container image and fast cold starts.

Features

Automatic binary compilation
Go modules support
Minimal container images
Fast cold starts
Built-in concurrency

Default Commands

Build command:go build -o app
Run command:./app