foolish-bandit adds a one-switch demo mode for the Gary UI
A build-time toggle lets you show off the interface without standing up a real login system first.
Demoing legal-AI software usually means provisioning accounts, wiring up a live login service, and praying nothing breaks five minutes before the call. foolish-bandit's fork sidesteps that. Flip a single switch when the app is built and the frontend skips authentication entirely, signing you in as a built-in demo user so you can click straight through the interface.
The honest caveat: this is for walking through the screens, not running a live system. Anything that talks to the backend still expects a real login and will be turned away, so it's a UI tour rather than a working demo. The switch is baked in at build time, which is the clever part - you can't flip it on in production by accident, and a thin amber banner sits across every page whenever the bypass is active so nobody mistakes the demo identity for the real thing.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?