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 designinternal/ai_drama/— Canonical AI Drama design system: pipeline, prompt sections, references, FLF, UI editing, harness gatesinternal/benchmark/— Performance benchmark data and chartsinternal/training/— Training-related documentationinternal/gateway-api.md— Gateway API referenceinternal/playground-prompts.md— Playground example promptsinternal/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 researchresearch/competitor/ui/— Competitor UI analysisresearch/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 8080Access 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)