01
UI flow
Click Create Project
Best when a founder or teammate wants to configure a project manually.
Start in UIDjango SaaS starter, without setup drag
Djass is the hosted workflow for django-saas-starter. Founders, product teams, and solo builders configure a project once, generate it in the background, and download a clean codebase ZIP.
Create an account to configure your starter, run generation, and track project history.
Go to your existing Djass account and continue from your project dashboard.
01 Input
UI, API, or MCP
02 Build
Background generation
03 Output
Downloadable repo ZIP
How it works
Start in the web app, call the Projects API, or teach your coding agent with the plain Djass skill so it can use MCP first.
01
UI flow
Best when a founder or teammate wants to configure a project manually.
Start in UI02
API flow
Best for scripts, internal tools, and agent workflows that need repeatable setup.
OpenAPI docs03
Agent flow
Best when an AI agent should generate the repo, export it, and continue from inside the codebase.
Skill.mdStep 2
The same project spec feeds the UI, API, and MCP paths, so the result is consistent no matter how the request starts.
Queued
00:00
Built
repo files
Ready
download ZIP
Pre-installed baseline
The generated starter includes the boring parts first: auth, database, tasks, delivery, observability, and product surfaces you can edit immediately.
Core
Interface
Data
Integrations
Automation
Djass handles the starter assembly so the first real commit can be about your app, not setup.