Clario is a smart, modern bookmarking platform that combines a Chrome Extension and a Next.js Dashboard to make saving, organizing, and retrieving content effortless.
Whether you’re browsing and want to save a link instantly, or sitting down to organize your collection, Clario keeps everything in sync and beautifully simple.
-
Instant Bookmarking via Extension
Capture links, articles, and resources directly while browsing without breaking your flow. -
Organize into Folders
Group bookmarks into folders for clean, structured organization. -
Unified Dashboard
Manage all your saved bookmarks in a responsive Next.js web app with a minimal, distraction-free UI. -
Cross-Platform Sync
Everything you save is available in both the extension and dashboard. -
Smart Search & Filters
Find bookmarks quickly by folder, tags, or location. -
Light & Dark Mode
Seamless theme switching that adapts to your preferences.
- Extension: Vite + React + TypeScript
- Web Dashboard: Next.js + Tailwind CSS + TypeScript
- State Management: Zustand
- Auth: Better Auth
- Build System: Turborepo + pnpm
git clone https://github.com/your-username/clario.git
cd clariopnpm installcd apps/web
pnpm dev- Then visit: http://localhost:3000
1.Build the extension:
cd apps/extension
pnpm build-
Go to Chrome → Extensions → Manage Extensions.
-
Enable Developer Mode.
-
Click Load unpacked and select the dist/ folder.
🤝 Contributing
-
Contributions, feedback, and ideas are welcome!
-
Fork the repo
-
Create a feature branch (git checkout -b feature-name)
-
Commit your changes (git commit -m 'Add new feature')
-
Push and open a PR 🚀