Open by design. Built for efficiency. A browser and an SDK working together to make the web smaller, faster, and fairer.
Utopian Browser
Every website you visit re-downloads React, fonts, and common libraries from scratch. Native URLs resolve these from the browser's built-in store instead of the network. One-line change, 90% smaller pages.
ESM
import React from 'native:esm/[email protected]'
CDN
import 'native:cdn/[email protected]/umd/react.production.min.js'
Font
@import url('native:font/Montserrat')
Three URL schemes
native:esm/
ES module imports, resolved locally
native:cdn/
UMD and legacy script bundles
native:font/
Web fonts without network requests
For users
For developers
Browser-Level Analytics
Usage data is collected at the browser level, anonymized before it leaves the device, and published to a public dashboard. No scripts to embed, no cookies to manage.
01
The browser captures pageviews, time on page, and native URL package loads. No third-party scripts.
02
Data is anonymized on-device, then synced in batches. No real-time tracking, no user-level profiles.
03
Aggregated metrics are published openly. Developers and users see the same data.
Attention has value. Utopian lets users and developers capture it directly, without middlemen.
For users
Opt in to share anonymized browsing telemetry and earn rewards for contributing to the network's aggregate data.
$UTCC subscribers receive a portion of their subscription back, funded by the value the network creates.
For developers
Earn $UTCC by creating value on the network. The token ties directly to real usage, not speculation.
Public telemetry shows exactly how your packages and sites are used. Real metrics, not vanity numbers.
Tribe SDK
One package replaces auth, analytics, feature flags, announcements, and feedback. No backend to manage. Works with React, Next.js, Vue, Svelte, or vanilla JS.
Authentication
Register, login, logout, magic links, passkeys. Full auth flow out of the box.
Analytics
Automatic pageview tracking and custom events. No scripts to embed.
Feature Flags
Ship with confidence, toggle features remotely. Roll out gradually or kill instantly.
Announcements
In-app announcements with dismiss support. Keep users informed without email.
Feedback
Collect user feedback with type categorization. Bug reports, feature requests, general.
API Keys & Sessions
User-managed API keys, active device list, session revocation. Full control.
Install the browser for a faster, more private web. Explore the SDK to ship your next app without managing infrastructure.