Deploy Rails without becoming an AWS engineer.
RailsDocks brings back the deployment workflow Rails developers loved: create an app, push your code, and get back to building.
$ gem install railsdocks $ railsdocks login Email: you@example.com Password: Logged in as you@example.com. $ railsdocks apps:create my-app Created my-app. Hostname: https://my-app.railsdocks.com Database: PostgreSQL Git remote `railsdocks` added. $ git push railsdocks main -----> Detected Ruby on Rails -----> Building release image -----> Releasing application -----> Deployment successful https://my-app.railsdocks.com
Everything between
git push
and production.
RailsDocks handles the infrastructure so you can spend your time on the application.
Git Push Deploys
Push your main branch and RailsDocks builds, releases, and routes your application automatically.
PostgreSQL
Create an application with PostgreSQL ready to use, without provisioning or wiring up a database yourself.
Custom Domains
Attach your own hostname from the CLI and let RailsDocks handle application routing.
CLI First
Create apps, deploy code, manage domains, and run database migrations without living in a dashboard.
From local Rails app to live application.
No load balancers to configure. No container registry to babysit. No afternoon lost clicking through cloud consoles.
RailsDocks hides the machinery and gives you the workflow you actually wanted in the first place.
Create an app
railsdocks apps:create my-app
RailsDocks allocates the application, hostname, Git repository, runtime, and PostgreSQL resources.
Push your code
git push railsdocks main
Your application is packaged, built, released, and routed automatically.
You're live
https://my-app.railsdocks.com
That's it. Go build the next feature.
Rails deserves a Rails-shaped deployment platform.
Convention over configuration shouldn't stop when your code leaves your laptop.
Simple platform. Simple pricing.
No AWS calculator required.
RailsDocks
Git deployments, PostgreSQL, custom domains, database commands, and the RailsDocks CLI.
Get StartedRemember when deploying Rails was simple?
We do too.
$ gem install railsdocks $ railsdocks login