Welcome
About DollarDeploy
DollarDeploy platform is a control-plane, which allows you to deploy your apps to your own servers. We manage your servers so they can run your apps efficiently and automatically build and deliver apps to the servers you added on the platform. We also provide an ability to manage services you need to run your own business, such us Postgres, Redis, Mongo, MariaDB and more coming.
DollarDeploy puts you in control of your infrastructure, your budget, and your freedom to switch server providers at any time.
With just a few clicks, our platform automatically builds and deploys your app on the hosts (servers) of your choice—all with HTTPS configured for secure access and much more.
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 Wordress. 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
You 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!