The best free SaaS source base for GenAI, LLM, and other AI Services!
Ship your next Generative AI startups in days, not weeks!
NOTE: THIS IS A WORK IN PROGRESS. STAR (⭐) THIS REPO TO FOLLOW UPDATES.
- Account management (Login/Logout/User Profile)
- Subscription management (Stripe)
- CMS (Contentful)
- Simple OpenAI API integration
- Business idea generator (based on keywords)
- Chat with different characters
- Chat with your documents (PDF, Word, etc.)
- AI writing assistant
- AI image generator
- Image search engine
The project is configured to use pnpm
workspaces, which means that you can install node_modules
of all packages in
repository, with a single command:
pnpm install
Start both backend and webapp:
pnpm shipfast up
pnpm shipfast backend up
pnpm shipfast webapp up
In order to run your local documentation server execute the following command:
pnpm shipfast docs up
Front-end stack:
The front-end stack is based on React and employs GraphQL for communication with the back-end. The design was made with tailwindcss and shadcn/ui.
Back-end stack:
The back-end stack is based on Python and Django. This will be the best-suited stack for most of the SaaS, especially AI projects, which often use Python as their main language.
Infrastructure:
The target infrastructure is AWS. The project is configured to use AWS CDK to deploy the infrastructure. However, you can run the project locally with docker-compose
for development purposes.
3rd party services:
- Stripe
- Contentful
- Sentry
- OpenAI
Read more on our documentation website: https://docs.shipfast.dev/.
This project was a fork of SaaS Boilerplate - Apptension with heavy modifications. Thank you Apptension for the great work and generous MIT license.