Tether.io logo

Tether.io

Unstoppable, together.

Tether: Building the unstoppable infrastructure for a stable society.

Tether is building the foundational infrastructure for a resilient, decentralized future. Our mission is to empower humanity by creating a truly stable society. We achieve this by engineering unstoppable solutions across four core pillars: Stable Finance, Stable Communications, Stable Power, and Stable Intelligence. We don’t just build technology; we build the open systems the world relies on Tether.

related materials
P2P React: Local-First State, Shared Truth
React Summit 2026React Summit 2026
Upcoming
P2P React: Local-First State, Shared Truth
Most apps treat the server as truth. Peer-to-peer flips that: state starts local, users carry the data, and shared truth emerges without routing every interaction through a central backend.

Outline:

- The normal React/backend model
- Server/database as the source of truth
- The local-first flip
- Local state becomes the primary user experience
- From local-first to peer-to-peer
- Users replicate state directly instead of only syncing through APIs
- Using a chat app as the running example, with quick comparisons to docs, boards, and media sharing
- How shared truth emerges
- User actions as signed operations in append-only logs
- Deterministic app rules decide which operations are valid
- Peers agree on ordering and can independently verify the resulting state
- What this means for React developers
- UI becomes a view over local replicated state
- Reality check and takeaways
- P2P does not remove backend complexity; it turns it into protocol and state design
- Tradeoffs include availability, permissions, conflict handling, and migrations
- These are normal apps with a different source of truth — and they're possible now

Will keep it high-level, practical, and example-driven. Including some lessons from building real peer-to-peer apps like Keet.
Pear: Releasing Production P2P Apps
JSNation 2026JSNation 2026
Jun 3, 14:00
Pear: Releasing Production P2P Apps
Workshop
David Mark Clements
Mikkel Malmberg
2 authors
All it takes is a module and a CLI tool to build and deploy production peer-to-peer applications. In this workshop:Build a realtime peer-to-peer applicationConnect with others on your own application, completely peer-to-peer.Understand how to deploy, including production practices, principles and toolingThis is for anyone who builds with JavaScript and anyone who deploys applications.
Register
No Servers, No Cloud, No Masters: Make P2P Apps with Pear
React Summit 2026React Summit 2026
Jun 1, 14:00
No Servers, No Cloud, No Masters: Make P2P Apps with Pear
Workshop
David Mark Clements
Mikkel Malmberg
2 authors
All it takes is a module and a CLI tool to build and deploy production peer-to-peer applications.In this workshop:Convert an existing React application so that it no longer needs a server to deployPrepare the application and setup deployment flow for production releaseGo to production with multisig - decentralized quorom-based cryptographic signoff gated releasesThis is for anyone who builds with React or JavaScript and anyone who deploys applications.
Register
No Servers, No Cloud, No Masters: Make P2P Apps
JSNation 2026JSNation 2026
Upcoming
No Servers, No Cloud, No Masters: Make P2P Apps
Battle-tested applications with peer-to-peer OTA updates are running in production. Rapidly growing with millions of users added monthly.Using a module and a CLI tool, you too can deploy a peer-to-peer production application with drastically lower complexity than traditional deployment means.