vbs command — run / preview / codegen vibestartup Thing bundles from the
shell without the platform running.
npm i -g @vibestartup/thing-cli
vbs run ./my-flywheel.part # execute + print state.json to stdout
vbs codegen ./my-flywheel.part # execute + write state.json next to main.tsx
vbs lint ./my-flywheel.part/main.tsx # canonical-dialect checkuses esbuild to bundle main.tsx and the SDKs on the fly; runs under node 20+.
MIT.