create-vechain-dapp

Scaffold a VeChain dApp project with Next.js 14, VeChain Kit, and Chakra UI v3.

9|2|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/vechain/vechain-ai-skills --skill create-vechain-dapp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-vechain-dapp
Source: https://github.com/vechain/vechain-ai-skills/tree/main/skills/create-vechain-dapp
Command: npx skills add https://github.com/vechain/vechain-ai-skills --skill create-vechain-dapp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the creation of new VeChain dApp projects, providing a robust and production-ready foundation with minimal setup time.

Core Features & Use Cases

  • Project Scaffolding: Generates a new VeChain dApp project with Next.js, VeChain Kit, and Chakra UI.
  • Mode Selection: Supports both standalone (frontend-only) and monorepo (Turbo + Hardhat contracts) configurations.
  • Use Case: When starting a new VeChain decentralized application, use this Skill to quickly set up the project structure, including wallet integration, theming, and optional smart contract boilerplate.

Quick Start

Use the create-vechain-dapp skill to scaffold a new project named 'my-dapp' in standalone mode.

Frequently Asked Questions about create-vechain-dapp

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a VeChain dApp with Next.js and Hardhat?

You can scaffold a VeChain dApp in standalone or monorepo mode. Standalone provides a frontend-only Next.js 14 application, while monorepo adds Turbo and Hardhat configurations to manage smart contracts within the same repository.

Does the VeChain Kit dApp scaffolding support testnet and mainnet selection?

The scaffolding process supports network selection for both testnet and mainnet. You can configure the target network during the initial project setup to ensure your dApp connects to the correct VeChain environment.

Can I deploy a Next.js VeChain dApp to GitHub Pages?

Yes, you can deploy a scaffolded VeChain dApp to GitHub Pages. The generated project includes GitHub Actions configurations that automate the deployment workflow for hosting your Next.js application directly on GitHub Pages.

What is included in the VeChain Kit monorepo dApp template?

The VeChain Kit monorepo template includes a Next.js 14 frontend, Chakra UI v3 for theming, VeChain Kit for wallet integration, and a Hardhat environment for smart contract development, all managed together using Turbo.

Do I need Hardhat to create a standalone VeChain dApp?

No, you do not need Hardhat to create a standalone VeChain dApp. The standalone mode generates a frontend-only Next.js 14 project, whereas the monorepo mode is required if you want to include Hardhat smart contract boilerplate.