Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ctate/codeless
- Owner: ctate
- License: mit
- Created: 2023-09-22T05:34:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-07T06:27:12.000Z (about 2 months ago)
- Last Synced: 2024-12-13T17:49:51.489Z (13 days ago)
- Topics: ai, code-generation, react, tailwind, ui
- Language: TypeScript
- Homepage: https://codelessai.vercel.app/
- Size: 1.12 MB
- Stars: 61
- Watchers: 2
- Forks: 7
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# codeless
> use AI to generate UI components
## 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)