Elysian
Self-hosted tool to back up browser bookmarks toolbar to your home lab
Elysian is a self-hosted tool that syncs bookmarks from your browser's bookmarks toolbar to a server in your home lab. It ships with a browser extension that imports/exports the toolbar bookmarks and keeps the server-side copy updated when you create, reorder, update, or delete bookmarks. (github.com)
Key Features
- Focused backup of bookmarks that live on the browser bookmarks toolbar (not a full archival bookmark manager). (github.com)
- Browser extension enables import/export and propagates create/re-order/update/delete actions from the browser to the server. (github.com)
- Node.js/Express backend and npm-based codebase (JavaScript). (github.com)
- Dockerfile and docker-compose provided for containerized deployment to a home lab. (github.com)
- Lightweight, designed as a personal project to learn structuring JavaScript code and automate bookmark backups. (reddit.com)
Use Cases
- Keep a server-side backup of frequently used toolbar bookmarks outside browser vendor sync systems. (github.com)
- Run a minimal bookmark-sync endpoint in a home lab or NAS using Docker. (github.com)
- Learn and test a small Node.js/Express + extension integration and containerized deployment workflow. (github.com)
Limitations and Considerations
- Browser support is limited: a Firefox extension is noted as "coming soon," indicating the extension currently targets Chromium-family browsers. (github.com)
- Not designed as a full-featured archival bookmark manager; it targets the bookmarks toolbar and regular-use items rather than whole-tree archival. (github.com)
- Lacks a polished server-side GUI (listed as a future enhancement), so administration is currently more developer-oriented. (github.com)
Elysian provides a focused, minimal approach to keeping toolbar bookmarks backed up to a self-hosted environment, packaged for Docker and implemented in JavaScript/Express. It is suitable for users who prefer a lightweight, home-lab-managed bookmark sync and for developers experimenting with browser-extension to backend sync patterns. (github.com)
Categories:
Tags:
Tech Stack:
Similar Services

RSSHub
RSS feed generator for websites and platforms without RSS
RSSHub generates RSS/Atom/JSON feeds for thousands of sites and services that don’t provide feeds, exposing them as subscribable endpoints you can self-host.

Glance
Self-hosted, configurable dashboard for feeds and status widgets
Glance is a lightweight self-hosted dashboard that aggregates RSS and other widgets (Reddit, YouTube, weather, markets, server stats) into customizable pages.

Karakeep
Self-hosted bookmarks, notes, and media with AI tagging and search
Self-hostable bookmark-everything app for links, notes, images, PDFs, and archives with full-text search, AI tagging/summaries, RSS ingestion, and API access.

Linkwarden
Self-hosted collaborative bookmark manager with archiving and annotation
Self-hosted collaborative bookmark manager with reader mode, highlights, tagging, full-text search, and automatic webpage preservation as screenshots and PDFs.


FreshRSS
Lightweight self-hosted RSS and Atom feed aggregator
FreshRSS is a fast, multi-user RSS/Atom feed aggregator with tagging, search, OPML import/export, WebSub push updates, and optional web scraping for sites without feeds.

wallabag
Read-it-later web app for saving and classifying articles
wallabag is a self-hostable read-it-later service to save web pages, extract clean article content, tag and organize items, and read them on any device.
JavaScript
Express
Node.js