use-next-dapp

1.0.0 • Public • Published

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-dapp

Or, use npx to run it without installing globally:

npx use-next-dapp my-project

Usage

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

🔧 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

🧑‍💻 Developer

Meet Rathod

Package Sidebar

Install

npm i use-next-dapp

Weekly Downloads

4

Version

1.0.0

License

MIT

Unpacked Size

7.99 kB

Total Files

5

Last publish

Collaborators

  • mrathod05