Skip to content

Documentation Index

Public Documentation Index

Purpose: User-facing documentation shown in CLI and to customers. Audience: End users, developers, and client organizations. Last Updated: March 4, 2026


📚 Quick Navigation

🚀 Getting Started

🔧 Setup & Configuration

  • onboarding/ — Complete onboarding guides
    • Quick Setup — 5-minute setup
    • System Architecture — System overview
    • CLI Integration — CLI usage guide
    • Discovery Questions — Project planning questionnaire

Feature Documentation

📚 API Reference

🆘 Troubleshooting & Support

� Configuration Guides

💰 Strategy


🎯 By Use Case

”I’m new to Seed & Source”

  1. Start: README
  2. Then: Getting Started Guide
  3. Next: Onboarding Introduction
  4. Setup: Onboarding Quick Setup

”I want to set up a project quickly”

Onboarding Quick Setup

”I want to understand the architecture”

System Architecture

”I’m having issues”

Troubleshooting OverviewFull Stack Setup Guide — For full-stack setup issues (CORS, authentication, Docker) → Common Errors — Top 20 most common errors → Diagnostic Commands — Run diagnostics to identify problems → Webhook Failures — For webhook problems

”I want to inject a feature (Commerce, Auth, Admin, Tunnel)”

Feature Injection Guide — Decision tree + recipes by template

”I need to set up webhooks/tunnel”

Tunnel Configuration Guide — Complete tunnel guide → Tunnel Quick Reference — Quick command reference

”I need API documentation”

Auth API Reference — Auth endpoints and integration

”I want to use the CLI”

CLI Quick Reference

”I need feature documentation”

onboarding/ (LLM, PDF, pipelines, etc.)


📊 Document Map

DocumentAudienceTimePurpose
READMEEveryone5 minOverview
Getting Started GuideBeginners25-30 minZero-to-deploy guide
Onboarding Quick SetupDevelopers5 minFast start
Onboarding IntroductionNew users15 minUnderstand core flow
System ArchitectureArchitects20 minSystem design
CLI IntegrationDevelopers10 minUsing the CLI
Troubleshooting OverviewEveryoneAs neededProblem solving
Common ErrorsEveryoneReferenceTop 20 errors with solutions
Diagnostic CommandsDevelopersReferenceSystem health checks
CLI Quick ReferenceDevelopersReferenceCLI command reference
Tunnel Configuration GuideDevelopers30 minComplete ngrok tunnel setup
Tunnel Quick ReferenceDevelopersReferenceQuick tunnel commands
Feature Injection GuideBuildersVariableFeature recipes by template
Monetization StrategyLeadership10 minCanonical pricing and buy flow

🔄 For CLI Display

Future CLI Integration: These docs will be displayed in the interactive CLI menu:

Terminal window
sscli docs # Show this index
sscli docs quick-setup # Show quick setup guide
sscli docs troubleshooting # Show troubleshooting
sscli docs # Show public docs only

📝 Adding New Public Docs

When creating public documentation:

  1. Add to appropriate folder:

    • Getting started? → /onboarding/
    • Client-specific? → Internal-only docs (not in public portal)
    • Bug fixes? → Update Troubleshooting
  2. Update this index

    • Add to relevant section
    • Include in “By Use Case” if applicable
    • Update “Document Map” with time estimate
  3. Format requirements:

    • Clear title and purpose at top
    • Target audience stated
    • Estimated read time
    • Links to related docs
    • Markdown format

🔗 Internal vs. Public

This folder (public/): User-facing, customer-ready, shown in CLI Other /docs/ folders: Internal planning, architecture, analysis

FolderPurposeAudience
/User guides, onboarding, featuresCustomers, end users
/docs/plans/Checklists, project planningInternal team
/internal-docs/non-public/architecture/Technical design decisionsInternal team
/docs/implementation/Feature implementation specsDevelopment team
/docs/strategy/Business strategyLeadership
/docs/analysis/Ideas, optimization, retrospectivesTeam discussions
/docs/management/Operations, processesManagement

Status: 🟢 Active Maintained by: Seed & Source Review Cycle: As new features released