Skip to main content
The Backpocket web app at backpocket.my is the full-featured experience. Built with Next.js 16 and React 19, it provides the complete set of features including rich note editing, domain management, and keyboard shortcuts.

Tech stack

TechnologyPurpose
Next.js 16React framework with App Router
React 19UI library
Tailwind CSSStyling
ConvexReal-time backend
ClerkAuthentication

Dashboard

The dashboard is your home base. It shows:
  • All Saves — Your complete library with search and filters
  • Favorites — Starred saves for quick access
  • Archive — Saves you’ve archived (hidden from main list)
  • Collections — Browse by collection
  • Tags — Browse by tag
The sidebar provides navigation between these views, and the main area shows the save list with a detail panel.

Keyboard shortcuts

The web app is keyboard-friendly for power users:
ShortcutAction
NOpen quick add modal (new save)
/Focus search bar
FToggle favorite on selected save
EToggle archive on selected save
EscClose modal or deselect
?Show keyboard shortcut reference
The quick add modal (N) supports paste — just press N, paste a URL, and hit Enter. Your save is created in under 2 seconds.

Quick add modal

The quick add modal is the primary save interface on web:
  1. Press N or click + Save
  2. Paste a URL
  3. Metadata auto-extracts (title, description, thumbnail)
  4. Add tags, collection, visibility, and note
  5. Press Enter or click Save
Features:
  • Duplicate detection — Warns if the URL already exists
  • Tag autocomplete — Type to search or create tags
  • Smart suggestions — Tags suggested based on domain affinity
  • Collection selection — Optionally add to a collection (default tags auto-applied)

Rich note editor

The web app includes a full WYSIWYG markdown editor for save notes, built on Novel:
  • Slash commands (/) for blocks (headings, lists, quotes, code)
  • Floating toolbar for inline formatting (bold, italic, links, code)
  • Live markdown shortcuts (type ## for heading, - for list)
  • Full markdown rendering with syntax-highlighted code blocks
Learn more about the note editor →

Domain management

The web app is the only platform where you can manage custom domains:
  • Add domains — Connect your own domain to your public space
  • DNS configuration — View required DNS records
  • Verification — Check domain status
  • Set default domain — Choose which domain is primary
Learn more about custom domains →

Settings

The web app provides full access to all settings:
SectionWhat you can configure
ProfileName, bio, avatar, slug
Public SpaceVisibility, theme, layout, custom domains
AppearanceLight/dark/system theme
Data ExportDownload all your data as JSON