Instagram follower analysis tool. Privacy-first, client-only.
- No password. All processing in-browser.
- Export to CSV.
- Persists last scan in localStorage.
- PWA installable.
- Smart scraper with rate-limit handling.
- React 19, Vite 6
- TypeScript
- Tailwind CSS
- PWA Manifest
- Drag "Scan IG Followers" bookmarklet to bookmarks bar.
- On instagram.com (logged in), click the bookmark.
- Click "Copy Results" when done.
- Paste into InstaInsight app.
- Open InstaInsight. Hold "Press & Hold To Copy" → script copied.
- Bookmark InstaInsight page.
- Edit bookmark: change URL to the pasted script. Name it "Scan IG".
- Open instagram.com (new tab), tap bookmarks, run "Scan IG".
- Copy result, paste back in InstaInsight.
npm install
npm run dev # http://localhost:3000
npm run build # production build
npm run deploy # build + gh-pages- DOCUMENTATION.md - technical deep dive
