Vengeance UI

Install Next.js

Install Next.js with Create Next App

Official CA

The community token CA is published here for quick verification.

Community Token CA
C5x6c7mJsJrw23JeMF1hfZvre4gQaA5JNSSLwnjGpumpView on DEX Screener

Create a new project

code
npx create-next-app@latest my-app

On installation, you'll see the following prompts

code
What is your project named? my-app
Would you like to use the recommended Next.js defaults?
  Yes, use recommended defaults - TypeScript, ESLint, Tailwind CSS, App Router, AGENTS.md
  No, reuse previous settings
  No, customize settings - Choose your own preferences

If you customize settings:
Would you like to use TypeScript? No / Yes
Which linter would you like to use? ESLint / Biome / None
Would you like to use React Compiler? No / Yes
Would you like to use Tailwind CSS? No / Yes
Would you like your code inside a src/ directory? No / Yes
Would you like to use App Router? (recommended) No / Yes
Would you like to customize the import alias (@/* by default)? No / Yes

Start the app

code
cd my-app
npm run dev

Recommended project shape

Use the App Router, TypeScript, Tailwind CSS, and the default @/* import alias. That matches how Vengeance UI examples and registry components are written.