# apps/web — agent context

Next.js 16 web app (`@medlens/web`) for MedLens+.

## Development notes

- Use the workspace commands from [CLAUDE.md](CLAUDE.md).
- Keep the web app aligned with the mobile and API package conventions.
- Follow the repository safety and privacy guardrails for any health-related copy or analytics.
- Prefer the shared packages (`@medlens/types`, `@medlens/logger`) over app-local duplication.
- When working with Next.js, React, or supporting libraries, refer to the official framework and package documentation before changing architecture or adding new patterns.

## Reference

- Next.js docs: <https://nextjs.org/docs>
- App Router docs: <https://nextjs.org/docs/app>
- React docs: <https://react.dev/>
- Monorepo guidance: [../../AGENTS.md](../../AGENTS.md)
