Midnight Markers

A dark, polished bookmark library for Brave and Chrome.

View the Project on GitHub OrganicCat/midnight-markers

Midnight Markers

A bookmark manager for Brave and Chrome that replaces your new tab page with a searchable library of the pages you’ve saved. Dark by default, local by default, and it works fine without ever touching an AI provider.

What it does

Where your data goes

Nowhere, unless you ask it to. Bookmarks live in your browser’s own IndexedDB storage. There’s no account, no server, and no analytics — the developer operates no backend and never receives your data.

The one exception is the optional AI features. Turn those on and the page title, URL, meta description, and a 500-character excerpt go directly from your browser to the provider you picked, using your own API key. Nothing else is sent, and nothing is sent at all until you accept an in-product disclosure.

Full details in the privacy policy.

Install

Not on the Chrome Web Store yet — the listing is in review. In the meantime you can build it yourself:

git clone https://github.com/OrganicCat/midnight-markers
cd midnight-markers
npm install
npm run build

Then open Brave or Chrome → Extensions → enable Developer mode → Load unpacked → pick the dist/ folder.

Source

github.com/OrganicCat/midnight-markers