← All plugins

Community Chat

Presence @edv4h/usketch-plugin-community-chat

Chat inside a community‑region for breakouts.

pnpm add @edv4h/usketch-plugin-community-chat

Overview

Community Chat is part of the uSketch first-party plugin set. Install it alongside your uSketch app and it self-registers on startup.

Usage

import { createApp } from "@edv4h/usketch-core";
import { CommunityChatPlugin } from "@edv4h/usketch-plugin-community-chat";

const app = createApp({
  plugins: [
    CommunityChatPlugin,
  ],
});

Links