API Reference
Utilities Reference
Navigation helpers, NATS subjects, and WebSocket channels for Insolitum Universe modules.
Utilities Reference
Shell Navigation
Navigate the parent Universe Shell from within your module iframe.
Import: import { navigateShell, navigateToModules } from '@/lib/shell-navigation';
navigateShell
Navigate the Shell to any path:
navigateToModules
Shortcut to navigate back to the modules list:
How It Works
The Shell listens for navigate messages from module iframes and updates the router.
NATS Subjects
Standard NATS subject patterns used in Insolitum Universe.
Import: import { NATS_SUBJECTS, WS_CHANNELS } from '@/lib/nats-events';