Home¶
Meerkit is your follower intel dashboard: scan, compare, predict, and act.
What You Get¶
- Fast follower scans
- Clean new vs unfollower diffs
- Scan history and analytics graphs
- Multi-account and credential management
- Follow-back predictions + batch workflows
Quick Look¶
| Dashboard | Discovery |
|---|---|
![]() | ![]() |
| History | Unfollow Workflow |
|---|---|
![]() | ![]() |
Start in 2 Minutes¶
uv sync --dev
cd frontend && npm install && cd ..
uv run flask --app meerkit.app run --debug --port 5000
In another terminal:
cd frontend
npm run dev
Open http://localhost:5173.
Run tests with:
uv run pytest
Explore Docs¶
- Setup: Quick Start
- Architecture: Architecture
- Prediction flow: Prediction Algorithm
- Probability reasoning: Probability Model
- API internals: Backend API
- UI structure: Frontend
- Data model: Database
- Endpoints: API Reference
- Full screenshots: Visual Tour
Need Help?¶
- Report bugs: GitHub Issues
- Open discussions: GitHub Discussions



