foolish-bandit adds a demo-mode skeleton key
A new env var lets you browse the Gary fork's UI without logging in - handy for demos, dangerous if it ever ships.
foolish-bandit has wired in a frontend bypass that fakes a logged-in user the moment a single environment variable is flipped on. The login screen disappears, a demo identity loads instantly, and an amber banner across the top of every page reminds you the bypass is live. Sign-out is disabled so the demo session can't be accidentally ended mid-pitch.
The team is upfront that this is cosmetic only: any actual backend call will fail because no real session token exists. It's a "walk a prospect through the screens" tool, not a way to use the product. The bypass is off by default and the variable ships commented out, so a fresh install still hits the real login flow.
The risk worth flagging for anyone borrowing the idea: a public-facing switch that turns auth off is exactly the kind of toggle that gets left on by mistake in a real deployment.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?