dropthejase rips out the frontend's foundation and starts over
Louis swaps its entire web framework for a leaner setup - same product, simpler machinery underneath.
In one sweeping change, dropthejase moved Louis off Next.js - a heavyweight React framework - and rebuilt the web app on Vite, a faster, lighter build tool, paired with React Router for navigation. The result is a pure browser-side app that ships as static files to Amazon's storage and content-delivery network. The way it deploys doesn't change; what changes is how much framework sits between the code and the browser.
Bundled into the work is a small but real fix: deleting the chat you're currently reading no longer dumps you on a broken page. The team also wired up how the app builds its backend connection at runtime rather than hard-coding it.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?