High-performance media management & visual photography gallery.
SnappySaumya was built to host my travel photography records in high-definition formats without suffering from core payload weight issues. It utilizes a dynamic image loader scaling source media to appropriate viewport parameters dynamically on the fly.
The project is built on Next.js leveraging server-side cache bindings. The visualizer client uses Framer Motion layout animations to swap and reshuffle items cleanly without causing Cumulative Layout Shifts.
Reordering massive arrays of assets without screen locking. Solved by updating local React state structures optimistically and executing asynchronous database updates in the background.