trigger-realtime
Installation
SKILL.md
Realtime and Frontend
The consumer side of Trigger.dev's run state and streams: read live run
updates, render AI/text streams, and trigger tasks from a browser. Hooks come
from @trigger.dev/react-hooks; token minting and backend subscription come
from @trigger.dev/sdk.
Setup
npm add @trigger.dev/react-hooks # frontend hooks (React/Next.js/Remix)
# @trigger.dev/sdk is already installed for the backend
The flow is always: mint a scoped token in the backend, pass it to the frontend, subscribe with a hook.