Saving a Bookmark
When you save a URL to UniSave, several things happen automatically:- Instant local save — the bookmark appears in your library immediately
- URL normalization — tracking parameters are stripped, the URL is cleaned up
- Duplicate detection — if you’ve saved the same URL before, UniSave recognizes it
- 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:| Field | Source | Description |
|---|---|---|
| URL | User | The original link you saved |
| Title | AI | Page title extracted from the URL |
| Description | AI | Brief page description from meta tags |
| Thumbnail | AI | Preview image from the page |
| Summary | AI | AI-generated 1-2 sentence summary |
| Save Why | AI | AI-inferred reason you might have saved this (Pro) |
| Tags | AI | Auto-generated topic tags |
| Collections | User | Which collections this bookmark belongs to |
| Saved At | System | When you saved the bookmark |
Enrichment Status
After saving, a bookmark goes through enrichment stages: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
https://www.Example.com/page?utm_source=twitter#top becomes https://example.com/page