React 19 app with Vite, TypeScript, Tailwind CSS v4, wallet-ui, and Solana Kit.
- React 19 with Vite 7
- Solana wallet playground with Wallet Standard support
- Solana Devnet, Localnet, and Testnet cluster switching
- Tailwind CSS v4 and
tw-animate-css - TypeScript with strict checking
- shadcn/ui primitives powered by Base UI and Lucide icons
- System-aware light and dark theme support with persisted preference
bun install
bun run devOpen http://localhost:5173 to view the app.
bun run build
bun run ci
bun run lint
bun run lint:fix
bun run preview
bun run check-typesUse the shadcn CLI to scaffold more UI primitives:
bunx --bun shadcn@latest add buttonGenerated components are written to src/components/ui.
Import components from the @/components alias:
import { Button } from '@/components/ui/button'