Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ctate/codeless

Use AI to craft UIs
https://github.com/ctate/codeless

ai code-generation react tailwind ui

Last synced: 18 minutes ago
JSON representation

Use AI to craft UIs

Awesome Lists containing this project

README

        

# codeless

> use AI to generate UI components


codeless screenshot

## Quickstart

### Install

```sh
git clone https://github.com/ctate/codeless.git
cd codeless
npm install
```

### Configure

Add `.env.local` file with your OpenAI [API Key](https://platform.openai.com/account/api-keys):

```
OPENAI_API_KEY=""
```

### Run

```
npm run dev
```

Then go to: http://localhost:1355

## Contribute

To contribute to this project, kindly [fork the repository](https://github.com/ctate/codeless/fork) and submit a pull request containing your modifications.

## License

[MIT](https://github.com/ctate/chatgpt-mba/blob/main/LICENSE)