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 |
Connect SuperDoc's Document Engine to cloud AI platforms and agent frameworks.
| Integration | Description | Docs |
|---|---|---|
| AWS Bedrock | Bedrock Converse API with tool use | Integrations |
| Google Vertex AI | Gemini with function calling | Integrations |
| Integration | Description | Docs |
|---|---|---|
| Vercel AI SDK | Any model via the Vercel AI SDK | Integrations |
| LangChain | LangGraph ReAct agent | Integrations |
| Example | Description | Docs |
|---|---|---|
| Contract Review | Full demo: agentic + headless contract review | AI Agents |
cd <example>
npm install
npm run devFor the CDN example, just open index.html or run npx serve ..