Everything you need to start building a production ready Solana dApp. An open-source Solana starter using Next 15, Turbopack, Tanstack, Shadcn, Tailwind, Solana 2.0, Wallet Stadard, and Plausible.
What's included ·
Prerequisites ·
Getting Started ·
Next.js - Framework
TurboPack - Bundler
Tanstack Query - API queries
TailwindCSS - Styling
Shadcn - UI components
Solana - Web3 Framework
Wallet Standard - Wallet
connector Framework
TypeScript - Type
safety
Plausible - Analytics
Content-collections - Markdown framework for blog
Next-themes - Theme manager
Bun
Plausible (optional)
Install bun if you don't have it
Mac
curl -fsSL https://bun.sh/install | bash
Windows
powershell -c "irm bun.sh/install.ps1 | iex"
Clone this repo locally with the following command:
bunx degit stevesarmiento/solana-starter my-solana-app
bun i
bun dev // starts everything in development mode