Documentation site for OpenProse, the programming language for AI sessions.
Live at: https://docs.openprose.ai
openprose/docs runs three prose programs: it compiles its own agent corpus, enforces its own spec coverage, and builds its own changelog.
pnpm install # also initializes external/prose submodule
pnpm dev # http://localhost:3000
pnpm check # typecheck + lint + spell
pnpm build # production buildcontent/docs/**/*.mdx-- hand-authored documentationexternal/prose/-- pinned submodule ofgithub.com/openprose/prose(reference content for examples).prose/-- three dogfood programs that run during build (generate-llms,changelog-sync) or from cross-repo CI (spec-coverage)app/-- Next.js App Router routes (docs pages,.mdexports, agent-readable surfaces)lib/-- helpers (canonical URLs, preview-mode flag, MDX-to-MD conversion)components/-- React components consumed by MDX pages
MIT