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 local store instead of the network. One-line change, dramatically 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
What becomes possible
When common infrastructure lives in the browser, entire categories of web services can move from the network to the device. Tribe SDK already provides auth, analytics, and feature flags as a package. Imagine those same services built into the browser itself.
01
Auth, analytics, and feature flags shipped as browser-level primitives — no external scripts, no third-party requests.
02
Every service that moves into the browser is traffic that disappears from the network. The result is an architecture that works on satellite links, rural connections, or anywhere bandwidth is scarce.
03
Fun fact: this architecture is ideal for space-based networks, where round-trip times make every unnecessary request costly. Build for constrained networks and you build for everywhere.
Roadmap
We're exploring how the browser could track subscriptions, offer bundles, and reward developers and users directly. These features are on our roadmap, not yet shipped.
For users
A single place to see all your subscriptions, with bundles that could save you money across services.
A model where subscription revenues flow back to users and developers, not just platforms.
For developers
A token designed to reward developers for real usage on the network, tying compensation to actual adoption.
The goal: public telemetry that shows how packages and sites are actually used. Real data, not vanity numbers.
Tribe SDK
One package replaces auth, analytics, feature flags, announcements, feedback, and Solana payments. 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.
Solana Payments
Accept payments via Solana and SPL tokens. Built-in rate limiting protects your endpoints.
Install the browser for a faster, more private web. Explore the SDK to ship your next app without managing infrastructure.