Compare Instagram following and followers from your export zip locally in your browser. No data is collected — everything is stored in your browser's IndexedDB and localStorage.
Live app: https://igratio.vercel.app/
- Drop an Instagram “Followers and following” export zip; extract and compare following vs followers in-browser
- Track changes between exports (see who followed/unfollowed you over time)
- Fully client-side — no data leaves your browser
- Multi-language support
git clone https://github.com/<your-username>/igratio.git
cd igratio
pnpm installpnpm devOpen http://localhost:3000 to view the app.
pnpm build
pnpm start- Next.js 16 — React framework
- React 19 — UI library
- Tailwind CSS 4 — Styling
- fflate — in-browser zip extract
Contributions are welcome! To get started:
- Fork the repository
- Create a feature branch (
git checkout -b feature/my-feature) - Commit your changes (
git commit -m "Add my feature") - Push to the branch (
git push origin feature/my-feature) - Open a Pull Request
Please make sure your code passes linting before submitting:
pnpm lintThis project is public.
The app is deployed on Vercel. Every push to the main branch triggers a production deployment automatically.