ExpeditedSSL / Expedited Security
ExpeditedSSL
Rails 7.2 / Ruby 3.2.9 application that provisions and manages Sucuri WAF instances, SSL certificates, and DNS for customer domains. Primary distribution is via the Heroku add-on marketplace.
Bundle contents
- Datasets — primary PostgreSQL database
- Tables —
apps,wafs,certs,metrics - Services — external API integrations (Sucuri, SSLStore, Heroku, DNS, HelpScout)
- Workers — Sidekiq background jobs
- Concepts — onboarding flow, bridge certs, normalization quirks
Stack
- Ruby 3.2.9, Rails 7.2, PostgreSQL
- Sidekiq for background jobs
- Tailwind CSS 3 (
tailwindcss-rails) - Hotwire (Turbo + Stimulus) with importmap
- Honeybadger for error tracking
- Hosted on Heroku; scheduled jobs via Cron To Go
Core flow
Customer adds the add-on → App created → WAF provisioned via Sucuri → Cert issued via SSLStore → DNS pointed → traffic flows through Sucuri edge.