About DollarDeploy
Deploy to your own servers. We handle the rest.
DollarDeploy is a deployment platform that builds and ships your apps to servers you control—on Hetzner, DigitalOcean, or any VPS. No vendor lock-in, no surprise bills, no Docker complexity. Just push your code and we take care of builds, HTTPS, process management, and database setup.
You own your infrastructure. We make it effortless to run.
Quick links
- 📘 Getting Started — Deploy your first app in 5 minutes
- 🔌 AI Integration — Deploy using Claude or Cursor
- ⚙️ How it works — Apps as systemd services
- 💻 Local development — Match your production setup locally
- 📝 Blog & Changelog — Latest updates and tutorials
Supported apps
We deploy your apps as native Systemd processes with isolation and control. No need to configure and run docker for popular apps.
- Next.js / React - we build and package your app, using your favorite package manager. Deploy or fork boilerplate here: https://dollardeploy.com/r/nextjs-boilerplate
- Go - using make / go build process, we make binary for the target platform your server works on: See demo here: https://github.com/dollardeploy/example-go
- Python + UV: we automatically install all required packages, create deployment archive and run it on your server. See example project here: https://github.com/dollardeploy/example-python-uv
- PHP: We are running isolated PHP-FPM environments for every PHP app which brings security and flexibility to run anything from Drupal to WordPress. Example repo: https://github.com/dollardeploy/example-php/
- Rust: Using cargo package manager, we build native executable and deploy it on your server. Example repo: https://github.com/dollardeploy/example-rust
- Docker Compose: You can also run your own docker compose setup, which will be build and run on your server automatically
Supported services
Your app rarely can run alone, it also needs database and other provided by the server features. Our approach is to reduce reliance on third-party platforms, so all required services should run on same server / your own infrastructure.
- Postgres: Add world's most popular SQL database to your server in a single click.
- Redis: Add caching layer to your app.
- Docker: Automatically install latest Docker.com package for Docker & Docker Compose.
- Mongo: Document oriented database automatically installed from Mongodb.com repositories.
- MariaDB: Install MySQL compatible database.
- Firewall: Automatically configure UFW with SSH, HTTP, and HTTPS allowed. Also we install fail2ban to monitor and refuse bad SSH connection attempts.
What sets DollarDeploy apart is our commitment to simplicity: by default, we avoid complex containers or orchestrators. Instead, we rely on native Linux packages to mirror the simplicity of a manual install. Plus, if you’re a GitHub user, connecting your repo allows for automatic deployments every time you push code.
Explore our documentation to learn how to get started, deploy your first app, and discover all the ways DollarDeploy can help you build and scale with confidence. We can’t wait to see what you’ll create!