examples/sandbox/README.md
Unified sandbox showcasing Rivet Actor features with a single registry, grouped navigation, and interactive demos.
git clone https://github.com/rivet-dev/rivet.git
cd rivet/examples/sandbox
npm install
npm run dev
OPENAI_API_KEY) for the AI actor demoThe sandbox registry imports fixtures and example actors into one setup so each page can expose a curated subset.
See the registry in src/actors.ts and the UI in frontend/App.tsx.
Read more about Rivet Actors, actions, and connections.
MIT