A bare-bone Typescript demonstration project showcasing CKEditor's premium collaboration features in its minimal setup:
- Node.js (LTS version recommended)
- npm
-
Install dependencies:
npm install
-
Create environment file:
cp .env.template .env
This project uses CKEditor premium features. A 14-day free trial is available for evaluation:
👉 Get your free trial license and fill the keys to
.envfile -
Start the development server:
npm run dev
-
Open your browser to http://localhost:5173
This demo includes four separate editor examples, each in its own page under /features/:
Inline commenting and discussion threads
Suggestion tracking with accept/reject functionality
Document version management with side-by-side comparison
Live collaborative editing with all features combined
Each example is self-contained in its own TypeScript file under src/.
npm run build # Build for production
npm run preview # Preview production build



