Explore Rivet templates and examples to quickly start building with Rivet Actors
Example project demonstrating AI agent integration.
Example project demonstrating real-time messaging and actor state management.
Example project demonstrating real-time cursor tracking and collaborative canvas.
Shows how to deploy user or AI-generated Rivet Actor code using a sandboxed namespace and Freestyle
Demonstrates how to define and call actions on Rivet Actors for RPC-style communication between actors and clients.
Demonstrates how actors can call actions on other actors for inter-actor communication and coordination.
Demonstrates deploying Rivet Actors across multiple geographic regions for low-latency global access.
Example project demonstrating raw HTTP fetch handling with Hono integration.
Demonstrates raw WebSocket handling with direct actor connections and real-time chat functionality.
Demonstrates how to schedule tasks and execute code at specific times or intervals using Rivet Actors.
Demonstrates persistent state management in Rivet Actors with automatic state saving and restoration.
Next.js chat room demonstrating real-time messaging with actor state management.
Example project demonstrating Cloudflare Workers deployment.
Example project demonstrating Cloudflare Workers deployment with Hono router.
Simple example demonstrating accessing Rivet Actors via Cloudflare Workers without exposing a public API. This uses the `createInlineClient` function to connect directly to your Durable Object.
Demonstrates real-time cursor tracking and collaborative canvas using raw WebSocket handlers instead of RivetKit's higher-level WebSocket abstraction.
Example demonstrating custom serverless actor deployment with automatic engine configuration.
Example project demonstrating basic actor state management and RPC calls using Deno runtime.
Demonstrates Drizzle ORM integration with Rivet Actors for type-safe database operations.
Example project demonstrating Elysia web framework integration.
Example project demonstrating how to build an AI agent that communicates through durable streams for reliable message delivery and persistence.
Example project demonstrating Express web framework integration.
Example project demonstrating Hono web framework integration.
Example demonstrating Hono web framework with Bun runtime and React frontend integration.
Example demonstrating full-stack Hono backend with React frontend integration.
Example project demonstrating all RivetKit features.
Demonstrates native WebSocket integration with Rivet Actors for real-time bidirectional communication.
Minimal Next.js example demonstrating basic actor state management and real-time updates.
Minimal Node.js example demonstrating basic actor state management.
Demonstrates raw WebSocket handling using a proxy endpoint pattern for routing connections to actors.
Demonstrates React frontend integration with Rivet Actors.
Example project demonstrating real-time top-K stream processing.
Example project demonstrating tRPC integration.