---
title: "Deploy Faved"
description: "Self-hosted bookmark manager with tags, full-text search, SQLite"
category: "Starters"
url: https://railway.com/deploy/faved
---

# Deploy Faved

Self-hosted bookmark manager with tags, full-text search, SQLite

**[Deploy Faved on Railway](https://railway.com/template/faved)**

- **Creator:** INAPP
- **Category:** Starters

## Template content

### Faved

- **Source:** https://github.com/INAPP-Mobile/faved
- **Public domain:** Yes

## Documentation

# Faved

A lightweight, privacy-first bookmark manager with a clean, fast UI — self-hosted on Railway.

[![Deploy to Railway](https://railway.app/button.svg)](https://railway.com/deploy/faved)

## Why Deploy

Faved is a lightweight, SQLite-backed bookmark manager that runs on a single Railway service with one persistent volume — no external database, no complex setup. Deploy in under two minutes, and your bookmarks survive restarts and redeploys.

## Features

- Minimal, distraction-free bookmark management
- Tag-based organization and quick search
- Privacy-first — no telemetry, no tracking
- Self-hosted with persistent storage
- Automatic HTTPS via Railway
- Health monitoring via Railway proxy

## Configuration

| Variable | Description | Default |
|---|---|---|
| `PORT` | HTTP listen port | `80` |

## Volumes

- `/var/www/html/storage` — Persistent bookmark and tag data (SQLite database + bookmark images)

Note: Railway allows one volume per service; sessions use ephemeral `/tmp` and are reset on redeploy (bookmark data is unaffected).

## License

MIT — [Faved on GitHub](https://github.com/denho/faved)

## Deploy and Host

Click the Deploy to Railway button above to deploy Faved on Railway. Persistent volumes are configured automatically so your bookmarks survive redeployments.

## About Hosting

This template runs Faved on Railway, a cloud platform that handles infrastructure, scaling, and HTTPS. All bookmark data is stored on a persistent volume for durability. Railway provides automatic TLS termination and private networking between services.

## Common Use Cases

- Personal bookmark library with fast search
- Team bookmark sharing with tags
- Privacy-focused alternative to browser bookmark sync
- Read-it-later service with organizational tags

## Dependencies for

- Faved — Apache/PHP bookmark manager
- No database companion required — all data is stored on persistent volumes

### Deployment Dependencies

| Dependency | Description |
|---|---|
| Persistent volume `/var/www/html/storage` | Bookmark and tag data storage |
| Railway account | Must have access to a single service |

## Quick Start

1. Click the Deploy to Railway button above
2. Wait for the build to complete (~2 minutes)
3. Access Faved at the deployed URL
4. Start adding bookmarks — data persists across redeployments

## Similar templates

- [Paperless-ngx](https://railway.com/deploy/paperless-ngx-3) — Document management with OCR on Railway with PostgreSQL and Redis
- [open-excalidraw](https://railway.com/deploy/open-excalidraw) — Self-hostable collaborative drawing built on Excalidraw
- [caring-vibrancy](https://railway.com/deploy/caring-vibrancy) — Deploy and Host caring-vibrancy with Railway

Open this page in a browser: https://railway.com/deploy/faved
