1.0.7 • Published 7 months ago
next-app-generator v1.0.7
Next App Generator
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.
Features
- 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
Prerequisites
Make sure you have:
- Node.js 16.x or later
- npm 7.x or later
- X.AI API key from x.ai
Quick Start
Global Installation
# 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