Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 811 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 811 Bytes

AI Component Generator

This project is an AI-powered React component generator that uses OpenAI's GPT model to create and modify React components based on natural language prompts. Inspired by this tweet Inspiration

Features

  • Generate React components from text descriptions
  • Iterate and modify existing components using natural language instructions
  • Command-line interface for easy use

Installation

npm install -g ai-component

Usage

Initialize the project

ai-component init

Generate a new component

ai-component generate ComponentName

Iterate on an existing component

ai-component iterate ComponentName "New description or instructions"