Skip to main content
Rebuild packages and restart services so the platform picks up your latest changes. Component nodes are definition-backed: they re-synthesize from 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 update or unoverse 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.

Verify

Troubleshooting