Your code already knows how to run itself
Aiploy works out the rest — databases, Dockerfile, ports, TLS — and deploys it. One command. You never touch a server.
Start your free trial7 days free · card required · then $2/mo. See pricing.
Your project
module myapp go 1.25 require ( github.com/lib/pq v1.10.9 github.com/redis/go-redis/v9 v9.7.0 )
// main.go func main() { http.ListenAndServe(":8080", mux)
What Aiploy worked out
- Language
- Go 1.25
- Entrypoint
- .
- Port
- 8080
- CGO
- not required
- Databases
- PostgreSQL, Redis
- Generated
- Dockerfile, compose, TLS cert
live at myapp.aiploy.dev
Getting started
Three commands, start to live
-
curl -sSL https://www.aiploy.dev/install.sh | sh
Install the CLI.
-
aiploy init
Creates the app and writes a
.aiployfile in your project. -
aiploy deploy
Analyzed, built, and live over HTTPS on your own subdomain.
What you didn't have to do
- Write a Dockerfile
- Wire connection strings
- Configure a reverse proxy
- Renew a certificate
- Patch a server
The comparison
How it compares
| Feature | Aiploy | Heroku | Railway | Fly.io | Dokku |
|---|---|---|---|---|---|
| Reads your dependencies to configure | yes | no | no | no | no |
| Databases detected from your code | yes | no | no | no | no |
| No Dockerfile needed | yes | yes | yes | no | yes |
| Managed — no server to run | yes | yes | yes | yes | no |
| Starts at | $2/mo | $5/mo | usage | usage | free |
Pricing
Every plan is a paid plan
Questions
Before you ask
- Is there a free tier?
- No. 7 days free with a card, then $2/mo. We'd rather charge $2 than run a free tier we can't afford to keep.
- Do you support other languages?
- Go only today. The analysis is built around Go projects, and we'd rather do one language properly than several badly.
- Am I locked in?
- Your code stays portable. There's no Aiploy SDK to import and no framework to adopt — your app reads its database connection strings from ordinary environment variables, exactly as it would anywhere else. Nothing in your source knows it's running here.
- What happens to my data?
- Every paid plan includes automatic database backups with restore, from 2 days on Starter upward.
Deploy your first app today
7 days free · card required · then $2/mo.