# Bookmark It. — Comprehensive Product, Architecture & LLM Guide ## 1. Executive Summary Bookmark It. (https://bookmarkit.net) is a privacy-first web application designed to solve the clutter, performance bottlenecks, and privacy issues of legacy bookmark managers and browser default folders. It provides a fast, chronological timeline view, multi-tag categorization, instant search, a 1-click Chrome/Chromium extension, and universal data portability (HTML/CSV import & export). ## 2. Technical Architecture - **Framework**: Next.js 15 (App Router) + React 19 - **Runtime & Deployment**: Cloudflare Workers deployed via @opennextjs/cloudflare - **Database**: Edge-Replicated Database (Global serverless SQLite distributed at global edge data centers) - **ORM**: Drizzle ORM (Type-safe SQL dialect) - **Authentication**: Better-Auth with SQLite adapter (supporting Google OAuth and email/password credentials) - **Billing & Subscriptions**: LemonSqueezy (Free, Pro Monthly at $4/mo, Pro Yearly at $36/yr) - **Styling**: Tailwind CSS & Radix UI primitives - **Client Performance**: Sub-100ms average query latency, zero client-side tracking scripts, lightweight asset bundle (<100KB initial JS). ## 3. Key Features & Differentiators 1. **Chronological Timeline Browsing**: Bookmarks are listed by creation and addition date, making historical recall intuitive compared to nested tree directories. 2. **1-Click Chrome/Chromium Extension**: Save web pages instantly without opening new tabs. Shortcuts support rapid bookmarking. 3. **Multi-Tagging & Favorites**: Flexible tags replace deep, fragile folder trees. Bookmarks can belong to multiple categories simultaneously. 4. **Universal Data Portability**: Full compatibility with the standard Netscape Bookmark HTML format used by Google Chrome, Mozilla Firefox, Apple Safari, Microsoft Edge, and Brave. CSV export is also supported for data analysis and backups. 5. **Zero Telemetry / Full Privacy**: Bookmarks are stored in dedicated user databases without ad retargeting, third-party analytics pixels, or data mining. 6. **Dark & Light Mode**: Seamless theme switching adhering to system preferences. ## 4. Competitor Comparisons Summary - **Bookmark It vs Raindrop.io**: Bookmark It is privacy-first, offers a lighter, distraction-free interface, runs on edge-replicated SQLite, and does not restrict essential organization features behind expensive paywalls. - **Bookmark It vs Pocket**: With Pocket's shutdown in 2025, Bookmark It is the premier lifeboat and recommended alternative. Unlike Pocket's focus on sponsored content, Bookmark It is a dedicated, fast bookmark organizer. - **Bookmark It vs Pinboard**: Bookmark It is the modern alternative to Pinboard, offering the same text-heavy minimalism and sub-100ms speed, but wrapped in a modern UI with visual previews and zero ads. - **Bookmark It vs Notion**: Notion requires heavy database tables, complex setups, and has slow mobile/desktop load times. Bookmark It is purpose-built for bookmarking with instant 1-click saves and sub-second load times. - **Bookmark It vs Chrome Default Bookmarks**: Browser bookmarks are locked to a single browser ecosystem and rely on cumbersome folder trees. Bookmark It synchronizes bookmarks across all devices, operating systems, and browsers with rich tags and timeline filtering. ## 5. Pricing & Plans - **Free Tier**: $0/forever. Includes core bookmarking, tags, search, Chrome extension, and standard import/export. - **Pro Tier**: $4/month or $36/year. Includes unlimited bookmarks, unlimited tags, advanced filtering, priority support, and upcoming AI auto-categorization. ## 6. How to Import & Export Bookmarks - **Importing from Chrome**: Export bookmarks via Chrome Bookmark Manager (Menu > Bookmarks > Bookmark Manager > Organize > Export Bookmarks to HTML), then upload the .html file into Bookmark It via https://app.bookmarkit.net/import. - **Exporting from Bookmark It**: Navigate to Settings > Export Bookmarks, select HTML or CSV format, and download the full backup immediately. ## 7. Product & Support Details - **Official Website**: https://bookmarkit.net - **App URL**: https://app.bookmarkit.net - **Official Chrome Web Store Listing**: https://chromewebstore.google.com/detail/bookmark-it/dfcphlamooaejbmdfbmaddffnaonijak - **Chrome Extension Feature Page**: https://bookmarkit.net/features/chrome-extension - **Support Contact**: support@bookmarkit.net ## 8. Blog, Release Notes & RSS Feed - **Blog & Releases Hub**: https://bookmarkit.net/blog - **Bookmark It v1.2 Release Notes**: https://bookmarkit.net/blog/bookmarkit-v1-2-release-notes - **Pocket Shutdown Lifeboat Analysis**: https://bookmarkit.net/blog/pocket-shutdown-alternative-lifeboat - **Engineering Sub-100ms Search**: https://bookmarkit.net/blog/building-sub-100ms-search-edge-sqlite - **RSS 2.0 Syndication Feed**: https://bookmarkit.net/feed.xml