A minimal, keyboard-first bookmark manager that keeps your links private and organized.
- Privacy First — Bookmarks live in your browser. Nothing stored on servers.
- Keyboard Shortcuts — Navigate and manage entirely with your keyboard (
/search,Aadd,Eedit,Ddelete) - Minimal Design — Clean, austere interface that gets out of your way
- Metadata Extraction — Auto-enriches links with titles, images, and favicons
- Fast & Lightweight — Built with React, Bun, and Tailwind CSS
- No Tracking, No Ads — Just your bookmarks, your way
- Bun (v1.3+)
git clone <repo>
cd stsh
bun installbun run devOpen http://localhost:3000 in your browser.
bun run build| Key | Action |
|---|---|
/ or Cmd+K |
Search |
A or Cmd+B |
Add bookmark |
E |
Toggle edit mode |
D |
Toggle delete mode |
Esc |
Close/Clear |
- Framework: React 19
- Styling: Tailwind CSS
- Runtime: Bun
- Animations: Framer Motion
Deploy to Vercel with one click:
vercel deployOr deploy to any static host (build outputs to /dist).
Personal project. Feel free to fork and adapt.
Made with minimal intent, maximal execution.

