NavpreetSSidhu is wrestling Mike onto Vercel
Six commits to get the whole fork running on a mainstream hosting platform - most of them spent fighting the platform's own build tooling.
NavpreetSSidhu set out to get this fork - front-end and back-end together - deployable on Vercel, a popular hosting service that turns a code repository into a live app with minimal setup. The bulk of the work wasn't the app itself; it was Vercel's build process repeatedly dropping files the app actually needed to run, and then crashing on startup for the same reason.
The eventual fix is pragmatic but blunt: the AI library the fork relies on was pre-packaged into a single bundled file the build process couldn't mishandle. It works, but it freezes that library at one version, so future updates mean someone has to redo the bundling step by hand.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?