https://github.com/utsavdotpro/hypebot
Simple tool built with GPT3 to hype you up for whatever thing you want to do!
https://github.com/utsavdotpro/hypebot
daisyui gpt-3 nextj tailwindcss
Last synced: 2 months ago
JSON representation
Simple tool built with GPT3 to hype you up for whatever thing you want to do!
- Host: GitHub
- URL: https://github.com/utsavdotpro/hypebot
- Owner: utsavdotpro
- Created: 2023-02-18T14:43:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-18T18:04:39.000Z (over 3 years ago)
- Last Synced: 2025-10-10T20:33:38.152Z (8 months ago)
- Topics: daisyui, gpt-3, nextj, tailwindcss
- Language: TypeScript
- Homepage: https://hypebot-gpt.vercel.app/
- Size: 392 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hypebot
Simple tool built with GPT3 to hype you up for whatever thing you want to do!

### Technologies
- [NextJS](https://nextjs.org) v12
- [Tailwind](https://tailwindcss.com) v3
- [TypeScript](https://typescriptlang.org) v4
- [DaisyUI](https://daisyui.com/)
- OpenAI GPT3
- Giphy API
---
## Getting Started
Install dependencies
````bash
yarn install
````
Run the development build
````bash
yarn dev
````
Run the production build
````bash
yarn build
yarn start
````
## Project Structure
```
project
|-- public ℹ️ keep your static resource files
|-- src
| |-- common
| | |-- components
| | | |-- elements ℹ️ keep your state-less components
| | | | ℹ️ keep your state-full components
| | |-- config ℹ️ keep your configuration files
| | |-- hoc
| | |-- hooks
| | |-- layouts
| | |-- sections ℹ️ keep your common sections
| | |-- types
| |-- lib
| |-- modules
| |-- pages
| | |-- api ℹ️ keep your pages here
| |-- services
| |-- styles
| |-- utils
| | |-- constants ℹ️ keep your constants
| | | ℹ️ keep your util functions
```
## Collaborators
- [Devesh Pawar](https://www.linkedin.com/in/devesh-pawar-60304113b/)
- [Mandy Stadtmiller](https://twitter.com/mandystadt)
- [Aditya Bhushan Dwivedi](https://twitter.com/adi_bhushan)
- [Dylan Sleith](https://twitter.com/dylansleith)
- [Tushar Darewar](https://twitter.com/TusharDarewar)