Single-domain dev, brand wordmark, real changelog
Everything now lives at one URL during local development — the marketing site, the API, the admin app, and the docs all share http://localhost:3000.
- ImprovementWeb app reverse-proxies /api/* to the API and /admin/* to the admin app so everything is same-origin during development.
- ImprovementAdmin app now mounts at /admin with a real Next.js basePath; internal links and asset URLs are prefixed automatically.
- NewBrand wordmark (dark + light variants) shipped via a shared <Logo> component and used across nav, footer, sidebars, and auth panels.
- NewFavicon (auto-generated `<link rel="icon">` + apple-touch-icon) ships in both the web and admin apps.
- NewPublic changelog page at /changelog (this one) with tagged entries and version anchors.
- FixFooter cleanup: dropped Press and Status links; removed the lingering "all systems operational" badge that referenced a status page we never shipped.