No half-built features, no coming soon placeholders. Every feature listed here works out of the box.
Core Features
Built In
CSP headers, HSTS, secure cookies, SSL redirect. Production-grade from the start.
Content Security Policy
CSP Middleware
HSTS + Secure Cookies
Auto-enabled
X-Frame-Options
DENY
SSL Redirect
DEBUG=False
Django 6.0 native @task decorator. Background tasks without Celery or Redis.
DaisyUI for components, Alpine.js for interactivity, HTMX for dynamic pages. No heavy JS bundle.
PostgreSQL, WhiteNoise, Gunicorn, Procfile. Push to production in minutes.
Agency-based tenancy. Users FK to Agency. Each tenant isolated with their own data and bot config.
Architecture
Clone the repo. Run make install. Start shipping.
git clone https://github.com/davidsd/django-saas-boilerplate.git
make install
Done! Server is running at http://127.0.0.1:8000