Minimal, self-contained examples showing how to use SuperDoc.
| Example | Description |
|---|---|
| react | React + TypeScript with Vite |
| vue | Vue 3 + TypeScript with Vite |
| vanilla | Plain JavaScript with Vite |
| cdn | Zero build tools — just an HTML file |
| Example | Description | Docs |
|---|---|---|
| track-changes | Accept/reject workflow with suggesting mode | Track Changes |
| ai-redlining | LLM-powered document review with tracked changes | AI Agents |
| comments | Threaded comments with resolve workflow and event log | Comments |
| custom-toolbar | Custom button groups, excluded items, and custom buttons | Toolbar |
| collaboration | Real-time editing with various Yjs providers | Guides |
| headless | Server-side AI redlining with Node.js | AI Agents |
cd <example>
npm install
npm run devFor the CDN example, just open index.html or run npx serve ..