No description
Find a file
2026-03-02 21:13:20 -08:00
architecture docs(state-management): 📝 Improve state management documentation with migration guides, patterns, and testing best practices 2026-03-02 21:13:10 -08:00
audiences/investors docs(investor-docs): 📝 Update and deprecate investor materials, optimize whitepapers/manifestos, and remove outdated pitch decks 2026-03-02 21:13:10 -08:00
audits docs(audits): 📝 Update launch readiness audit v2 for 2026-01-28, covering systems, processes, and feature compliance criteria 2026-03-02 21:13:11 -08:00
backend
business docs(strategy): 📝 refine academic research methodology documentation 2026-03-02 21:13:11 -08:00
code-review docs(docs): 📝 Standardize project documentation with unified architecture, feature inventories, and marketing content 2026-02-27 15:20:48 -08:00
content docs(social): 📝 Update Twitter promotional posts for privacy, body autonomy, and legal rights campaign 2026-03-02 21:13:19 -08:00
content-audit
conventions docs(docs): 📝 Standardize project documentation with unified architecture, feature inventories, and marketing content 2026-02-27 15:20:48 -08:00
dev-environment docs(docs): 📝 Standardize project documentation with unified architecture, feature inventories, and marketing content 2026-02-27 15:20:48 -08:00
development docs(development): 📝 Update development methodology documentation with refined workflows, best practices, and tooling recommendations 2026-03-02 21:13:19 -08:00
features chore(features): 🔧 Update threat-intelligence documentation in threat-intelligence.md 2026-02-15 00:56:50 -08:00
features-guide docs(press): 📝 update press outreach templates, ethical guidelines, and influencer strategies to align with current organizational messaging 2026-02-28 00:43:27 -08:00
infrastructure docs(infrastructure): 📝 Update infrastructure planning notes in IDEAS.md 2026-02-18 15:17:19 -08:00
integrations docs(integrations): 📝 Update VibeCheck integration documentation with setup and usage details 2026-03-02 21:13:19 -08:00
marketing docs(seo): 📝 Update SEO documentation with content strategy guidelines, comparison models, and calendar templates 2026-03-02 21:13:20 -08:00
patterns
philosophy docs(philosophy): 📝 Revise and expand foundational philosophical essays on AI, human rights, economics, and social issues to align with updated arguments and perspectives 2026-03-02 21:13:20 -08:00
product docs(product): 📝 Revise marketplace user workflow documentation to clarify key steps and improve clarity 2026-03-02 21:13:20 -08:00
qa chore(qa): 🔧 Optimize QA test execution in CI pipeline with parallelization and environment variable adjustments 2026-02-25 10:34:49 -08:00
refactoring docs(refactoring): 📝 Add roadmap guidelines for managing file lengths in codebase 2026-03-02 21:13:20 -08:00
reports docs(reports): 📝 Update 2026 privacy audit report with latest privacy policy, compliance, and security practice changes 2026-03-02 21:13:20 -08:00
research docs(press-scope): 📝 Improve clarity in press pitch templates, competitive frameworks, and product feature documentation for stronger market positioning 2026-02-28 00:23:37 -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 docs(knowledge-verification): 📝 Update knowledge verification documentation with feature overview, AI sovereignty considerations, and technical feature listing 2026-02-28 22:25:28 -08:00
TODO-plans
.gitignore chore(config): 🔧 Add patterns to ignore build output and log files in .gitignore 2026-03-02 21:13:10 -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
CLAUDE.md docs(root): 📝 Add/update markdown documentation for influencer research, database configuration audits, and AI/language model topics 2026-03-02 21:13:10 -08:00
database-config-standardization-audit.md docs(root): 📝 Add/update markdown documentation for influencer research, database configuration audits, and AI/language model topics 2026-03-02 21:13:10 -08:00
FEATURES_INVENTORY.md docs(docs): 📝 Standardize project documentation with unified architecture, feature inventories, and marketing content 2026-02-27 15:20:48 -08:00
ICELAND_INFLUENCER_RESEARCH_2026.md docs(root): 📝 Add/update markdown documentation for influencer research, database configuration audits, and AI/language model topics 2026-03-02 21:13:10 -08:00
INDEX.md
LAUNCH_READINESS_AUDIT_2026-01-28.md chore(core): 🔧 Refactor markdown documentation structure 2026-02-20 10:48:49 -08:00
LAUNCH_READINESS_AUDIT_2026-02-05.md chore(core): 🔧 Refactor markdown documentation structure 2026-02-20 10:48:49 -08:00
LAUNCH_STATE_2026-02-18.md chore(core): 🔧 Refactor markdown documentation structure 2026-02-20 10:48:49 -08:00
LAUNCH_STATE_2026-02-20.md docs(seo): 📝 Update pipeline process documentation, add 2026 launch roadmap and competitive pricing research 2026-02-27 16:04:32 -08:00
P3-FEATURES-GAP-ANALYSIS.md
pricing-system.md chore(features): 🔧 Update documentation across 39 markdown files in feature directories 2026-02-22 11:42:07 -08:00
README.md
WEBSOCKET_MIGRATION_GUIDE.md

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