Skip to content

Seed & Source Documentation Hub

Seed & Source Documentation Hub

Documentation updated for the v1.3.0 release. Welcome to the central documentation for Seed & Source.

Management Strategy

Architecture Diagrams

Template Runbooks

Each template comes with a specific operational runbook:

Tooling

Coding Standards

Python

  • Linter: Ruff (Strict)
  • Type Checker: MyPy (Strict)
  • Architecture: Hexagonal (Core depends on nothing)

Ruby / Rails

  • Linter: Rubocop (Shopify presets)
  • Frontend: ViewComponents (Encapsulated UI)

React

  • Build: Vite
  • State: React Query (Server state), Context (UI state)