A minimal starry-sky homepage for your bookmarks. Import Chrome HTML once, watch your most-visited sites glow.
- Frequency-driven word cloud — the more you click, the brighter it glows
- One-click Chrome import — drag in
bookmarks.html, done. No account, no sync, no tracking - Drag-to-delete — hold a star, drag to the trash, it flies away as a meteor
- Smart title cleanup — long titles are trimmed by separators, full name on hover
- Pure frontend — all data stays in your browser's
localStorage
npx nebula-navYour browser opens automatically at http://localhost:5173.
Requires Node.js ≥ 14. Install from nodejs.org if you don't have it.
- Grab the zip from Releases
- Unzip, double-click
index.html
👉 https://VirgoShuyu.github.io/nebula-nav
- First launch — the page is empty. Click "Import Chrome bookmarks"
- In Chrome:
⋮→ Bookmarks → Bookmark manager →⋮→ Export → save as HTML - Drop the HTML file onto the page
- Click a star to open; hold and drag to the trash to remove
All data lives in localStorage. Clear it anytime via DevTools.
git clone https://github.com/VirgoShuyu/nebula-nav.git
cd nebula-nav
node bin/cli.js # or: npm startNo build step. Edit app.js / styles.css and refresh.
