Prism. A whole Layer 2, kept simple to use.
A full Layer 2 with far more going on under it than any screen lets on, and the rare quality of staying simple to use. It runs entirely in the browser.

A chain bigger than it looks
Prism is a full Layer 2, and there is far more of it than fits on one screen. The interesting part is the distance between how much runs underneath and how little of it ever reaches the person using it. What follows walks through it, area by area.

A chain you can actually read
The explorer holds millions of transactions across 64 tokens and 128,000 accounts. One search box finds any of them by hash, token, address, or batch. The design problem here is volume: showing this much data without burying the reader in it.



The studio: a token becomes an app
This is where the power hides behind small choices. Pick a logo, a color, a font. Write a few pages. Pull a roadmap or a countdown from a store of blocks. What comes out is a working app, published for the people who hold the token, with no code involved.




The app a holder actually opens
The published app is the payoff. It carries the token's own color and type, a wallet that sends and receives, and whatever pages its creator built. The studio choices, now a product in someone's hands.

Light or dark, desktop or phone
The system holds its shape across themes and screen sizes. The dashboard, the editors, the published app, all fold down to a phone and flip to light mode without losing their footing. Nothing here is a separate mobile build.


Built to feel real, with nothing behind it
Everything in Prism runs in the browser alone. The tokens, transactions, holders, and prices come from a fixed seed, so the data stays rich and consistent and never shifts between loads. The charts are drawn by hand in SVG, with no charting library. Data moves through a query layer that caches and refetches the way a live app would. It reads like a real product, with no server to go down.
Built with
- Next.js16
- React19
- TypeScript
- TanStack Query
Powerful underneath, simple on top.
The person using Prism never feels the weight of what runs under it.