See It In Action
Experience the editor right here. Edit content, see the preview, and inspect the clean HTML output in real-time.
Type / to see available block types
*Only React as a peer dependency
Everything You Need to
Ship Great Content
Authorly comes packed with features that make building content-rich applications a breeze.
Block-Based Editing
Modular content blocks that snap together perfectly. Each block type is purpose-built for its content.
Pure Semantic HTML
Outputs clean, standards-compliant HTML. No proprietary formats, no vendor lock-in, just pure markup.
Dark Mode Ready
Beautiful dark theme built-in. Automatically adapts to system preferences or manual toggle.
Keyboard Shortcuts
Full keyboard navigation and markdown-style shortcuts for power users who never want to leave the keyboard.
Lightweight & Fast
Only ~30kb gzipped with React as the only peer dependency. No bloated bundles.
Fully Customizable
CSS variables for theming, configurable toolbars, and extensible block system.
Simple to use, powerful results
Get started in minutes with our intuitive API. No complex configuration required.
1import { AuthorlyEditor } from 'authorly-editor';2import 'authorly-editor/styles';34function App() {5 const [content, setContent] = useState('');67 return (8 <AuthorlyEditor9 initialContent={content}10 onChange={setContent}11 placeholder="Start writing..."12 />13 );14}
Why developers choose Authorly
A detailed comparison with popular rich text editors. See how Authorly simplifies your content editing workflow.
Smaller bundle than Draft.js
SEO-friendly HTML output
Easiest setup and learning curve