Markcat Docs Open app →

Markcat Web App Guide

Overview

The Markcat web app is a Progressive Web App (PWA) at markcat.app. It provides the full bookmark management experience in your browser — no extension or local service needed.

Features

Saving Bookmarks

From the web app:

Import / Export

Open the Import / Export dialog from the toolbar:

Reviewing and Fixing Classifications

Not every page classifies cleanly. When bookmarks fail classification or come back with low confidence, an Open Review Queue button appears in the sidebar with a count. For each bookmark in the queue you can:

The category tree also collects problem bookmarks into automatic system groups: Dead links, Broken links, Bot protected (classified from title only), plus awaiting/failed, low-confidence, and fetch-failed filters.

Credits and Processing

Every automatic classification (fetch → summarize → categorize) consumes one classification credit. Storing, browsing, searching, and manually editing bookmarks never cost credits. Free-plan credits reset each calendar month; paid allowances refresh with your billing cycle; top-up credits never expire.

When you run out of credits, new bookmarks are still saved — they wait in the queue and classify automatically once your credits refresh, or immediately after a top-up.

The Processing page (/app/processing, opened from the status indicator in the sidebar) shows the pipeline at work: per-loop queue counts (Prefetch, Classify, Favicon, OG image, Control), loop states with average processing times, and the worker log. LLM response detail appears on failed classifications, and on every call when the operator has explicitly enabled bounded diagnostic payloads; prompts are never exposed through the API.

Account & Billing

Plan Price Classifications / month Bookmarks stored Fetching
Free €0 25 up to 500 HTTP only
Basic €2.99/mo or €29/yr 200 up to 10,000 full pipeline (browser + stealth)
Pro €4.99/mo or €59/yr 500 up to 50,000 full pipeline + priority queue

PWA Installation

  1. Open markcat.app in Chrome, Edge, or Safari.
  2. Click “Install” in the address bar (or “Add to Home Screen” on mobile).
  3. The app installs as a PWA. Private API data is never stored in the service-worker cache, so bookmark data is unavailable offline.
  4. On Android, installing also registers Markcat as a share target — it then shows up in the system Share sheet for adding links (see Saving Bookmarks above). Self-hosters get this too, provided the instance is served over HTTPS (a plain-HTTP LAN address is not a secure context, so neither install nor share target work).