Guides
Guides
How to add a docs page, an app, a package, or a UI component to this monorepo.
Task-shaped instructions for the things people add to this repo. Each one is written against what the repo actually does today — if a command here fails, the guide is wrong and should be fixed rather than worked around.
Add a docs page
Fumadocs frontmatter, meta.json ordering, and when .md beats .mdx.
Add an app
A new workspace under apps/, wired into turbo and Docker.
Add a package
Shared code under packages/, and the Metro caveat for native.
Add a UI component
Where a component goes: ui-native, ui-web, or the app.
Host a preview
The whole stack in Docker on the dev box, on real URLs.
Set up the Telegram cards bot
BotFather, the webhook, and the one command it answers.

