Siftly: Self-Hosted AI Twitter Bookmark Organizer
Siftly: Take Control of Your Twitter Bookmarks with Local AI Power
Tired of your Twitter/X bookmarks being an unorganized mess? Siftly is the self-hosted solution that turns your chaotic collection into a searchable, categorized knowledge base—running entirely on your machine.
What Makes Siftly Different?
Unlike cloud services that lock away your data, Siftly keeps everything local with SQLite while leveraging AI APIs you control. No subscriptions, no browser extensions, no privacy concerns.
The 4-Stage AI Pipeline
- Import - Bookmarklet or console script captures all bookmarks from X.com
- Entity Extraction - Mines hashtags, mentions, URLs, and 100+ tools (free, zero API calls)
- Vision Analysis - OCR + object detection on every image/GIF/video (30-40 tags per image)
- Semantic Magic - 25-35 search tags + 1-3 categories per bookmark with confidence scores
Killer Features
🔍 AI-Powered Search Query like: "funny crypto crash memes" or "best React hooks tutorials"—searches text, images, tags, and categories simultaneously.
🗺️ Interactive Mindmap Force-directed graph visualizes your entire bookmark library. Click to expand categories, jump to original tweets.
📱 Beautiful Browsing Masonry grid or list view with category/media/date filters. Hover cards show previews and quick actions.
📤 Export Everything CSV for spreadsheets, JSON for apps, ZIP with media files + manifest.
One-Command Setup
git clone https://github.com/viperrcrypto/Siftly.git
cd Siftly
./start.sh
That's it. Opens http://localhost:3000 automatically. Works with Claude CLI (zero config on macOS) or paste your Anthropic API key.
Tech Stack Highlights
- Next.js 16 + TypeScript 5
- Prisma + SQLite with FTS5 full-text search
- Tailwind CSS v4 + Radix UI
- Anthropic AI (Haiku/Sonnet/Opus) + vision analysis
- @xyflow/react for mindmap visualization
Privacy First
✅ All data stored locally ✅ No telemetry/tracking ✅ Only AI provider sees tweet text + thumbnails ✅ Self-hostable with Docker
Customize & Extend
Add your own categories, tweak AI prompts, extend the entity extractor for your favorite tools.
Siftly isn't just a bookmark manager—it's your personal Twitter knowledge base with AI superpowers.
⭐ Star the repo: https://github.com/viperrcrypto/Siftly
Built by @viperr | MIT License | Local-first forever