Skip to main content

📚 Documentation

This folder contains additional documentation organized by purpose.

Folder Structure​

docs/
├── archive/ # Old planning docs, phase notes, session logs
├── development/ # Developer guides, architecture docs
├── guides/ # Setup and configuration guides
└── README.md # This file

Essential (in root folder)​

  • ../START_HERE.md - Main entry point
  • ../DEPLOYMENT_STEPS.md - Production deployment
  • ../README.md - Project overview

Development Docs​

  • development/BACKEND_DEVELOPER_GUIDE.md
  • development/SUPABASE_API_ARCHITECTURE.md
  • development/VIDEO_COURSE_PLATFORM_PLAN.md
  • development/CACHING_STRATEGY.md

Setup Guides​

  • guides/EMAIL_SETUP.md
  • guides/YOUTUBE_API_SETUP.md
  • guides/ENVIRONMENT_SETUP.md
  • guides/SUBDOMAIN_SETUP.md
  • guides/REALTIME_SETUP.md

Content Platform​

  • guides/CONTENT_PLATFORM_QUICKSTART.md
  • guides/CONTENT_FIELDS_REFERENCE.md
  • guides/AI_CONTENT_GUIDE_README.md

Archive​

  • archive/PHASE_*.md - Development phase notes
  • archive/ACTION_PLAN.md - Old action plans
  • archive/SESSION_NOTES.md - Development session notes

Note: If you're deploying to production, start with ../START_HERE.md in the root folder.