Rails 8 AI SaaS Starter
π Live demo: https://ai-saas-qndg.onrender.comYou have a great idea. Don't let boilerplate kill it.Every Rails SaaS starts the same way. You sit down to build your actual product β then spend weeks fighting auth flows, Stripe webhooks, team invites, password reset emails, and an admin panel before you've written a single line of your real idea.This template is the fix β and it ships with the one thing the other Rails kits don't: a working, streaming AI feature, metered to your plan tiers.What is it?Rails 8 AI SaaS Starter is a complete, production-grade SaaS boilerplate built on the modern, Rails-native stack β Hotwire, Solid Queue/Cache/Cable (no Redis), Tailwind + DaisyUI, and the Pay gem for Stripe.Everything is wired together: users sign up, log in (password, magic link, or OAuth), and invite teammates; Stripe subscriptions work end-to-end β checkout, upgrades, cancellations, webhooks; an in-app AI assistant streams responses via Turbo Streams, with usage tied to plan tier; and an admin dashboard lets you impersonate users and watch MRR.Clone it. Fill in .env. Run bin/setup. You're live.What's includedβ Authentication (password + magic link + Google/GitHub OAuth, confirmation, sessions)β Stripe billing (Pay gem, 2β3 plans, checkout, portal, webhooks, plan gating)β Teams (Owner / Admin / Member roles, email invites, scoped data)β Admin dashboard (user/team search, impersonation, signups/active-subs/MRR)β AI feature (Claude default + pluggable OpenAI, streaming, usage metering)β Email + jobs (transactional mailers, Solid Queue, in-app Turbo notifications)β Polished UI (Tailwind + DaisyUI, dark mode, marketing landing page)β One-command deploy (Kamal 2, plus Fly / Render guides)β Deep-dive docs (one guide per subsystem) + a green test suiteβ Commercial license (build end-products; reselling the kit itself prohibited)Who this is forIndie hackers and solopreneurs β launch this weekend, not next month. Freelancers β stop rebuilding auth + billing on every Rails engagement. Rails devs who want AI β a streaming, metered AI feature you'd otherwise spend a week wiring.Get running in minutesgit clone <your-download-url> my-saas && cd my-saas / cp .env.example .env / bin/setup / bin/rails server β then open http://localhost:3000 and explore the seeded demo account. Prefer to try before you build? Explore the live demo: https://ai-saas-qndg.onrender.com FAQCan I use this commercially? Yes. Build and ship unlimited end-products. Reselling or redistributing the kit itself is prohibited. Single-app vs unlimited license tiers β see the listing.Will I get updates? Yes β lifetime updates. Pull from the repo (or re-download the ZIP) anytime. Every release is in the CHANGELOG, and docs/upgrading.md covers the path.Do I need Redis? No. Solid Queue / Solid Cache / Solid Cable run on Postgres β that's the Rails 8 default.Can I swap the AI provider? Yes. The AI provider adapter ships with Claude as the default and is pluggable β swap in OpenAI by changing the adapter, not your feature code.How do I deploy? One command with Kamal 2 to any VPS. The docs also cover Fly and Render.30-day money-back guarantee. Refunds are available within 30 days if the product is materially different from its description. As a digital product, no-questions-asked refunds aren't offered; support is provided to resolve issues first. Please contact us before requesting a refund.
Get it β anuragworld.gumroad.com