Another SaaS boilerplate, but this one admits it's half-baked
A free starter kit for AI startups that trades completeness for honesty about its roadmap.

What it does ShipFast is a SaaS boilerplate targeting generative AI startups. It bundles React and Django into a pnpm workspace, adds Stripe for subscriptions, Contentful for CMS, and OpenAI for a “business idea generator.” AWS CDK handles deployment, docker-compose handles local dev. It’s a fork of Apptension’s SaaS boilerplate with what the README calls “heavy modifications.”
The interesting bit The README’s candor is almost refreshing: a bold “WORK IN PROGRESS” banner, a star-begging note, and a roadmap where half the items—chat with documents, AI writing assistant, image generator—remain unchecked. Most boilerplates pretend to be finished; this one prints its to-do list.
Key highlights
- React frontend with GraphQL/Apollo, tailwindcss, and shadcn/ui
- Django backend with Graphene for GraphQL, dj-stripe for billing
- pnpm workspace monorepo managed through custom CLI commands (
pnpm shipfast up) - AWS CDK infrastructure, docker-compose for local development
- Pre-integrated third parties: Stripe, Contentful, Sentry, OpenAI
Caveats
- Several headline features (chat with documents, AI writing, image generation) are not yet implemented
- The “best free SaaS base” claim is the author’s own, not independently verified
- Documentation lives on an external site, not in the repo itself
Verdict Worth a look if you want a Django/React foundation with AI integrations sketched in and don’t mind building the actual AI features yourself. Skip it if you need something production-ready today or prefer your boilerplates to hide their unfinished business.