Why I Built Unlockt: A Local-First Instagram Saved Archiver, Canvas Collage Studio & 9:16 Video Vault
Like many developers, designers, and digital marketers, my Instagram "Saved" collection had turned into a digital graveyard with over 5,000 bookmarked posts, reels, and carousels. The native Instagram web app offers virtually zero productivity tools: ❌ No full-text search across captions or hashtags ❌ No way to extract individual slides from carousel photo dumps ❌ No offline preservation (if a…
Once upon a time, an avid Instagram user found themselves drowning in an avalanche of over 5,000 bookmarked posts, reels and carousels. The native Instagram web application offered almost no productivity tools beyond what one would expect: no full-text search, no extraction of individual slides from carousel photos, no offline preservation and of course, no user-friendly way to download content without risking account security.
This inspired one developer to embark on a quest to create Unlockt - a free, open-source Chromium extension and Node.js Express dashboard that would save Instagram content locally, without ever asking for any credentials or inserting trackers. The result was Unlockt: a no-nonsense, zero-telemetry tool that lets users manage their Instagram Saved content without ever needing to log in.
Unlockt's architecture is built for simplicity and security. It operates as a Manifest V3 Chromium extension, using existing cookies and CSRF tokens to respect rate limits, meaning no more password prompts. It also features an Express backend that streams saved Reels via HTTP 206 partial content, allowing for instant seeking and frame-by-frame inspection without the need for buffering.
The extension also includes a built-in Carousel Studio, enabling users to create high-resolution moodboards from carousel photos with just a few clicks.
To top it all off, Unlockt is fully offline and privacy-focused. Metadata, photos, and videos are stored locally, with creator profile avatars generated as clean SVG initials in memory to avoid external network requests. All of this is wrapped in a simple bash installation script, making Unlockt accessible to anyone looking to reclaim control of their Instagram Saved collection.
Written by urgent.news from Dev.to's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.