zgbrenner writes the manual for self-hosting Gary
A new deployment guide spells out exactly how to stand up this fork yourself - and where the usual shortcuts break.
Most teams kicking the tyres on a legal-AI tool eventually ask the same question: can we actually run this ourselves? zgbrenner just answered it with a plain-English deployment guide. The catch it documents is worth knowing up front - Gary's engine does real work like converting Word documents to PDF and handling uploads, which means it needs a proper always-on server. You can't squeeze it onto the cheap, on-demand hosting that suits a simple website; only the user-facing front end can live there.
The guide also draws a hard line around secrets. Anything baked into the part of the app that runs in the browser is visible to anyone, so signing keys and database credentials stay on the server side. Obvious to a web developer, easy to get wrong if you're not - and getting it wrong leaks credentials.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?