Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ faved Public

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

License

Notifications You must be signed in to change notification settings

denho/faved

Repository files navigation

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.

📚 Read Blog | 𝕏 Follow on X

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

faved-demo.mp4

Documentation

Using the Bookmarklet

screenshot-add-ff-slack-compressorio
  1. Navigate to Bookmarklet section in the application Settings.
  2. Look for the bookmarklet link "Add to Faved".
  3. Drag the bookmarklet link to your browser's bookmarks bar.
  4. When browsing the web, click the bookmarklet on any page you want to save.
  5. The form to add the web page to Faved will open.
  6. Add tags and notes as desired, then save.

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.

Credits

Faved uses only open source packages:

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