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

  • New or updated rx definitions (components, atoms, templates, styles in apps/unoverse/rx/)
  • New or updated custom node packages (in apps/unoverse/nodes/)
  • New or updated prompts (agent skills / prompt blocks in apps/unoverse/prompts/)
  • After git pull or unoverse update when the platform isn’t reflecting changes

Quick Commands

Local Development

Production Server

Content does not ride deploys. Nodes, design, and prompts reach a server through unoverse update (git-synced carve-out), the Marketplace (installed per item, database-driven), and Studio publish. 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