The official documentation site for Pogly, a free real-time collaborative stream overlay editor.
The base project was done using Claude. We're just 2 dudes and ain't got no time to write full documentation project with the limited free time we have. :cute_smile_cat_meme:
- Vite + React + TypeScript
- Tailwind CSS v4
- react-markdown with remark-gfm
- Geist & Geist Mono fonts (self-hosted via the
geistpackage)
npm install
npm run devOpens at http://localhost:5173.
Documentation content lives in src/docs/ as plain Markdown files — one file per section.
| File | Section |
|---|---|
getting-started.md |
Getting Started |
elements.md |
Elements |
layouts.md |
Layouts |
collaboration.md |
Collaboration |
permissions.md |
Permissions |
canvas-editing.md |
Canvas & Editing |
settings.md |
Settings |
assets.md |
Assets |
widget-development.md |
Widget Development |
glossary.md |
Glossary |
Standard Markdown plus GitHub Flavored Markdown (tables, strikethrough, etc.) and GitHub-style alert callouts:
> [!NOTE]
> Informational callout.
> [!TIP]
> Helpful tip.
> [!WARNING]
> Warning callout. Supports a custom title: > [!WARNING] Advanced- Create a new
.mdfile insrc/docs/ - Add the import and entry to
SECTIONSinsrc/pages/Docs.tsx - Add a nav item to
NAV_GROUPSinsrc/components/DocsSidebar.tsx
The app ships with 7 themes matching the main Pogly editor: Dark, Light, Paper, Nord, Mocha, Solarized, and Matcha. Theme CSS variables are defined in src/index.css. The selected theme is persisted to localStorage.
npm run buildOutput goes to dist/.