Django Rocket is a Django SaaS boilerplate designed for indie hackers and SaaS companies. It uses Cookiecutter to generate a project structure with authentication, billing, and Stripe integration, saving development time.
Key features include:
- Subscriptions management
- Stripe payment integration via stripe-python
- Customizable templates with Tailwind CSS (powered by django-tailwind)
- Custom user model
- Static file serving with whitenoise
It is recommended to use cookiecutter 2.1.1 and django 5.0.6 for best results. Use cases include rapid deployment of SaaS applications with paywalled features.