Find your deployment guide.
Search across every framework and cloud we cover. Filter by category to narrow down.
- // frameworkrubyRuby
Before Rails there was Ruby. Here's how to ship the runtime itself — workers, CLIs, and small services — onto real infrastructure.
→ open guide - // frameworkrailsRails
The majestic monolith is back, and it deploys better than ever. Kamal 2, Solid stack, Propshaft — no Node, no Redis, no Nginx if you don't want them.
→ open guide - // frameworksinatraSinatra: small
The 40-line Dockerfile framework. Perfect for internal APIs, webhooks, and 'we just need one endpoint' services.
→ open guide - // frameworkhanamiHanami: modern Ruby
Slice-based architecture, dry-rb composition, ROM persistence — Hanami 2 is what a lot of Ruby people quietly wish Rails had become.
→ open guide - // frameworkrodaRoda: the fastest gem in the west
Routing trees over routing tables. Roda is what you reach for when latency is a feature.
→ open guide - // frameworkpadrinoPadrino: Sinatra
Admin panels, mailers, and mountable subapps — deployed with the same care as any modern Ruby stack.
→ open guide - // frameworkgrapeGrape: REST APIs
The framework of choice for Ruby-first API teams. Mount it in Rails, or run it standalone on a lean Puma. Deploys like any other Rack app.
→ open guide - // frameworkcampingCamping: the 4kB micro-framework
_why's tiny single-file framework is still alive — and still perfect for one-off tools and micro-services that fit in your head.
→ open guide - // frameworkcubaCuba: micro
Sinatra without the DSL sugar. A few hundred lines of Ruby, built on Rack. Deploys like a dream because there's nothing to it.
→ open guide