tarik — Rails 8 + Next.js 16 SaaS boilerplate
I just open-sourced tarik, a Rails 8 + Next.js 16 SaaS boilerplate for developers who want to skip setup and start building.
It ships with Devise + devise-jwt (Bearer token auth, no cookies), Stripe wired through service objects, English and Japanese i18n from line one, Docker Compose, GitHub Actions CI, and Railway deployment. A demo mode lets you explore the subscription flow without touching Stripe.
The repo includes an AGENTS.md that documents architecture and conventions for AI coding agents — so you spend tokens on product, not on scaffolding. There’s also a step-by-step PAY.JP migration guide for teams targeting Japan’s market.
GitHub template — clone, run bin/setup, start building.
Post a comment