Getting Started with App Platform
Deploy your web applications with a simple git push. Our App Platform supports Node.js, Python, PHP, Go, Ruby, Java, Rust, .NET, and any Docker container.
Quick Start
1. Create an App
Go to Services > PaaS and click New App.
2. Add Git Remote
bash
git remote add dokku [email protected]:your-app-name3. Deploy
bash
git push dokku mainYour app builds and deploys automatically in under 60 seconds.
What Happens During Deploy
- Code received by build system
- Language auto-detected
- Dependencies installed
- App built and started
- Health check verified
- Traffic routed (zero-downtime)