<Plug>

The first Realtime Server Component

Drop-in realtime capabilities for your Next.js app. Works with any realtime infrastructure.

Three steps to realtime

Create a Plug

anywhere in a Server Component with a unique identifier

<Plug on="dashboard">
</Plug>

Revalidate Plug

anywhere in a Server Action with the plug's unique identifier

"use server"
revalidatePlug("dashboard")

Configure Plug

with one of the many available adapters

partykitablyawsconvexfirebasesupabaseampt...and more