https://github.com/farhadeidi/bookmarks-but-better
A clean, beautiful bookmarks dashboard that replaces your new tab page.
https://github.com/farhadeidi/bookmarks-but-better
bookmark bookmarks browser browser-extension chrome chrome-extension dashboard new-tab productivity react tailwindcss typescript vite
Last synced: 3 months ago
JSON representation
A clean, beautiful bookmarks dashboard that replaces your new tab page.
- Host: GitHub
- URL: https://github.com/farhadeidi/bookmarks-but-better
- Owner: farhadeidi
- License: mit
- Created: 2026-03-23T21:07:59.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-29T00:22:29.000Z (3 months ago)
- Last Synced: 2026-03-29T03:06:29.402Z (3 months ago)
- Topics: bookmark, bookmarks, browser, browser-extension, chrome, chrome-extension, dashboard, new-tab, productivity, react, tailwindcss, typescript, vite
- Language: TypeScript
- Homepage: https://chromewebstore.google.com/detail/nflojekghnganlcjncbepnnnkgakghif?utm_source=github
- Size: 1.28 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Bookmarks - But Better
A clean, beautiful bookmarks dashboard that replaces your new tab page.
## Features
- **Masonry layout** — Bookmark folders displayed as cards in a responsive grid
- **Two view modes** — Switch between list and icon grid per folder
- **Inline editing** — Rename bookmarks, change URLs, edit folders — all inline
- **10 color themes** — Default, Amber, Bubblegum, Caffeine, Claude, Claymorphism, Cyberpunk, Solar Dusk, T3 Chat, Vintage Paper
- **Light & dark mode** — Follows system preference or toggle manually
- **Choose your root folder** — Display bookmarks from any folder
- **Import & export** — Standard HTML bookmark files
- **High-quality favicons** — Sharp icons on every display
- **Always in sync** — Changes saved directly to Chrome's bookmarks
- **100% private** — No analytics, no tracking, no data leaves your browser
## Install
Or load manually:
1. Clone this repository
2. Run `bun install && bun run build`
3. Open `chrome://extensions`, enable **Developer mode**
4. Click **Load unpacked** and select the `dist/` folder
## Screenshots
## Development
```bash
bun install # Install dependencies
bun dev # Start dev server (standalone mode)
bun run build # Build for production → dist/
bun run typecheck # Type check
bun lint # Lint
bun run format # Format code
```
## Feedback & Issues
Found a bug or have a feature request? [Open an issue](../../issues) — all feedback is welcome.
## License
MIT