Documentation | Issues | Discord
This repository contains the source code and content for the official PulseBeam Documentation. If you see the current documentation is lacking, please feel free to create pull requests.
Run the documentation site locally to preview changes.
Node.js 18+ required.
npm installnpm run devOpen http://localhost:3000 to view the docs.
Content is located in content/. We use MDX (Markdown + React components).
content/*.mdx: The actual documentation pages. The file path determines the URL.app/source.ts: Configuration for the content source adapter.
Create a new .mdx file in content/. Every file requires a frontmatter block at the top:
---
title: Quickstart
description: How to run PulseBeam in 5 minutes.
---
# Quickstart
Your content goes here...We use Fumadocs, which supports standard Markdown and React components.
Callouts:
<Callout type="info">
Host networking is recommended for Linux deployments.
</Callout>Code Blocks:
Standard markdown fences (```) are automatically syntax-highlighted.
- PulseBeam Server: The core WebRTC SFU.