Skip to content

hanzili/ai-components-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

AI-powered React component generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published