Ern Internal Docs
Apps

tools-web

Internal tools frontend (React SPA)

What it does

tools-web is the internal frontend used by the team for authenticated operational workflows.

Run locally

bun run dev:tools-web

Runs on http://localhost:5000.

Key environment variables

Source of truth: apps/tools-web/.env.example

  • VITE_API_BASE_URL: Base URL for the tools-api backend.

Deploy and ownership

  • Deploy target: Vercel.
  • Operational note: keep VITE_API_BASE_URL aligned with the active tools-api environment.
  • Team: Ern engineering.
  • Primary: Ern engineering on-call.

On this page