For the complete documentation index, see llms-docs.txt or the site index llms.txt. Full docs corpus: llms-full-docs.txt. Prefer the markdown version of this page at /docs/setup/frontend/docs.md. Product capabilities: skill.md. Docs MCP: /docs/mcp. Site MCP: /mcp.

Docs

Set up and run the Reloop documentation site locally.

This documentation site — MDX guides, API reference, and local setup docs.

Run bun setup once from the monorepo root before starting individual apps.

Overview

PropertyValue
Directoryapps/frontend/docs
Port3003
Local URLhttps://local.reloop.sh/docs
Direct URLhttp://localhost:3003
StackNext.js · MDX · Tailwind CSS

Quick start

From the monorepo root (after bun setup):

bun fe:docs:dev

Or start every frontend together:

bun frontend:dev

Turbopack serves the app on port 3003. Prefer https://local.reloop.sh/docs when Caddy is running.

Environment

Committed local defaults live in apps/frontend/docs/.env (and .env.dev). Fresh clones already have them; bun env:setup / bun setup recreate or merge missing keys.

NEXT_PUBLIC_URL=https://local.reloop.sh

# Rybbit analytics (optional)
NEXT_PUBLIC_RYBBIT_HOST=https://app.rybbit.io
NEXT_PUBLIC_RYBBIT_SITE_ID=reloop-docs
VariableRequiredDefault
NEXT_PUBLIC_URLNohttps://reloop.sh — canonical URLs, OG metadata, and public origin
NEXT_PUBLIC_RYBBIT_HOSTNoRybbit analytics host
NEXT_PUBLIC_RYBBIT_SITE_IDNoRybbit site identifier

Content structure

PathPurpose
content/docs/setup/Local development setup guides (this section)
content/docs/api/Auto-generated API reference
content/docs/**/meta.jsonSidebar navigation and ordering

Commands

CommandDescription
bun fe:docs:devStart dev server with Turbopack
bun run --filter=fe-docs buildBuild and validate all MDX pages
bun run --filter=fe-docs startRun production build
bun run --filter=fe-docs generate:api-docsRegenerate API docs from OpenAPI specs

Next

Was this page helpful?

Edit this page