URS Hub Preview

Multi-tenant roleplay operations without plugin sprawl.

This monorepo is structured for Vercel-first delivery and long-lived agent collaboration: clear scopes, a single durable changelog, compact local coordination notes, and explicit runtime boundaries.

Sign inCreate accountPreview dashboard

Personal-first entry

The next live slice starts with account access, confirmation gating, and a personal dashboard before any project admin surface.

  • Sign in route shell
  • Sign up route shell
  • Dashboard route shell

Runtime planes

URS keeps authority separate from delivery and long-lived work.

  • rest
  • realtime-delivery
  • durable-automation
  • hud-http

Owned scopes

Work is split into explicit scopes so multiple agents can make progress without uncontrolled overlap.

  • platform-core
  • identity-hud
  • realtime-automation
  • rp-core
  • portal-web
  • shared

Launch scope version

2026.04-bootstrap

Hosting model

Next.js on Vercel, external Postgres, external realtime delivery, durable automation outside request lifetimes.

Workspace map

Portal

apps/web

Next.js admin and operator portal.

API

apps/api

Transitional local shell for shared HTTP and service composition.

Worker

apps/worker

External or separately hosted durable automation runner.

Shared

packages/*

Contracts, config, schema, and test helpers.

Coordination commands

npm run coordination:record -- --scope platform-core --context RepoBootstrap --summary "Scaffolded the monorepo"
npm run coordination:watch