rivetkit
Build persistent in-memory actors for AI agents, realtime collaboration, and durable workflow orchestration.
Install
npx skills add https://github.com/rivet-dev/skills --skill rivetkitStats
| Total installs | 2,231 |
| Weekly installs | 2.2K |
| GitHub stars | 8 |
| First seen | Jan 26, 2026 |
| Source | @rivet-dev/skills |
Summary
- Actors are persistent in-memory processes that maintain state across requests without database round trips, with automatic scaling from zero to millions of concurrent instances.
- Built-in realtime communication via WebSockets and events, durable queues for ordered message processing, and SQLite for structured data queries.
- State persists across restarts and crashes through Rivet Cloud or self-hosted engines; distinguish between persistent c.state (CBOR-serializable, <128 KB), unbounded c.kv storage, and ephemeral c.vars (non-serializable objects only).
- Supports actor-to-actor communication, scheduling, lifecycle hooks, and workflow patterns for multi-step durable execution with automatic replay on failure.
- Deploy to Vercel, Railway, AWS Lambda, Google Cloud Run, Kubernetes, or self-host; configure versioning for production to ensure safe upgrades and prevent actor regression.
Tags
Related skills
| Skill | Installs | vs rivetkit |
|---|---|---|
| firebase-firestore-enterprise-native-mode | 2,599 | +368 |
| rivetkit-client-javascript | 2,147 | -84 |
| drizzle-orm | 2,555 | +324 |
| insforge | 2,501 | +270 |
| postgres-patterns | 2,387 | +156 |
FAQ
- How many installs does rivetkit have?
- rivetkit has 2,231 total installs and 2.2K installs this week.
- Where is rivetkit hosted?
- rivetkit is published by @rivet-dev/skills at https://github.com/rivet-dev/skills.
- How many GitHub stars does rivetkit have?
- rivetkit has 8 GitHub stars.
- When was rivetkit first indexed?
- OrangeBot.AI first indexed rivetkit on Jan 26, 2026.
- How do I install rivetkit?
- Run: npx skills add https://github.com/rivet-dev/skills --skill rivetkit