@browser/sdk provides minimal, composable wrappers around modern browser APIs like Clipboard, Share, Console, BroadcastChannel, and File System — built for real-world Next.js applications.
Cross-tab communication with SSR-safe instantiation and graceful fallback.
Safe wrapper around navigator.clipboard with SSR guards and feature detection.
Scoped logging, grouping, timestamps, performance timers, and table rendering.
Typed IndexedDB wrapper with safe initialization, structured storage helpers, and promise-based access.
Trigger native mobile share sheets safely with built-in support checks.
Typed wrapper around localStorage and sessionStorage with SSR guards and JSON serialization support.
View live examples and usage patterns.
View live examples and usage patterns.
View live examples and usage patterns.
View live examples and usage patterns.
View live examples and usage patterns.
View live examples and usage patterns.
@browser/sdk centralizes browser feature detection and safety so you can focus on building features — not defensive checks.