UX.SOL

Introduction

Build with UX.SOL

UX.SOL is an open-source registry of Solana-focused UI components, hooks, API helpers, flows, and templates. It helps builders ship polished wallet, transaction, token, payment, and asset experiences without rebuilding the same UX primitives from scratch.

How it works

UX.SOL follows a shadcn-style model: install only what you need, copy the code into your app, and fully own the implementation.

The docs explain each item, while the registry browser is for quickly searching and opening the item you want.

Install an item

terminal
$npx shadcn@latest add https://uxdotsol.xyz/r/address-display.json

Next steps