Select SDK(s)
RealtimeKit provides two ways to build real-time media applications:
Core SDK: Client SDK built on top of Realtime SFU that provides a full set of APIs for managing video calls, from joining and leaving sessions to muting, unmuting, and toggling audio and video.
UI Kit:
Note: When you use our UI Kit, you also get access to the core SDK with it, which can be used to build additional features based on your needs.
RealtimeKit support all the popular frameworks for web and mobile platforms. Please select the Platform and Framework that you are building on.
| Framework/Library | Core SDK | UI Kit |
|---|---|---|
| Web-Components (HTML, Vue, Svelte) | @cloudflare/realtimekit ↗ | @cloudflare/realtimekit-ui ↗ |
| React | @cloudflare/realtimekit-react ↗ | @cloudflare/realtimekit-react-ui ↗ |
| Angular | @cloudflare/realtimekit ↗ | @cloudflare/realtimekit-angular-ui ↗ |
Here is a comprehensive guide to help you choose the right option for your project. This comparison will help you understand the trade-offs between using the Core SDK alone versus combining it with the UI Kit.
| Feature | Core SDK only | UI Kit |
|---|---|---|
| What you get | Core APIs for managing media, host controls, chat, recording and more. | prebuilt UI components along with Core APIs. |
| Bundle size | Minimal (media/network only) | Larger (includes Core SDK + UI components) |
| Time to ship | Longer (build UI from scratch). Typically 5-6 days. | Faster (UI Kit handles Core SDK calls). Can build an ship under 2 hours. |
| Customization | Complete control, manual implementation. Need to build you own UI | High level of customization with plug and play component library. |
| State management | Needs to be manually handled. | Automatic, UI Kit takes care of state management. |
| UI flexibility | Unlimited (build anything) | High (component library + add-ons) |
| Learning curve | Steeper (learn Core SDK APIs directly) | Gentler (declarative components wrap Core SDK) |
| Maintenance | More code to maintain. Larger project. | Less code, component updates included |
| Design system | Headless, integrates with any design system. | Allows you to provide your theme. |
| Access to Core SDK | Direct API access | Direct API access + UI components |
Was this helpful?
- Resources
- API
- New to Cloudflare?
- Directory
- Sponsorships
- Open Source
- Support
- Help Center
- System Status
- Compliance
- GDPR
- Company
- cloudflare.com
- Our team
- Careers
- © 2025 Cloudflare, Inc.
- Privacy Policy
- Terms of Use
- Report Security Issues
- Trademark
-