Skip to content

anton-karlovskiy/solana-dapp-ui-template

Repository files navigation

⚑ Solana dApp UI Template

A modern UI boilerplate for Solana decentralized applications (dApps) built with React, TypeScript, TailwindCSS, and @solana/wallet-adapter.
This template provides wallet integration (Phantom, Solflare, etc.), developer tooling, and a production-ready setup for building scalable Web3 frontends on Solana.


πŸš€ Tech Stack


πŸ“š References


βš™οΈ Getting Started

Clone the repository and install dependencies:

yarn install

Run the project in development mode:

yarn start

Build for production:

yarn build

πŸ“ TODOs

🎯 Purpose

This repository serves as a starter kit for Solana developers who want to:

  • Quickly bootstrap a React + TypeScript Solana dApp

  • Integrate Phantom, Solflare, and other wallets with ease

  • Follow best practices in linting, commits, and component-driven development

πŸ“„ License

MIT β€” free to use, modify, and share.