The best free rich text editor with enterprise features. Get 30+ free plugins, keyboard shortcuts, accessibility support, and advanced formattingโno subscriptions required. Free alternative to TinyMCE and Quill.
Optimized performance with minimal footprint. Only 12KB gzipped with all features included.
Pick and choose the plugins you need. Build a custom editor that fits your requirements.
Works with React, Vue, Angular, Svelte, or vanilla JavaScript. One editor for all platforms.
Comprehensive keyboard shortcuts matching industry standards. Boost productivity.
Customize colors, toolbar, plugins, and behavior to match your brand perfectly.
Extended functionality with media manager, tables, code samples, templates, and more.
Create your own plugins with a full tutorial and production-ready examples.
npm install @editora/core @editora/react @editora/plugins @editora/themes
Or use via CDN for HTML websites without build tools.
import { Editor } from '@editora/core';
// Or React
import EditoraEditor from '@editora/react';
const editor = new Editor({
element: '#editor',
content: '<p>Hello!</p>'
});
Extend functionality with our comprehensive plugin ecosystem.
Try Editora in action with our interactive examples and demos.
Side-by-side comparison of light and dark themes with full native plugin functionality.
Try It โTest all native plugins including formatting, links, tables, and keyboard shortcuts.
Try It โAdvanced toast notification system with themes, animations, and interactions.
Try It โ| Feature | Editora | Industry Standard |
|---|---|---|
| Package Size | โ 12KB | โ 50-100KB |
| Framework Support | โ All | โ Limited |
| Keyboard Shortcuts | โ 33+ | โ ๏ธ 20+ |
| Plugin System | โ Yes | โ ๏ธ Limited |
| TypeScript Support | โ Full | โ ๏ธ Partial |
| Open Source | โ MIT License | โ ๏ธ Commercial |
Get started with Editora in minutes. Choose from React, Vue, Angular, or use vanilla JavaScript.