aiiii

Rails 8 · PostgreSQL · Hotwire

A SaaS foundation that reads like a Rails app.

Authentication, team multi-tenancy, per-seat Stripe billing, background jobs and a platform admin area — assembled once, so the next project starts at the interesting part.

Teams, not tenants

Users belong to many teams with owner, admin and member roles. Every record belongs to a team, and every query starts from the team rather than from the model.

Billing that survives a redirect

Per-seat Stripe subscriptions driven by signed, idempotent webhooks. A successful browser redirect is never mistaken for a successful payment.

No build to fight

Server-rendered views, Turbo for navigation, a handful of Stimulus controllers, and SASS. esbuild is there when a real npm package earns its place.