dropthejase rips out Next.js for a leaner Vite build
A full frontend rewrite that bets the fork is staying single-page-app for good.
dropthejase has swapped the fork's frontend framework wholesale - out goes Next.js, in comes Vite paired with React Router. The reasoning is pragmatic: this fork already ships as a single-page app served from cloud storage behind a CDN, so most of what Next.js offers was dead weight. Vite builds faster and deploys more simply against that setup.
The tradeoff is lock-in. Every page and every bit of routing was rewritten in one go, which makes the change hard to adopt piecemeal and almost guaranteed to clash with any future frontend work pulled from the upstream Mike project. A small follow-up commit patches a navigation bug around deleting the active chat.
It's a confident bet that this fork's deployment shape isn't changing.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?