Discover and explore top open-source AI tools and projects—updated daily.
viperrcryptoLocal Twitter/X bookmark organizer with AI-powered knowledge base
New!
Top 27.9% on SourcePulse
Summary
Siftly is a self-hosted, local organizer for Twitter/X bookmarks designed to transform them into a searchable, categorized, and visual knowledge base. It targets power users and researchers seeking to manage and leverage their saved content without relying on cloud services or browser extensions. The primary benefit is enhanced knowledge discovery through advanced AI-powered search and interactive visualizations, all while keeping data private on the user's machine.
How It Works
Siftly employs a four-stage AI pipeline for bookmark processing: entity extraction (identifying hashtags, URLs, mentions, and tools), vision analysis (tagging images/videos), semantic tagging (generating descriptive tags), and categorization. This multi-modal approach enriches raw tweet data, enabling natural language search by meaning and creating an interactive mindmap visualization of bookmark relationships. The pipeline runs locally, with only configured AI API calls being external.
Quick Start & Requirements
git clone https://github.com/viperrcrypto/Siftly.git && cd Siftly && ./start.sh (recommended, handles dependencies, DB setup, and opens the app). Manual setup involves npm install, npx prisma generate, npx prisma db push, and npx next dev.start.sh provides a streamlined setup. Uses a local SQLite database.http://localhost:3000.Highlighted Details
Maintenance & Community
Developed by @viperr. The README does not specify community channels (like Discord/Slack) or notable contributors/sponsorships.
Licensing & Compatibility
MIT License. This permissive license allows for commercial use and integration into closed-source projects without significant restrictions.
Limitations & Caveats
The Claude Code CLI for seamless AI authentication is currently limited to macOS. Users on Linux or Windows must configure an Anthropic API key manually. Vision analysis is performed on image/GIF/video thumbnails.
3 days ago
Inactive
miurla