Save. Organize. Own.

Faved is a self-hosted, open-source solution to store, categorize, and access your saved web content and links from anywhere.

Faved application screenshot

Features

Self-Hosted

Keep your bookmarks on your own computer or server. Your data is stored locally and belongs to you.

Tagging System

Organize bookmarks with custom nested tags. Apply different styling to tags and pin important tags at the top for quick access.

Open Source

Transparent codebase that anyone can inspect, modify, and contribute to.

Browser Bookmarklet

Save bookmarks from any browser with a simple bookmarklet without installing additional extensions. Works on any desktop and mobile browser.

Lightning Fast

Blazing performance with full page loads of 2000+ bookmarks under 100ms, ensuring a smooth experience even with large collections.

Import from Pocket

Seamlessly import your existing bookmarks from Pocket to transition to self-hosted storage.

About Faved

Faved was born out of the need for a simple yet powerful bookmark manager that respects user privacy and ownership of data. Unlike commercial bookmark services that collect your data, Faved is completely self-hosted - meaning you maintain control over your information.

Built with modern web technologies, Faved provides a seamless experience across all your devices while ensuring your bookmarks are organized just the way you want them.

Built With

PHP 8
SQLite
Bootstrap

Get Started

1

Clone the repository

git clone https://github.com/denho/faved.git
cd faved
2

Start with Docker (change the port to the desired one)

Don't have Docker installed? Get it here

PORT=8000 docker compose up -d

Done! Open http://localhost:8000 in your browser to access your Faved instance.