Open Source

Django SaaS
Boilerplate.

The ultimate starting point for your next SaaS. Includes authentication, Stripe subscriptions, Docker orchestration, and CI/CD pipelines out of the box.

Python 3.11 Django 5.0 Stripe Docker
View Code on GitHub
$ git clone https://github.com/eriktaveras/django-saas-boilerplate.git
$ cd django-saas-boilerplate
$ docker-compose up --build

Starting services...
[+] Building 4.2s (12/12) FINISHED
[+] Running 4/4
 Container db        Started
 Container redis     Started
 Container web       Started
 Container worker    Started

🚀 App running at http://localhost:8000

Stripe Integration

Full subscription management, webhooks handler, and checkout sessions pre-configured.

Docker Ready

Development and production Dockerfiles, including Nginx configuration and Postgres/Redis services.

Celery Tasks

Asynchronous task processing configured with Redis, perfect for emails and long-running jobs.