Just finished a small Framer component — Scroll Shuffle.
It’s a sticky card interaction where the card changes as you scroll through the content. I originally made it for a services section, but it could work nicely for portfolios, case studies, projects, or pretty much any section with multiple items.
The sticky card swap is a neat way to make a services section feel editorial instead of just stacked. The restrained motion and clear section numbering keep the interaction easy to follow while still giving the scroll a sense of discovery.
Summary: A suite of 20+ developer utilities that run entirely in
the browser. No uploads, no server, no data leaving your machine.
What I did: Built the full stack — Next.js frontend, Web Workers
for heavy processing (formatting tens of thousands of lines of JSON,
PDF manipulation, hashing) so the UI never blocks. Every tool works
offline after first load.
The no-upload promise is the strongest part. I'd make the offline state visible in the UI, so someone working with sensitive JSON or PDFs can see that the file stays on their machine before they drop it in.