Skip to content

Latest commit

 

History

History

README.md

SuperDoc Examples

Minimal, self-contained examples showing how to use SuperDoc.

Getting Started

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

Features

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

Running an example

cd <example>
npm install
npm run dev

For the CDN example, just open index.html or run npx serve ..

Documentation