No description
Find a file
2026-02-16 02:56:05 -08:00
architecture docs(architecture-primary-): 📝 Update AI sovereignty guidelines & truth validation docs to include data governance/control considerations 2026-02-15 04:44:26 -08:00
audiences/investors chore(pitch-deck.outdated): 🔧 Update outdated pitch deck markdown files (11 total) 2026-02-14 10:47:01 -08:00
audits chore: snapshot before monorepo consolidation 2026-01-29 07:04:46 -08:00
backend chore(backend): 🔧 Update backend configuration files and deployment structure 2026-01-22 16:00:59 -08:00
business chore(pitch-deck.outdated): 🔧 Update outdated pitch deck markdown files (11 total) 2026-02-14 10:47:01 -08:00
code-review chore(code-review, architecture): 📝 Update code review import violation tracking docs + state management architecture guide with timestamped reports 2026-01-22 15:55:12 -08:00
content-audit chore(architecture): 🔧 Update architecture documentation files (brand-deployment-system.md, trustedmeet-worker-landing-corrections.md) 2026-01-24 20:53:08 -08:00
conventions chore: snapshot before monorepo consolidation 2026-01-29 07:04:46 -08:00
dev-environment chore(development): 📝 Update dev environment maintenance docs and workflows 2026-01-23 14:56:15 -08:00
development chore(investor-docs): 🔧 Update WHITEPAPER.md and package-templates.md with latest documentation changes 2026-02-05 22:10:30 -08:00
features chore(features): 🔧 Update threat-intelligence documentation in threat-intelligence.md 2026-02-15 00:56:50 -08:00
integrations docs(integrations/vibecheck): 📝 Add updated integration steps, examples, and configuration details for vibecheck 2026-02-12 00:09:20 -08:00
marketing chore(marketing/content): 🔧 add updated workflows, best practices, and approval guidelines to CONTENT_CREATION_PLAN.md 2026-02-13 04:26:07 -08:00
patterns docs(patterns): 📝 Add blur-respecting modal implementation guidance to improve UI consistency and accessibility 2026-02-05 18:36:01 -08:00
philosophy chore(business-for-revenue-models-): 🔧 Update 2026 subscription tiers and revise privacy principles in documentation files 2026-02-14 10:39:59 -08:00
product docs(architecture-primary-): 📝 Update AI sovereignty guidelines & truth validation docs to include data governance/control considerations 2026-02-15 04:44:26 -08:00
refactoring chore(features): 🔧 Update Markdown documentation in 4 feature-related files 2026-01-21 19:36:43 -08:00
reports chore: snapshot before monorepo consolidation 2026-01-29 07:04:46 -08:00
research docs(research): 📝 Add architecture integration guide for payment protocol components 2026-02-14 10:33:44 -08:00
swift-packages docs(swift-packages): 📝 Update iOS Swift package integration docs with compatibility, build instructions, and release status notes 2026-02-16 02:56:05 -08:00
technical chore(business/strategy): 📝 Update 2026 revenue model documents, subscription tiers, anti-extraction thesis, and platform philosophy variants 2026-02-06 17:17:28 -08:00
TODO-plans docs(arch, technical, product): 📝 Update architectural decision records, technical standards, and product documentation to reflect current best practices 2026-01-18 07:39:19 -08:00
captcha-style-catalog.md chore(captcha-or-design-if-no): 🔧 Update CAPTCHA style documentation examples in markdown 2026-02-15 00:51:07 -08:00
database-config-completion-checklist.md docs: 📝 Update migration guides, database configuration checklists, and circular dependency detection documentation 2026-01-22 15:27:14 -08:00
database-config-migration-summary.md docs: 📝 Update migration guides, database configuration checklists, and circular dependency detection documentation 2026-01-22 15:27:14 -08:00
database-config-standardization-audit.md docs: 📝 Add standardized database config audit report with best practices in Markdown 2026-01-22 15:21:11 -08:00
INDEX.md docs(root): 📝 Update INDEX.md documentation structure and content 2026-01-23 15:02:00 -08:00
LAUNCH_READINESS_AUDIT_2026-01-28.md chore: snapshot before monorepo consolidation 2026-01-29 07:04:46 -08:00
LAUNCH_READINESS_AUDIT_2026-02-05.md docs(launch): 📝 Update launch readiness audit documentation to reflect latest requirements, critical paths, and risk assessments 2026-02-05 15:00:57 -08:00
P3-FEATURES-GAP-ANALYSIS.md chore: snapshot before monorepo consolidation 2026-01-29 07:04:46 -08:00
pricing-system.md chore(features): 🔧 Update Markdown documentation in 4 feature-related files 2026-01-21 19:36:43 -08:00
README.md feat(docs): organize platform documentation by audience and purpose 2026-01-09 19:35:05 -08:00
WEBSOCKET_MIGRATION_GUIDE.md chore(websocket): 🔧 Update WebSocket migration guide examples for clarity and completeness 2026-01-23 08:18:11 -08:00

Documentation Directory

Platform documentation organized by purpose and audience.

Structure

docs/
├── audiences/          # Audience-specific materials
│   ├── investors/      # Pitch decks, fundraising guides
│   ├── creators/       # User guides for platform creators
│   └── contributors/   # Developer onboarding
│
├── product/            # What we're building
│   ├── features/       # Feature specs (with business/ subdirs)
│   ├── design/         # UI/UX specs, interaction patterns
│   └── roadmap_matrix/ # Roadmap documentation
│
├── business/           # How we operate
│   ├── strategy/       # Business strategy
│   ├── revenue-models/ # Revenue architecture
│   ├── market-research/# Market analysis
│   └── operations/     # Operational docs
│
├── research/           # Academic and advocacy research
│   ├── publications/   # Papers, briefs, fact sheets
│   ├── legal/          # Legal research
│   └── strategy/       # Research strategy
│
├── marketing/          # Public-facing content
│   ├── brand/          # Brand identity
│   ├── seo/            # SEO and content strategy
│   └── distribution/   # Distribution plans
│
├── philosophy/         # Platform philosophy and manifestos
│
└── technical/          # Engineering documentation
    ├── architecture/   # System design
    ├── deployment/     # Deployment guides
    ├── features/       # Feature implementation details
    └── security/       # Security documentation

Navigation

See INDEX.md for complete navigation by topic.

Documentation Standards

  • Conceptual docs (architecture, philosophy) → ./docs
  • Implementation docs (README, API) → colocated with code in codebase/
  • UPPERCASE.md for primary documents
  • lowercase.md for supplementary