https://github.com/woutervdijke/CatGPT
What if ChatGPT were a cat?
https://github.com/woutervdijke/CatGPT
Last synced: 12 months ago
JSON representation
What if ChatGPT were a cat?
- Host: GitHub
- URL: https://github.com/woutervdijke/CatGPT
- Owner: woutervdijke
- License: cc-by-4.0
- Created: 2023-01-29T11:31:40.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-07T09:29:47.000Z (over 1 year ago)
- Last Synced: 2024-10-27T18:59:41.195Z (over 1 year ago)
- Language: HTML
- Homepage: https://catgpt.wvd.io
- Size: 412 KB
- Stars: 237
- Watchers: 3
- Forks: 50
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- stars - woutervdijke/CatGPT
README
# CatGPT
*What if ChatGPT were a cat?*
ChatGPT is boring. I want a cat to answer my questions. So I built CatGPT!
*THIS SITE HAS NOTHING TO DO WITH A CRYPTO COIN CALLED CatGPT! I am not affiliated with that coin, I did not create it. I have nothing to do with crypto whatsoever. If you see any crypto products using the name or the link to CatGPT, they co-opted the name and it might be a scam.*
#### *As seen on:*
**[The Verge](https://www.theverge.com/2023/2/1/23580953/forget-about-chatgpt-meow-theres-catgpt) | [NPR](https://www.npr.org/transcripts/1153728071) | [franceinfo](https://www.francetvinfo.fr/live/message/63d/8d9/e6a/37a/44f/9f5/2b1/3ed.html) | [Futurism](https://futurism.com/the-byte/catgpt-ai-answers-cat) | [Hacker News](https://news.ycombinator.com/item?id=34610292)**
## Demo
Try CatGPT at [catgpt.wvd.io](https://catgpt.wvd.io)

[](https://app.netlify.com/sites/catgpt/deploys)
## How?
The latest in pawtifurcial intelligence, CatGPT uses a purr-al network and an advanced hairballgorithm to come up with natural-sounding responses.
Not really though, it just returns random meows.
## Why?
I made this site for fun, and to try out programming with ChatGPT.
To be clear: this site does not actually use ChatGPT or any other form of AI. Nothing is done with the user input either.
I did use ChatGPT to help build it. My first question was *'Create a website with HTML and CSS, that looks like ChatGPT'*. It took some back and forth to get something looking alright, but it was quite useful to create a basic structure for the web page.
When the site got more complicated though, any new changes I requested would break the site, or revert previous changes.
I also let ChatGPT generate the first version of the JavaScript code, but needed to tweak that by hand too.
In summary, the ChatGPT use case I see is to get a quick basic structure as a starting point for building a site. But AI is not good at getting the site to do creative things.
### Some credits
The airplane icon is from FontAwesome, the user avatar is from Iconsax. The site lives on Netlify, I use Counter.dev to get some statistics.
The cat in the image is called Suus.
### License
This work is licensed under a
[Creative Commons Attribution 4.0 International License][cc-by].
[![CC BY 4.0][cc-by-image]][cc-by]
[cc-by]: http://creativecommons.org/licenses/by/4.0/
[cc-by-image]: https://i.creativecommons.org/l/by/4.0/88x31.png
[cc-by-shield]: https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg