Enter the dashboard

This portal layer now includes a post-login dashboard surface for quick navigation across the Modal Nodal stack.

Prototype behavior only. This is a local portal interaction, not real auth.

One public surface, private runtime behind it

Modal Nodal keeps runtime services private on localhost and exposes only deliberate entrypoints through a reverse proxy. The target hostname map is stable even if the internal runtime moves.

n8n.mrksylvstr.com 127.0.0.1:5678
chat.mrksylvstr.com 127.0.0.1:8080
flow.mrksylvstr.com 127.0.0.1:3001
api.mrksylvstr.com 127.0.0.1:4000

Private by default

LiteLLM, Open WebUI, Flowise, Postgres, Redis, Qdrant, and support workers stay on private local bindings rather than being exposed directly.

Controlled output movement

Output sync, manifests, upload receipts, and optional Drive handoff stay operationally separate from the public portal layer.

Portal on Vercel

The public-facing portal can live on Vercel while the infrastructure stack remains local or self-managed behind your own ingress boundary.

Core documents in this repo

Not a hosted AI toy. A disciplined control plane.

Modal Nodal is designed to separate public presentation from private runtime: a clean public surface, a stable ingress contract, and infrastructure that stays under deliberate operational control.