While working on Betting Coach I'm extracting parts and in parallell building my own SaaS starting kit. I'm planning multiple projects this year so need a lightweight boilerplate, with the stack I'm most productive with.
Hajime is built on Laravel with my own design system. The frontend is plain html/css/js with zero dependencies. Features auth with 2fa, user management, queue monitor, dev insights/inspector, stripe integration, basic community features, AI blade components and more.
I need to something like this ASAP, I spend way to much time configuring the same things every time 😂
1
Haha exactly my thought. Even if it's mostly configuring and cherry picking stuff from your other projects, it's still time you could've spent building new stuff 😅 Then you want to launch fast, but you also don't want to end up with a lot of code debt. That's why I rolled my own kit, which I put a lot of thought into. Will of course release this when I'm done. Free, open source.
0