liveblocks

Installation
SKILL.md

Liveblocks

Complete toolkit for adding real-time collaboration to your app. Includes presence, storage, comments, notifications, and Yjs/Redux integration.

Quick Start

npm install @liveblocks/client @liveblocks/react

Configuration

// liveblocks.config.ts
import { createClient } from "@liveblocks/client";
import { createRoomContext } from "@liveblocks/react";

const client = createClient({
  publicApiKey: "pk_xxx",  // or authEndpoint for production
Related skills
Installs
1
GitHub Stars
4
First Seen
Mar 29, 2026