Instagram's saves,
finally organized.

SavedFlow turns Instagram's one undifferentiated pile of saved posts into collections, with save dates, search, multi-select and drag and drop. Local, no account, no server.

SavedFlow side panel showing collections and a grid of saved posts
Features

What it actually does

Every feature serves one purpose: organizing the posts you already save on Instagram.

A real Save button

Adds a "Save to..." button next to Instagram's bookmark, so you pick a collection the moment you save.

Collections

Group posts into collections with their own emoji and color. A post can live in several at once.

Save dates

Every save is timestamped and shown as "Today", "3d ago", "2w ago". Sort the noise by when you found it.

Import your saves

Open your Saved pages and SavedFlow reads your existing collections and posts, and files them automatically.

Search and bulk actions

Live search, multi-select, bulk move and remove, and drag and drop to file or reorder.

Two-way remove

Removing a post can also unsave it on Instagram, after you confirm. Your call, every time.

How it works

From scattered saves to a filing cabinet

Install it

Load the unpacked extension in Chrome, or grab it from the repo. No build step, no dependencies.

Open Instagram

A control sits at the bottom of the page. Open your Saved pages and import what you already have.

Save smarter

Use the "Save to..." button on any post to drop it straight into a collection.

Organize in the panel

The side panel gives you collections, search, drag and drop, and bulk actions.

The SavedFlow side panel The Save button, collection picker and import control on a post
Quick start

Install in under a minute

It is a Manifest V3 extension, plain JavaScript, no build step.

git clone https://github.com/jacksonfdam/SavedFlow.git

# Chrome / Edge / Brave
# 1. Open chrome://extensions
# 2. Turn on Developer mode
# 3. Load unpacked, and select the savedflow/ folder
Privacy: everything is stored locally in your browser via chrome.storage.local. No account, no analytics, no server. SavedFlow only talks to Instagram and its image CDN, on your behalf. Not affiliated with, endorsed by, or connected to Instagram or Meta.
The honest part

Known limitations

A documented flaw beats a polished lie. The full list is in the docs; the short version:

Instagram's DOM moves

Selectors lean on semantic attributes, not class names. If Instagram restructures a view, the button can stop appearing until the selectors are updated.

Unsave uses a private API

The "also remove on Instagram" feature calls an undocumented endpoint. It can break, and it acts irreversibly on your real account.

Local only

Data lives in one browser profile. No sync, no backup, no export. Clear your browser data and it is gone.