Web App (Overview)

Last Updated: 2026-01-19

Engineering notes for the apps/web Next.js app.

Run locally

From repo root:

  • pnpm -w nx dev web

Debug logging

Set the DEBUG environment variable to true to enable verbose logging during development.

Notes / TODOs

  • Replace img in Profile with next/image
  • Cache Neo4j calls using Next.js guidance on server-side fetch caching