A CLI tool that helps you create Next.js applications using natural language descriptions. Instead of manually creating and setting up components, just describe what you want, and let the tool generate it for you.
- Generate Next.js apps from natural language descriptions
- Built-in TypeScript and Tailwind CSS setup
- Responsive components out of the box
- Custom themes and styles
- Clean and organized project structure
- Pre-configured project setup
Make sure you have:
- Node.js 16.x or later
- npm 7.x or later
- X.AI API key from x.ai
# Install the tool
npm install -g next-app-generator
# Create a new project
npx next-app-generator my-app "description" --api-key YOUR_X_AI_KEY