Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chriskalmar/chat-ai-playground
ChatGPT Clone built during creation of a YouTube tutorial
https://github.com/chriskalmar/chat-ai-playground
Last synced: 2 months ago
JSON representation
ChatGPT Clone built during creation of a YouTube tutorial
- Host: GitHub
- URL: https://github.com/chriskalmar/chat-ai-playground
- Owner: chriskalmar
- License: mit
- Created: 2023-03-23T23:53:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-24T12:58:47.000Z (almost 2 years ago)
- Last Synced: 2024-03-19T14:10:47.884Z (9 months ago)
- Language: TypeScript
- Size: 110 KB
- Stars: 13
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ChatGPT Clone
This repo was built during the recording of a YouTube tutorial.
[![2023-03-chatgpt-clone](https://user-images.githubusercontent.com/8336893/227527277-5546b273-04a5-45d1-ab06-b13de306b8bb.png)
](https://www.youtube.com/watch?v=AyNJBrZ9UJI)![image](https://user-images.githubusercontent.com/8336893/227393361-6815e502-a2c9-49bd-8e7c-61e58f578d3f.png)
## Stack
- T3
- React
- Next
- tRPC
- Zod
- Tailwind## Install
```
npm install
```## Development
```
npm run dev
```