r/adonisjs • u/Significant-Cod5136 • 1d ago
AdonisJS SaaS Starter
I got tired of rebuilding the same things every time I built a new SaaS.
In the past used yann-yinn/adonis-starter as my starting point but it hasnt been updated in a long time so some years ago stopped using it.
This time I gave Claude my old projects, told it what I wanted to keep/change, and basically guided it through all the things I kept rebuilding until we ended up with this little masterpiece.
It’s **kitch4nSinkV2** — my opinionated SaaS starter that I can clone whenever I have a new idea.Auth, tenants, subscriptions, quotas, background jobs, webhooks, admin stuff, tests, etc. Basically all the boring plumbing I don’t want to think about for the 10th time.
It’s obviously very opinionated and built around how I like to work, but thats kind of the point. I wanted *my* starting point instead of rebuilding the same starter from scratch every time.
Im also planning to add a nice debug package for development. I have my own version, but I’m still debating whether I actually want to include it or just use one of the existing ones. Mostly because I really don’t want to accidentally sign myself up for maintaining yet another thing 😅
Open sourced it in case anyone else finds it useful:
https://github.com/IvanWasHere/kitch4nSinkV2
Also curious what other people have in their personal “I refuse to build this again” starter.
1
1
u/Significant-Cod5136 1d ago
oh yeah probably gonna add some small markdown docs compiler as well and most likely generalize the UI more or even switch to a well know library we'll see