Make BlockNote editor collaborative in minutes

Liveblocks enables you to add realtime syncing and multiplayer features to your BlockNote editor with our realtime data store designed for collaborative text editors.

Companies of all sizes and industries use Liveblocks

Text Editor -
Add a collaborative rich text editor to your product

Add all the table stakes collaborative rich text editing features to your product.

import { useCreateBlockNoteWithLiveblocks, FloatingThreads, FloatingComposer } from "@liveblocks/react-blocknote";import { BlockNoteView } from "@blocknote/mantine";import { useThreads } from "@liveblocks/react";
export function Editor() { const editor = useCreateBlockNoteWithLiveblocks({}); const { threads } = useThreads();
return ( <> <BlockNoteView editor={editor} /> <FloatingThreads editor={editor} threads={threads} /> <FloatingComposer editor={editor} threads={threads} /> </> );}

Add collaboration to your product today

We use cookies to collect data to improve your experience on our site. Read our Privacy Policy to learn more.