Start the local Studio web UI
riv_studioLaunch a local web studio to preview and edit .riv animation files, with live canvas selection, inspector, timeline, and hot reload for instant updates.
Instructions
Start a local web UI (Rive-editor-like 3-pane layout) for live-previewing and editing a .riv file: hierarchy tree + click/drag selection on canvas + inspector (position/size/color/text edits apply live), timeline with keyframe markers, hot reload on file change, auto-generated state machine input controls, event log, and (with scenePath) direct scene-JSON editing. The UI also has an 'Instructions for AI' box — fetch those with riv_studio_notes. Re-running riv_create/riv_edit on the watched file updates the browser instantly. Only one studio runs at a time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The .riv file to preview (watched for changes) | |
| port | No | Port (default 8787) | |
| stop | No | Stop the running studio instead | |
| scenePath | No | Scene spec JSON path — enables the edit+rebuild panel |