Saving a Bookmark

When you save a URL to UniSave, several things happen automatically:
  1. Instant local save — the bookmark appears in your library immediately
  2. URL normalization — tracking parameters are stripped, the URL is cleaned up
  3. Duplicate detection — if you’ve saved the same URL before, UniSave recognizes it
  4. AI enrichment — the URL is queued for automatic metadata extraction and AI analysis

Bookmark Fields

Each bookmark contains both user-provided and AI-generated data:
FieldSourceDescription
URLUserThe original link you saved
TitleAIPage title extracted from the URL
DescriptionAIBrief page description from meta tags
ThumbnailAIPreview image from the page
SummaryAIAI-generated 1-2 sentence summary
Save WhyAIAI-inferred reason you might have saved this (Pro)
TagsAIAuto-generated topic tags
CollectionsUserWhich collections this bookmark belongs to
Saved AtSystemWhen you saved the bookmark

Enrichment Status

After saving, a bookmark goes through enrichment stages:
1

Pending

Bookmark is saved. Enrichment is queued.
2

Processing

AI is analyzing the URL — fetching content, generating summary and tags.
3

Completed

Enrichment is done. All metadata is available.
If enrichment fails (e.g., the URL is unreachable), UniSave retries up to 3 times with exponential backoff. After 3 failures, the bookmark is kept with whatever metadata could be extracted.

Editing & Deleting

  • Edit: Tap/click a bookmark to view details. User-editable fields can be modified.
  • Delete: Swipe left (iOS) or use the menu (Chrome). Deleted bookmarks are soft-deleted and sync across devices.

URL Normalization

UniSave normalizes URLs to avoid duplicates:
  • Removes tracking parameters (utm_*, fbclid, gclid, etc.)
  • Strips URL fragments (#section)
  • Removes www. prefix
  • Lowercases the domain
Example: https://www.Example.com/page?utm_source=twitter#top becomes https://example.com/page