# engine **Repository Path**: faruba/rivet-engine ## Basic Information - **Project Name**: engine - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-25 - **Last Updated**: 2026-03-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
Built for AI agents, collaborative apps, and durable execution.
Quickstart • Documentation • Changelog • Discord • X
| ### Just a Library Install a package and run locally. No servers, no infrastructure. Actors run in your process during development. ```bash npm install rivetkit ``` [Get started →](https://www.rivet.dev/docs/actors/quickstart) | ### Self-Host Single Rust binary or Docker container. Works with Postgres, file system, or FoundationDB. ```bash docker run -p 6420:6420 rivetdev/engine ``` [Self-hosting documentation →](https://www.rivet.dev/docs/self-hosting/) | ### Rivet Cloud Fully managed. Global edge network. Connects to your existing cloud — Vercel, Railway, AWS, wherever you already deploy. [Sign up →](https://hub.rivet.dev) |
| ### Use with Your Coding Agent Give your coding agent the Rivet skills to create examples or integrate into existing projects: ```bash npx skills add rivet-dev/skills ``` Works with Claude Code, Cursor, Windsurf, and other AI coding tools. | ### Start From Scratch - [Node.js & Bun](https://www.rivet.dev/docs/actors/quickstart/backend) - [React](https://www.rivet.dev/docs/actors/quickstart/react) - [Next.js](https://www.rivet.dev/docs/actors/quickstart/next-js) - [Cloudflare Workers](https://www.rivet.dev/docs/actors/quickstart/cloudflare-workers) [View documentation →](https://www.rivet.dev/docs) |