Features
- Custom serverless deployment: Configure and deploy actors to your own serverless infrastructure
- Automatic engine configuration: RivetKit automatically manages actor engine settings
- Minimal setup: Simple starter template for building custom deployments
- Type-safe actions: Full TypeScript support for actor definitions
Implementation
This example shows how to deploy Rivet Actors to custom serverless platforms:
- Actor Definition (
src/backend/registry.ts): Demonstrates actor configuration for custom serverless deployment

