dioramai
v0.2.2
Published
Local-first CLI and bridge for Dioramai runtime sync in React Three Fiber repos.
Readme
Dioramai CLI
Dioramai is a local-first runtime sync tool for React Three Fiber projects.
npx dioramai init --template vite-r3f
npx dioramai doctor
npx dioramai dev --openThe CLI starts a local bridge that can safely operate inside an explicit project root. The hosted Dioramai browser shell connects to that bridge over localhost; projects, GLBs, generated code, and scene state remain in the developer's repo.
Commands
dioramai init --template vite-r3fscaffolds a minimal Vite/R3F project.dioramai doctorchecks project readiness without changing files.dioramai dev --openstarts the local bridge and opens the shell URL.dioramai exportwrites the generated R3F scene module.dioramai validateprints raw project status JSON.
The diorama binary is kept as a compatibility alias.
