-
✅ Next.js 15 + React 19 with Server Components
-
⚓ Built-in Anchor smart contract setup
-
🔐 Integrated Phantom wallet support
-
🧱 Optimized Turbopack-based dev experience
-
🗂️ Clean monorepo structure with Turborepo
Perfect for developers building production-ready dApps with the latest web and blockchain tech.
To install the CLI globally, run:
npm install -g use-next-dapp
Or, use npx to run it without installing globally:
npx use-next-dapp my-project
Create a new project with:
npx use-next-dapp my-project
Navigate to the created directory:
cd my-project
Then install dependencies and start the development server:
npm install
npm run dev
-
⚛️ React 19 with streaming, useTransition, useFormActions, and more
-
🔐 Phantom Wallet integration out-of-the-box
-
⚓ Anchor framework for Solana smart contracts
-
🧩 Turbopack support for lightning-fast HMR
-
🗃️ Monorepo structure with apps/ and packages/ (via Turborepo)
-
📄 TypeScript-first setup across all layers