Phosor AI Resource

Documentation, research, brand assets, and other non-code resources for the Phosor AI platform.

Contents

Brand

  • brand/ — Logo, favicon, and brand identity assets

Internal Documentation

  • internal/knowledge_base/ — Architecture specs, module specs, system design
  • internal/ai_drama/ — Canonical AI Drama design system: pipeline, prompt sections, references, FLF, UI editing, harness gates
  • internal/benchmark/ — Performance benchmark data and charts
  • internal/training/ — Training-related documentation
  • internal/gateway-api.md — Gateway API reference
  • internal/playground-prompts.md — Playground example prompts
  • internal/release-process.md — Release process guide

External Documentation

  • external/ — Public API reference and OpenAPI schema

Research

  • research/competitor/ — Competitor analysis (fal.ai, wavespeed, etc.)
  • research/competitor/pricing/ — Competitor pricing research
  • research/competitor/ui/ — Competitor UI analysis
  • research/weekly-briefs/ — Weekly AI industry research briefs

Marketing

  • marketing/ — Pricing strategy and revenue analysis

ClawHub Skills

  • skills/phosor-ai/ — Published skill for ClawHub marketplace

Other

  • clawhub/ — Skill publishing guide

Docs Wiki Server

# Install dependencies
pip install markdown pymdown-extensions
 
# Start server (default port 7015)
python serve.py
 
# Custom port
python serve.py 8080

Access at http://localhost:7015. Supports in-browser editing with Basic Auth.

Environment variables (optional):

  • DOCS_AUTH_USER — Wiki username (default: admin)
  • DOCS_AUTH_PASS — Wiki password (default: changeme)
  • DOCS_PORT — Server port (default: 7015)