Skip to content

AlinaLB/Tidymark

Repository files navigation

TidyMark

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

Features

  • 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

How to run locally

git clone https://github.com/yourusername/tidymark
cd tidymark
pnpm install
pnpm dev

Then open http://localhost:5173 in your browser.

Getting a Claude API key

  1. Sign up at console.anthropic.com
  2. Go to Settings → API Keys
  3. Create a new key and copy it
  4. Paste it into TidyMark's API key field — it's saved locally in your browser

How to export bookmarks from your browser

Chrome

  1. Open Chrome and click the three-dot menu (⋮)
  2. Go to Bookmarks → Bookmark Manager
  3. Click the three-dot menu at the top right of the manager
  4. Select Export bookmarks
  5. Save the .html file

Firefox

  1. Click the Library button (books icon) or press Ctrl+Shift+B
  2. Go to Bookmarks → Manage Bookmarks
  3. Click Import and Backup → Export Bookmarks to HTML
  4. Save the .html file

Safari

  1. Go to File menu in the menu bar
  2. Click Export Bookmarks…
  3. Save the .html file

How to import the cleaned file

After downloading your cleaned bookmarks file:

  1. Open your browser's Bookmark Manager
  2. Delete all existing bookmarks (or just import — most browsers merge)
  3. Use Import Bookmarks and select your downloaded HTML file

Contributing

See CONTRIBUTING.md for guidelines.

License

MIT — see LICENSE

About

AI-powered bookmark cleaner — upload your browser bookmarks, let AI flag dead links & duplicates, review on a 3-column board, download cleaned HTML.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors