Command-line interface for QuickScale Django project generator
Project description
🚀 QuickScale
QuickScale: Compose your Django SaaS.
QuickScale is a composable Django framework for building client SaaS applications. Start with a stable core, add reusable modules, customize themes, and deploy faster—while maintaining the flexibility to create commercial extensions and build a community ecosystem.
What is QuickScale?
QuickScale is a composable Django framework designed for solo developers and development agencies who build multiple client SaaS applications. It provides a stable foundation with reusable components, enabling you to:
- Build once, reuse everywhere: Create modules and themes that work across all your client projects
- Maintain commercial flexibility: Keep core components open source while offering premium modules/themes via subscriptions
- Scale your development business: Standardize your tech stack and accelerate client project delivery
- Build a community ecosystem: Share and monetize your extensions while benefiting from community contributions
🧭 Evolution Snapshot: QuickScale intentionally ships as a personal toolkit today and only grows into a community platform when real demand emerges. Catch the full story in the evolution overview.
Documentation Guide
Start here for your needs:
- 📖 New user? You're in the right place. This README shows you what QuickScale is and how to get started.
- 🔧 Need commands? See user_manual.md for all commands and workflows
- 📋 Planning a feature? Check decisions.md for the authoritative MVP scope and technical rules
- 🗓️ Timeline & tasks? See roadmap.md
- 🏗️ Project structure? See scaffolding.md for complete directory layouts
- 🎯 Why QuickScale? See quickscale.md for competitive positioning
Quick Reference:
- MVP = Phase 1 (Personal Toolkit)
- Post-MVP = Phase 2+ (Modules & Themes)
- Generated Project = Output of
quickscale init
See decisions.md - Glossary section for complete terminology and Single Source of Truth reference
Primary Use Cases:
- Solo Developer: Build client projects faster with reusable components you maintain
- Development Agency: Standardize your tech stack across multiple client engagements
- Commercial Extension Developer: Create and sell premium modules/themes
- Open Source Contributor: Extend the ecosystem with new modules and themes
Development Flow (MVP)
quickscale init myapp
- Generates the minimal Django starter described in the MVP Feature Matrix
- Ships with standalone
settings.pyby default; there is NO automatic settings inheritance. Advanced users who manually embedquickscale_corevia git subtree may opt-in to inherit fromquickscale_core.settings(see decisions.md). - Optional: Embed
quickscale_corevia git subtree after generation; follow the Personal Toolkit workflow for canonical commands and helper roadmap
- Add your custom Django apps and features
- Adopt optional inheritance or module extraction patterns only when you embed the core; the rules and best practices stay centralized in
DECISIONS.md - Build your unique client application
- Deploy using standard Django deployment patterns
ℹ️ QuickScale's MVP centers on the personal toolkit workflow. Extraction patterns, module packaging, and subtree helper command plans stay documented in docs/technical/decisions.md so this README can stay concise.
🔎 Scope note: The MVP Feature Matrix is the single source of truth for what's in or out.
What You Get
Running quickscale init myapp generates a production-ready Django project with:
- ✅ Docker setup (development + production)
- ✅ PostgreSQL configuration
- ✅ Environment-based settings (dev/prod split)
- ✅ Security best practices (SECRET_KEY, ALLOWED_HOSTS, etc.)
- ✅ Testing infrastructure (pytest + factory_boy)
- ✅ CI/CD pipeline (GitHub Actions)
- ✅ Code quality hooks (ruff format + ruff check)
- ✅ Poetry for dependency management
See the complete project structure: scaffolding.md - Generated Project Output
The generated project is yours to own and modify - no vendor lock-in, just Django best practices.
Why QuickScale?
✅ Production-ready from day one - Docker, PostgreSQL, pytest, CI/CD, security best practices ✅ Built on Django - No magic, just excellent Django patterns and battle-tested packages ✅ Shared improvements - Security fixes and updates flow across all your projects via git subtree ✅ Full ownership - Generated projects are 100% yours, no vendor lock-in
QuickScale is a development accelerator, not a complete solution. You start with production-ready foundations and build your unique client application on top.
See competitive_analysis.md for detailed comparison with SaaS Pegasus and Cookiecutter.
Quick Start
# Install QuickScale globally
./scripts/install_global.sh
# Create your first project
quickscale init myapp
# Start developing
cd myapp
poetry install
poetry run python manage.py migrate
poetry run python manage.py runserver
That's it! Visit http://localhost:8000 to see your new Django project.
For complete command reference and workflows, see the user_manual.md.
Learn More
- decisions.md - Technical specifications and implementation rules
- quickscale.md - Strategic vision and competitive positioning
- competitive_analysis.md - Comparison vs SaaS Pegasus and alternatives
- roadmap.md - Development roadmap and implementation plan
- user_manual.md - Commands and workflows
- contributing.md - Development workflow and coding standards
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file quickscale_cli-0.57.2.tar.gz.
File metadata
- Download URL: quickscale_cli-0.57.2.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.12.3 Linux/6.14.0-33-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
56cd69727b50b23310d5d7b7bab72db6a23bb143ead44ba4a40f95fecb5085de
|
|
| MD5 |
9440dc003a26c8548027a0bdd1cecb86
|
|
| BLAKE2b-256 |
77b33d27ba862d1265bfa46cd10e1a9d29cd23184193f7118688f94bdf7f733b
|
File details
Details for the file quickscale_cli-0.57.2-py3-none-any.whl.
File metadata
- Download URL: quickscale_cli-0.57.2-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.2 CPython/3.12.3 Linux/6.14.0-33-generic
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b9506471008c24aa00ab6acc5f75560c14d345a05f4d26d98ae77b9e12f2905d
|
|
| MD5 |
24496468e26609c997a84affeb710c88
|
|
| BLAKE2b-256 |
dd962666c08b11996db06fabf77a5ae83149c8576e57c75de616195c818ccca4
|