A collection of example applications to demonstrate the power of Cloudflare RealtimeKit.
    
    Explore the RealtimeKit docs »
    
    
    View Demo
    ·
    Report Bug
This repository contains a collection of example applications built with Cloudflare RealtimeKit, a real-time video and audio SDK for building custom, collaborative communication experiences.
These examples demonstrate how to integrate RealtimeKit into various web frameworks, including:
To get a local copy up and running follow these simple steps.
This project uses pnpm as a package manager. You can install it with npm:
- npm
npm install -g pnpm 
- Clone the repository
git clone https://github.com/cloudflare/realtimekit-web-examples.git- Navigate to the project directory
cd realtimekit-web-examples- Install dependencies from the root of the monorepo
pnpm installEach example is a self-contained application. To run a specific example:
- Navigate to the example's directory. For example:
cd react-examples/examples/default-meeting-ui- Start the development server:
pnpm run devFor more detailed instructions, please refer to the README.md file within each example's directory.
@cloudflare/realtimekit is created & maintained by Cloudflare, Inc.
