Skip to main content

Core scaffolding and utilities 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)

  1. quickscale init myapp
  • Generates the minimal Django starter described in the MVP Feature Matrix
  • Ships with standalone settings.py by default; there is NO automatic settings inheritance. Advanced users who manually embed quickscale_core via git subtree may opt-in to inherit from quickscale_core.settings (see decisions.md).
  • Optional: Embed quickscale_core via git subtree after generation; follow the Personal Toolkit workflow for canonical commands and helper roadmap
  1. Add your custom Django apps and features
  2. Adopt optional inheritance or module extraction patterns only when you embed the core; the rules and best practices stay centralized in DECISIONS.md
  3. Build your unique client application
  4. 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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

quickscale_core-0.58.0.tar.gz (47.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

quickscale_core-0.58.0-py3-none-any.whl (54.4 kB view details)

Uploaded Python 3

File details

Details for the file quickscale_core-0.58.0.tar.gz.

File metadata

  • Download URL: quickscale_core-0.58.0.tar.gz
  • Upload date:
  • Size: 47.8 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

Hashes for quickscale_core-0.58.0.tar.gz
Algorithm Hash digest
SHA256 e36477b05df2b122793997c977889e541428940722eafcf78d17285688d393ac
MD5 d2de4e716a97cb848583ce2de5cfbe71
BLAKE2b-256 30f21b036614bd86ed473b60ef811f8508ef2bdb538d1d7d328220ebfdd7f9ed

See more details on using hashes here.

File details

Details for the file quickscale_core-0.58.0-py3-none-any.whl.

File metadata

  • Download URL: quickscale_core-0.58.0-py3-none-any.whl
  • Upload date:
  • Size: 54.4 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

Hashes for quickscale_core-0.58.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4c8a0063b0a60d121687674361b4d4ef54fddfcc8f31e1cc053c7e3d389ea9d2
MD5 b3425896097b59cd694386a583583fd5
BLAKE2b-256 53ea9b1acd2726d9a1639ee3560dea08bb4cc0ffda5f26d260a0f7b3b259911c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page