TidyMark is a fully static, open-source bookmark cleaner that uses the Claude AI API to categorize your bookmarks as KEEP, REVIEW, or DELETE — right in your browser. No backend, no accounts, no data sent to any server except the Anthropic API.
https://bookmarks-alinalarab.replit.app/ or www.alinalara.com
- 100% browser-side — your bookmarks never leave your machine (except to Anthropic's API for analysis)
- Smart categorization — Claude AI sorts each bookmark into KEEP, REVIEW, or DELETE with a reason
- Drag-and-drop UI — override any AI decision by dragging cards between columns
- Bulk select — select all in a column and move them at once
- Search & filter — search across all bookmarks by title, URL, domain, or folder
- Export options — download a cleaned file or include a "
⚠️ AI Review Queue" folder - Auto-save — analysis results are saved to localStorage so refreshing doesn't lose your work
- Fully responsive — works on mobile and desktop
git clone https://github.com/yourusername/tidymark
cd tidymark
pnpm install
pnpm devThen open http://localhost:5173 in your browser.
- Sign up at console.anthropic.com
- Go to Settings → API Keys
- Create a new key and copy it
- Paste it into TidyMark's API key field — it's saved locally in your browser
- Open Chrome and click the three-dot menu (⋮)
- Go to Bookmarks → Bookmark Manager
- Click the three-dot menu at the top right of the manager
- Select Export bookmarks
- Save the
.htmlfile
- Click the Library button (books icon) or press
Ctrl+Shift+B - Go to Bookmarks → Manage Bookmarks
- Click Import and Backup → Export Bookmarks to HTML
- Save the
.htmlfile
- Go to File menu in the menu bar
- Click Export Bookmarks…
- Save the
.htmlfile
After downloading your cleaned bookmarks file:
- Open your browser's Bookmark Manager
- Delete all existing bookmarks (or just import — most browsers merge)
- Use Import Bookmarks and select your downloaded HTML file
See CONTRIBUTING.md for guidelines.
MIT — see LICENSE