saas-starter

Django Saas Boilerplate

A modern, production-ready Django boilerplate for building SaaS applications with HTMX, Tailwind CSS, and Alpine.js. This template provides everything you need to kickstart your next SaaS project w…
243 stars66 forksHTMLUpdated 9/8/2026100% free · open source
What it does

A ready‑to‑run Django starter that bundles HTMX, Tailwind CSS and Alpine.js so you can launch a SaaS product with authentication, billing, and modern UI out of the box.

When to use it
  • You want a full‑stack Django app with a modern, reactive front‑end and don’t want to wire HTMX/Tailwind yourself.
  • Your SaaS needs built‑in subscription handling, user accounts, and a clean admin panel from day 1.
  • You prefer Python‑only back‑end tooling but still want the interactivity of Alpine.js without a separate SPA framework.
Ready-to-paste prompt
curl -X POST http://127.0.0.1:8000/accounts/signup/ -H 'HX-Request: true' -d 'email=jane@example.com&password=Secret123'
Heads up: You must have Node ≥ 16 installed before running the npm step; otherwise Tailwind compilation fails and the UI will be unstyled.
Saves to your device
Use with Claude
New

Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.

🔑 Needs an API key

Works after you add credentials — the setup agent will ask you for them.

Try it instantly — no install
Claude Code
mkdir -p ~/.claude/skills/django-saas-boilerplate && curl -fsSL https://workflowstacks.com/api/skills/django-saas-boilerplate/claude-skill -o ~/.claude/skills/django-saas-boilerplate/SKILL.md
Open in another AI app

Opens the app with this repo with the prompt ready to go — no copy-paste needed.

Connect the whole catalog (MCP)
claude mcp add --transport http workflowstacks https://workflowstacks.com/api/mcp

Adds a WorkflowStacks connector to Claude Code: search and load any skill here by chatting.

How Django Saas Boilerplate works
Codeflow
Free to inspect

Django Saas Boilerplate is a small HTML project (~2k lines across 42 code files). Setup is light: install Python, add API keys, run one command. Last commit this month, MIT license, no tests found.

Size
Small codebase
~2k lines · 42 code files · 16 min skim
Setup
Light setup
Install Python, add API keys, run one command.
Runs on
Python
Needs API keys (.env)
HTML 63%Python 34%CSS 2%
Where to start reading
  1. 1
    README.md
    Start here — what it does and how to install it
  2. 2
    CLAUDE.md
    The instructions the AI actually follows
  3. 3
    pyproject.toml
    Dependencies and the commands it exposes
  4. 4
    .env.example
    The API keys and settings you must provide
  5. 5
    core/__init__.py
    Inside core/ — the main logic begins here
What's in each folder
core/Core code — the actual logic5 files
apps/Sub-packages / plugins37 files
templates/Templates31 files
static/Images & static assets1 files
READMENo tests foundDocumentedNo CIMIT licenseUpdated this month
Quick Actions
Details
Creator
eriktaveras
Language
HTML
Category
saas-starter
Published
4/25/2025

Are you the creator of this tool? Claim your listing → and earn 85% of every sale.