Project
Roulette

Bookmark Organiser

Save links, tag them, and actually find them again.

BeginnerWeb appProductivity8–16hAI-buildable 5/5no setupworth shipping

A bookmark manager where saving is instant and retrieval is fuzzy-searchable across title, tags and notes. Fetching a page's title and favicon on save is what makes the list scannable, and it forces you to deal with CORS honestly.

UI
Logic
Useful

Hosting · Free forever

Deploys free on GitHub Pages, Cloudflare Pages or Vercel Hobby.

Deploy it and share a link.

Core features · 7

  • Save a URL with an optional note
  • Title and favicon are fetched where possible, with a graceful fallback
  • Tags can be added and filtered by
  • Fuzzy search across title, URL, tags and notes
  • Bulk tagging of selected bookmarks
  • Duplicate URLs are detected on save
  • Import and export as JSON

The interesting part

  • CORS blocks fetching most pages' metadata directly from the browser
  • Fuzzy search that ranks sensibly rather than matching everything
  • Normalising URLs so trivially different ones count as duplicates

Once it works

  • Add automatic tag suggestions from page content
  • Add a dead-link checker
  • Add a reading queue with an archive

Suggested stack

reacttypescripttailwindfuse.jslocalstorage

Track it