Local developer guide

LRE local stack entry point

Lynara Real Estate is a tenant-scoped local product stack with a Next.js Web App, FastAPI edge/domain services, and Supabase overlay. This page gives colleagues a practical map of the endpoints they need while the product is still under active development.

Local bring-up checklist

The local demo seed provides login fixtures only. The Web App still requires sign-in and authenticated tenant context before tenant-scoped requests are allowed.

  1. Run corepack pnpm up (SOPS materialize is automatic).
  2. Run corepack pnpm docker:deploy:local for Web, APIs, and Supabase.
  3. Run corepack pnpm migrations:apply:local before signing in to tenant-scoped flows.

Local links

Application entry points

Start here after the local stack is deployed.

Local links

Service readiness

Fast checks for the app-facing APIs.

Local links

Supabase overlay

Local Auth, PostgREST, and Studio surfaces.

Local links

Observability

HyperDX Local and collector endpoints from the observability profile.

Browser runtime environment

Browser-visible values are loaded from /runtime-env.js, generated at container startup from local Compose or deployed runtime configuration. Server-only secrets stay out of this contract.

Loading browser runtime configuration…