Dshamir bolts down the front end of AI-Legal
A round of frontend hardening adds login enforcement, crash reporting, and a basic accessibility win to the fork's web app.
Dshamir brought the user-facing side of AI-Legal up to the same standard as its back end. The biggest change is a gatekeeper layer that checks a user is authenticated before any page loads, rather than trusting individual screens to police themselves. Alongside it: client-side error tracking via Sentry (a service that captures crashes happening in a user's browser and reports them back), so problems surface instead of failing silently.
There's also a small but real accessibility improvement - a "skip to content" link that lets keyboard and screen-reader users jump past navigation. Rounding it out, the team fixed a build that crashed when configuration values were missing, which had been blocking clean deploys.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?