Super Genius Boilerplate
These kinds of boilerplates tend to cost $499 (see ShipFast for example).
But for the first 10 people I'd like to make it free, so you can try it out.
This is the tech-stack:
HTML/CSS/JS (in public/src folders + you can picky any framework you want)
Node.js monolithic app (you can split frontend/backend if you want to)
Gmail Authentication (for login) is already set up with Database
Database (local SQLite, but you can choose any you want)
Stripe is also connected (you have .env and .env.test files)
Finally, you also have OpenAI or Gemini integration (and it's easy to add others)
The code is very simple and well organized with a logical and straightforward file-structure.
If you write a review with your opinions, I will create an update and you will get it for free, of course.
Instead of spending 5-10 hours, you can spend a mere 5 minutes.
This is the installation guide:
1. unzip
2. cd (folder)
3. npm install
4. node app.js
5. localhost:3000