May 14, 2026
First production deploy + multi-user writes
- Customer app went live on Vercel (Hobby plan) at the staging URL while DNS is wired to the registered domain.
- Every store mutation now writes through to the Postgres tenant database, not just the local browser tab. Creating a client / matter / time entry in one browser shows up in another. (Closes the localStorage gap from the 3.2 store-swap.)
- Server-side auth gate on / so the firm dashboard can never serve to an unauthenticated visitor.