punyaslokdutta moves document storage onto Supabase
One fewer vendor in the stack: the fork now keeps its files in the same place as its database.
Mike has to stash the documents people upload somewhere. This fork had been parking them in Cloudflare R2 - Amazon-style cloud file storage that bills per operation. punyaslokdutta has switched that over to Supabase Storage, the file-hosting side of the same Supabase platform the fork already uses for its database and logins.
The practical upshot is consolidation. Instead of wiring up and paying for a separate storage service, everything now lives under one roof, which makes the whole thing simpler to stand up and run locally. The trade is a different cost shape - Supabase's storage tiers in place of R2's pay-per-request pricing - so the better fit depends on your document volumes. Nothing about how the app uses or serves files changed; this is purely a plumbing decision underneath.
Spotted something wrong? Or know the PR text has fresher detail than the writeup above?