foolish-bandit adds a demo-mode door into Gary
A build-time flag lets you walk through the UI without a real login - handy for showing off, useless for kicking the tires.
foolish-bandit wired in an opt-in bypass that skips the login screen and seeds a fake demo user, so anyone can poke around the interface without standing up a real auth backend. A thin amber strip across the top makes it obvious you're in pretend mode, and the bypass only activates when a specific build-time flag is set - leave it off and the app behaves exactly as before.
The limits are honest and called out up front: anything that actually talks to the backend will fail, because there's no real session to authorise the call. This is a tour-guide mode, not a sandbox. It's intended for a separate preview deployment, not production, since the flag is baked in when the app is built rather than flipped at runtime.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?