convex-realtime

Implement real-time features using Convex reactive queries that auto-update.

90|10|Updated Nov 8, 2025
One-click install
npx skills add https://github.com/korallis/Droidz --skill convex-realtime-korallis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: convex-realtime
Source: https://github.com/korallis/Droidz/tree/main/droidz_installer/payloads/droid_cli/default/skills/convex-realtime
Command: npx skills add https://github.com/korallis/Droidz --skill convex-realtime-korallis

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables the implementation of real-time features, ensuring data automatically updates across clients without manual polling, which is crucial for dynamic user experiences.

Core Features & Use Cases

  • Real-time Data Updates: Utilizes Convex reactive queries that automatically refresh when data changes.
  • Live Collaboration: Facilitates features like collaborative editing and instant notifications.
  • Use Case: Building a dashboard where key metrics update live as new data arrives, or a chat application where messages appear instantly for all users.

Quick Start

Implement real-time features using Convex reactive queries that automatically update when data changes.

Frequently Asked Questions about convex-realtime

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement real-time data synchronization without manual polling?

Real-time data synchronization is implemented using Convex reactive queries that automatically refresh UIs when data changes, eliminating manual polling. This enables instant updates across clients for dynamic user experiences.

Can I build live collaboration features like chat and presence indicators with reactive queries?

Live collaboration features like chat applications, presence indicators, and collaborative editing are supported by reactive queries. They provide instant data synchronization across clients, allowing updates to appear immediately for all users.

Does Convex work for building live dashboards that update metrics instantly?

Convex works for building live dashboards by utilizing reactive queries that automatically update key metrics as new data arrives. This ensures dashboard displays remain current without requiring manual refresh requests.

What is the best way to show real-time notifications and activity feeds in a reactive UI?

The best way to show real-time notifications and activity feeds is using Convex reactive queries. They automatically push data changes to the UI, enabling instant notifications and reactive search without manual polling overhead.

When should I use Convex reactive queries for live updates instead of manual polling?

You should use Convex reactive queries for live updates when building applications requiring instant data synchronization across clients, such as collaborative editing or chat, to avoid the latency and overhead of manual polling.