#
Faved
A private open-source bookmark manager built to handle large collections and advanced use cases. Optimized for ease-of-use and efficiency.
๐งช **[Try Live Demo](https://demo.faved.dev/?utm_source=github&utm_medium=readme)** | ๐ **[Visit Website](https://faved.dev/?utm_source=github&utm_medium=readme)** | ๐ **[Read the Docs](https://faved.dev/docs/getting-started/introduction)**
๐ **[Blog](https://faved.dev/blog?utm_source=github&utm_medium=readme)** | ๐ **[Twitter](https://x.com/FavedTool)** | ๐ฌ **[Discord](https://discord.gg/VZrtc8vWp7)**
## Features
### ๐ท๏ธ Advanced Tagging
* Organize bookmarks with **nested tags** for structured groupingย (e.g., place *Go* and *Python* under *Programming Languages โ Backend*)
* **Customize tags** with color and description *(icons โ coming soon)*
* **Search and filter tags** directly from the sidebar
* Optional **tag rollup** to include items from child tags
* **Pin frequently used tags** for quick access
### ๐ค Smart Bookmark Management
* **Automatic fetching** of titles, descriptions, and preview images
* **Duplicate detection** when adding bookmarks
* **Automated tagging** *(planned)*
### โก Powerful UI Designed for Efficiency
* All major actions โ bookmark and tag search, filtering, and editing โ in one click away with no need to navigate between screens
* Fully responsive โ works perfectly on mobile, tablet, and desktop
* Installable as a **PWA** for an app-like, near-native experience on mobile
* System-synced **Light/Dark mode**
* **Instant search** and flexible **sorting**
* **Bulk actions** (deleting, refetching, tagging)
* Customizable **layouts (card/list/table), fields,ย and sidebar**
### ๐ Integrations
* **Lightweight browser bookmarklet** โ save securely from any browser without extensions
* **Apple Shortcuts** โ integrate into native share sheetย on iOS/MacOS/iPadOS
* Browser extensions *(planned)*
### ๐ฅ Import & Migration
* Import from **Chrome, Safari, Firefox, Edge** with the original folder structure preserved thanks to nested tags
* Migrate from **Raindrop.io, Pocket,** and other tools retaining original collections, tags and other data
## Overview video
https://github.com/user-attachments/assets/0ecbf26a-9ed8-49d9-a5ce-33d471c06fdf
## Get started
- [Self-host for free](https://faved.dev/docs/getting-started/installation?utm_source=github&utm_medium=readme) with no external dependencies. All data is stored locally.
- [Start in the Cloud](https://faved.cloud/signup?utm_source=github&utm_medium=readme) with zero setup, automatic backups and support. Your data is secured with encryption.
## Documentation
- [Introduction](https://faved.dev/docs/getting-started/introduction?utm_source=github&utm_medium=readme)
- [Installation](https://faved.dev/docs/getting-started/installation?utm_source=github&utm_medium=readme)
- [Updating](https://faved.dev/docs/getting-started/updating?utm_source=github&utm_medium=readme)
- [Using browser bookmarklet](https://faved.dev/docs/getting-started/using-browser-bookmarklet?utm_source=github&utm_medium=readme)
- [Changelog](https://github.com/denho/faved/releases)
## Project Structure
- `/controllers`: Application controllers
- `/frontend`: React frontend source files
- `/framework`: Core framework components
- `/models`: Data models
- `/public`: Web-accessible files
- `/storage`: Database storage
- `/utils`: Utility classes
- `/views`: HTML templates
## License
This project is licensed under the [MIT License](LICENSE).
## Credits
Faved uses only open source packages:
- TypeScript, React, Tailwind, Shadcn UI and Vite for the frontend.
- PHP 8, SQLite and Apache for the backend.