RSSAmplifier

Blog

Mooktakim Ahmed

mooktakim.comRSS feed ↗2 posts

Latest posts

Building Multi-Tenant SaaS with Rails 8, Caddy, and Kamal

This is Part 2 of the Deploying Rails with Kamal series. If you are building a SaaS where each customer gets their own subdomain — and can optionally connect a custom domain — you have probably discovered that Kamal’s built-in proxy cannot issue SSL certificates on demand. Every new domain means editing deploy.yml and redeploying. That does not scale. This guide solves that problem. We will build…

The Complete Guide to Deploying Rails 8 with Kamal on Hetzner

This is a complete, end-to-end guide to deploying a Rails 8 application with the Solid stack using Kamal on a Hetzner dedicated server. We will go from ordering a server to running your app in production with background jobs, backups, and monitoring. Assumptions: You have a Rails 8 application ready to deploy. Your app uses SQLite with the Solid stack (Solid Queue, Solid Cache, Solid Cable) — the…