JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 9
  • Score
    100M100P100Q35823F
  • License MIT

AI-powered Next.js application generator

Package Exports

  • next-app-generator
  • next-app-generator/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (next-app-generator) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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