Skip to content

Introduction to Seed & Source

Introduction to Seed & Source

Seed & Source is a SaaS stack factory. It gives you production-ready, deployable project templates — pre-wired with auth, payments, CI/CD, and Docker — so you can skip the boilerplate and ship.

What you get

ComponentWhat it does
sscli CLIGenerates, configures, and manages your project stack
TemplatesPython SaaS, Rails API, React client, Static landing
License serverAuth + subscription management for your product
Wiring layerDocker Compose orchestration for local development
Docs siteThis site — guides, references, and runbooks

Core workflow

  1. Install sscli via pip
  2. Authenticate with your Seed & Source license key
  3. Generate a new project with your chosen template and features
  4. Develop locally with Docker Compose hot-reload
  5. Deploy to Render, Railway, or any Docker host via render.yaml

Who this is for

  • Technical founders who want to own their stack
  • Small teams who need a production-grade starting point fast
  • Developers evaluating SaaS patterns (hexagonal arch, clean APIs, injection-based feature toggles)

Next step

Head to Quick Setup to go from zero to a running project in under 5 minutes.