docHub

docHub

The user-facing documentation hub for the FVS ecosystem.


What is docHub?

docHub is the documentation substrate for FreshVibe Studio and the apps built with it. It has three faces:

If you're a developer building an FVS app, this is the face you embed.

How to use docHub

As an end-user

Read the project pages:

As a developer embedding docHub in your FVS app

<script type="module" src="https://docshub.pages.dev/embed.js"></script>
<doc-hub project="my-app" theme="auto"></doc-hub>

The web component fetches its content from the docHub substrate endpoint and renders it inline. See Getting Started for the full integration guide.

As a Mavis (AI agent)

Read the dev face for FVS doctrine, then the mavis face for coordination state. The dev face is auth-gated but available to any AI agent reading FVS doctrine. The mavis face is internal.

Three faces, one contract

docHub's architecture is declared in its module.json substrate contract. The contract mirrors the FreshCards workspace-substrate shape with extensions for three faces, two-audience split, and FVW v8 §30 file size compliance.

License

avidtech6-proprietary. docHub is tier: platform-supreme and is not copyable. Apps built on FVS may embed docHub but may not fork the substrate.


← back to User docs