rx/ at boot; there is no generation step, ever.
When To Use
- Marketplace installs and Studio publishes: live immediately, no restart (database-driven)
- Platform image updates:
unoverse deploy(server) /unoverse updateorunoverse start --pull(local)
Quick Commands
Local Development
Production Server
Content does not ride deploys. Nodes, design, and prompts reach a server through Studio publish (over the API, live immediately) and the Marketplace (installed per item, database-driven).unoverse deploy moves platform images only:
What Each Step Does
Which change needs which step?
Manual Step-by-Step (when CLI commands arenβt enough)
Nuclear Restart (full teardown + rebuild)
When things are truly stuck:unoverse start also rebuilds the universal component-node package in-container, so a cold start always runs fresh executor code.

