An open API service indexing awesome lists of open source software.

https://github.com/denho/faved

Free open-source bookmark manager with customisable nested tags. Super fast and lightweight. All data is stored locally.
https://github.com/denho/faved

bookmark-manager bookmarking bookmarklet bookmarks bookmarks-manager docker links-management php pocket react reactjs read-it-later self-hosted shadcn-ui tailwind tailwindcss

Last synced: 22 days ago
JSON representation

Free open-source bookmark manager with customisable nested tags. Super fast and lightweight. All data is stored locally.

Awesome Lists containing this project

README

          


# Faved

Faved is a simple self-hosted web application to store and organise web links. Works on desktop and mobile.

Free and open source. No ads or tracking. All data is stored locally.



๐Ÿงช **[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)**

โ˜๏ธ **[Start in the Cloud โ€” No Setup Required](https://faved.cloud/signup?utm_source=github&utm_medium=readme)**

screenshot-list-desktop-mobile-safari

## Features

- **Clean Interface**: A distraction-free responsive UI to help you quickly find and manage your bookmarks on any desktop or mobile device. Includes instant search, bookmark sorting, multiple layouts, and sleek dark mode.
- **Advanced tagging system**: Organize bookmarks with colored nested tags. Pin important tags at the top for quick access.
- **Browser bookmarklet**: Save bookmarks from any desktop or mobile browser without installing any extensions. It is secure and convenient.
- **Lightweight and swift**: Built with efficiency in mind, Faved loads fast and runs with minimal resource usage.
- **Import from browser**: Importing bookmarks from Chrome, Safari, Firefox, Edge, fully preserving your browser bookmark folders structure.
- **One-click migration from Pocket**: Easily move your saved links, tags, collections and notes from Pocket by uploading the exported ZIP file.
- **Open Source**: The code is open for you to inspect, modify, and contribute to.

## Overview video

https://github.com/user-attachments/assets/0ecbf26a-9ed8-49d9-a5ce-33d471c06fdf

## 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)

## 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:

- React, Tailwind, Shadcn UI and Vite for the frontend.
- PHP 8, SQLite and Apache for the backend.