use-next-dapp
v1.0.0
Published
A CLI tool to generate a Next.js project with built-in Phantom wallet integration and essential features for NextDApp development.
Maintainers
Readme
NextDApp CLI
🚀 Overview
NextDApp CLI is a powerful command-line tool that scaffolds a modern, full-stack Solana dApp with:
✅ 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.
Installation
To install the CLI globally, run:
npm install -g use-next-dappOr, use npx to run it without installing globally:
npx use-next-dapp my-projectUsage
Create a new project with:
npx use-next-dapp my-projectNavigate to the created directory:
cd my-projectThen install dependencies and start the development server:
npm install
npm run dev🔧 Features
⚡ Next.js 15 with full React Server Components support
⚛️ 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
