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

AI Integrations

Connect SuperDoc's Document Engine to cloud AI platforms and agent frameworks.

Cloud Platforms

Integration Description Docs
AWS Bedrock Bedrock Converse API with tool use Integrations
Google Vertex AI Gemini with function calling Integrations

Agent Frameworks

Integration Description Docs
Vercel AI SDK Any model via the Vercel AI SDK Integrations
LangChain LangGraph ReAct agent Integrations

Demos

Example Description Docs
Contract Review Full demo: agentic + headless contract review 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