The open-source block editor + the team knowledge base built on it
Drop the editor into your product, or skip ahead and use Clepit Cloud — your team's wiki, docs, and notes.
Try the live demo →For Developers
- Framework-agnostic, ships a clean TypeScript API
- 12 block types and 8 inline tools out of the box
- Themeable via CSS variables, dark-mode aware
For Teams
- Multi-tenant workspaces on clepit.com subdomains
- Real-time collaboration, version history, search
- SSO and audit logs on Business and above
A block editor that does the heavy lifting
Every block you need
12 block types — headings, lists, checklists, quotes, code, alerts, tables, images, videos, and more. Inline toolbar gives you marks, links, and tooltips without touching HTML.
Inline tools, done right
Bold, italic, underline, strikethrough, inline code, marker highlight, tooltips, and links. Composable and overridable.
Light, dark, or auto
Themes are CSS-variable driven. Pass theme: "auto" and the editor follows the OS color scheme. Or hand it your own ThemeTokens.
theme: 'light'theme: 'dark'And a knowledge base on top
Workspaces
Multi-tenant from day one. Each org gets a private subdomain at <tenant>.clepit.com.
Real-time collaboration
Edit alongside your team with presence indicators and cursor sync.
Version history
Every change is tracked. Roll back or restore prior versions instantly.
Search
Full-text search across pages, blocks, and comments in your workspace.
Multi-tenant by design. SSO and audit logs on Business and above.
Drop into any stack in 60 seconds
bun add @bomdisoft/clepit-core
- TypeScript-first
- Framework-agnostic
- MIT licensed
import { Editor } from '@bomdisoft/clepit-core';
Editor.create({
containerId: 'editor',
theme: 'auto',
});
How Clepit compares
Ready to ship a better editor?
Install the package, read the docs, or start a free Cloud workspace — no credit card required.