save stuff from the web. no bloat.
highlight text → click the icon → save. that's it.
your notes stay local. no accounts. no cloud. just your browser.
- instant capture — highlight any text, one click to save
- clean UI — minimal black & white design
- organized — add titles and tags to your notes
- searchable — find notes instantly
- export — download as markdown
- right-click — save from context menu
- keyboard — Alt+N to open
- download or clone this repo
- run
npm install && npm run build - open
chrome://extensions - enable Developer mode
- click "Load unpacked" → select the
distfolder
- vanilla js
- shadow DOM (works on any site)
- chrome.storage.local
- esbuild
src/
background.js # context menu, shortcuts
content.js # selection UI, save modal
popup.js # dashboard
popup.html # dashboard UI
made by N!L