examples/kitchen-sink-vercel/README.md
Note: This is the Vercel-optimized version of the kitchen-sink example. It uses the
hono/verceladapter and is configured for Vercel deployment.
Example project demonstrating all RivetKit features.
git clone https://github.com/rivet-dev/rivet.git
cd rivet/examples/kitchen-sink
npm install
npm run dev
onWake, onSleep, onConnect, and onDisconnect for actor lifecycle managementschedule.at() and schedule.after()c.broadcast()This comprehensive example brings together all Rivet Actor features in one place:
src/backend/registry.ts): Demonstrates the complete feature set including lifecycle hooks, scheduling, events, state management, and WebSocket handlingRead more about actions, state, lifecycle hooks, scheduling, events, and WebSockets.
MIT