SSR framework for Svelte 5 + Bun with islands-based selective hydration
Docs for LLMs
The Mochi documentation is published as plain-text bundles you can paste into an LLM context.
Full documentation
The full set of docs, concatenated in reading order, is served at /llms.txt — recommended. Use this when you want the model
to have the complete picture of the framework API.
Docs + demo source
/llms-full.txt includes everything in /llms.txt plus
the full source of every demo (.svelte and .ts files), grouped by demo
name. Use this when you want the model to understand both the API and
real working examples.
Per-document text
Each individual doc is also reachable as plain text at /docs/<slug>/llms.txt. For example:
The “Copy as llms.txt” button on each doc page emits just that page — useful when you want to give the model focused context without the rest of the framework.