cloudflare/realtimekit-web-examples
TypeScript
Captured source
source ↗cloudflare/realtimekit-web-examples
Description: Web examples for Cloudflare RealtimeKit :rocket:
Language: TypeScript
Stars: 51
Forks: 20
Open issues: 12
Created: 2025-09-26T11:32:12Z
Pushed: 2026-06-09T09:41:26Z
Default branch: staging
Fork: no
Archived: no
README:
RealtimeKit Web Examples
A collection of example applications to demonstrate the power of Cloudflare RealtimeKit.
Explore the RealtimeKit docs »
View Demo · Report Bug
Table of Contents
- [About the Project](#about-the-project)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Running the Examples](#running-the-examples)
- [About](#about)
About The Project
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:
- [React](./react-examples/)
- [Angular](./angular-examples/)
- [HTML](./html-examples/)
Getting Started
To get a local copy up and running follow these simple steps.
Prerequisites
This project uses pnpm as a package manager. You can install it with npm:
- npm
npm install -g pnpm
Installation
1. Clone the repository
git clone https://github.com/cloudflare/realtimekit-web-examples.git
2. Navigate to the project directory
cd realtimekit-web-examples
3. Install dependencies from the root of the monorepo
pnpm install
Running the Examples
Each example is a self-contained application. To run a specific example:
1. Navigate to the example's directory. For example:
cd react-examples/examples/default-meeting-ui
2. Start the development server:
pnpm run dev
_For more detailed instructions, please refer to the README.md file within each example's directory._
About
@cloudflare/realtimekit is created & maintained by Cloudflare, Inc.
Notability
notability 4.0/10New repo, low traction, routine examples.