Rivet
Official@rivet-dev · United States of America
Helping developers build and scale stateful workloads
Agent Skills by Rivet
Showing 6 vetted skills indexed across 1 GitHub repositories.
rivetkit
Build and operate typed Rivet Actors with runtime guidance.
rivetkit-client-react
Create RivetKit React clients with hooks for real-time actor state.
rivetkit-client-swiftui
Configure RivetKitSwiftUI endpoints and @Actor wrappers in SwiftUI apps.
rivetkit-client-javascript
Connect JavaScript clients to Rivet Actors via rivetkit/client for actor actions.
rivetkit-client-swift
Connect Swift clients to Rivet Actors using RivetKitClient.
sandbox-agent
Deploy and operate Sandbox Agent across local and cloud sandboxes.
Frequently Asked Questions About Rivet
FAQPage SchemaWhat specific tasks does Rivet enable for developers?▼
Rivet enables the development and operation of stateful actors that maintain persistent data across distributed environments. It provides typed interfaces for managing actor lifecycles, real-time state synchronization for web and mobile clients, and secure execution within isolated sandbox environments for both local and cloud-based infrastructure.
Which target personas benefit from using Rivet?▼
Rivet is designed for full-stack engineers and mobile developers building applications that require persistent, stateful backend logic. It is particularly suited for teams managing complex real-time data synchronization between distributed backend actors and frontend interfaces built with React or native Swift.
What are the prerequisites for deploying Rivet actors?▼
Deployment requires the RivetKit runtime environment to manage actor lifecycles and state. Developers must define typed actors and integrate the corresponding client libraries—such as React hooks, SwiftUI wrappers, or standard JavaScript/Swift clients—to establish connectivity and handle state updates between the client and the actor runtime.