dropthejase rips out Louis's cloud stack and rebuilds it on AWS
The fork moves its entire backend plumbing - logins, file storage, and the AI connection - off Supabase and Cloudflare and onto Amazon's stack.
This isn't a feature; it's a foundation swap. dropthejase has rewired how the front end talks to everything behind it. User logins now run through Cognito (Amazon's identity service), uploaded files land in S3 (Amazon's storage), and the AI agent is reached through Amazon's own runtime - all replacing the setup the original shipped with. A single deploy script pulls its own settings from the cloud and pushes the site live.
One change worth flagging for anyone who cares how the chat behaves: instead of resending the whole conversation each turn, the app now sends only your latest message and lets the agent rebuild the thread from its own database. Lighter traffic, and the server becomes the single source of truth for what was said.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?