Skip to main content

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 →
Q3 engineering plan
Draft · updated 2 minutes ago
Ship the new onboarding flow by end of quarter. We're scoping three weeks of work across web and mobile, with a soft rollout to beta users in week four.
Heads up
Review the privacy copy with legal before the beta cut.
Draft a technical spec
Align with design on the component library
Schedule cross-team kickoff

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.

B
I
U
S
</>
Link

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.

Lighttheme: 'light'
Darktheme: '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
editor.ts
import { Editor } from '@bomdisoft/clepit-core';

Editor.create({
  containerId: 'editor',
  theme: 'auto',
});

How Clepit compares

Clepit
Notion
Slite
Confluence
Open-source library
Self-hostable SaaS
Block editor
Real-time collaboration
Multi-tenant subdomains
JSON output
Free-tier seats
Per-seat pricing

Ready to ship a better editor?

Install the package, read the docs, or start a free Cloud workspace — no credit card required.

Agent connected · 6 tools