viperrcrypto/Siftly

Local Twitter/X bookmark organizer with AI categorization and mindmap visualization

View on GitHub ↗Jump to charts ↓

Data as of . Signed-in members get hourly updates — create a free account.

Summary Information

Updated 6 minutes ago
Added to GitGenius on September 22nd, 2026
Created on March 4th, 2026
Open Issues & Pull Requests: 30 (+0)
GitHub issues: Enabled
Number of forks: 283
Total Stargazers: 3,050 (+0)
Total Subscribers: 7 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 9.3 hours
Mean response time: 22.5 days
90th percentile: 161.1 days
Tracked items: 9

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 12
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 161 days
Stale 30+ days: 11
Stale 90+ days: 8

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (4)
  • bug (3)

Most active issues this week

Sign in to see which issues are moving.
Sign in

Detailed Description

Siftly is a self-hosted Twitter/X bookmark manager that organizes and visualizes your bookmarks locally using AI categorization.

The tool addresses the problem of bookmark sprawl by running a four-stage AI pipeline on imported bookmarks to automatically categorize them, extract key information, and make them searchable by meaning rather than keywords alone. Everything runs on your machine using SQLite for storage, with only the AI API calls going to external services. The application provides semantic search across bookmarks, an interactive mindmap visualization of your bookmark graph, filtered browsing in grid or list views, and export capabilities for media and data in multiple formats.

Siftly suits developers and knowledge workers who want to retain full control over their bookmark data without relying on cloud services or browser extensions. The project is particularly valuable for those already using Claude through the Code CLI, since it can automatically detect and use that authentication with zero configuration. For others, it supports API key authentication through the settings interface, environment variables, or compatible Anthropic endpoints. The tool is built with Next.js and TypeScript, making it accessible to developers comfortable with modern web stacks who want to self-host their bookmark infrastructure.

The project shows active development with regular commits addressing both features and bug fixes. Work spans across the full stack including database schema improvements, UI refinements, and pipeline enhancements. The codebase demonstrates attention to user experience through thoughtful authentication detection and streamlined setup flows. Development activity indicates ongoing maintenance of core functionality alongside incremental feature additions.