https://github.com/oboshto/dumbgpt
DumbGPT - An AI assistant that gives deliberately unhelpful and nonsensical answers for entertainment purposes
https://github.com/oboshto/dumbgpt
dumb dumbgpt openai react tailwind typescript vite
Last synced: 7 months ago
JSON representation
DumbGPT - An AI assistant that gives deliberately unhelpful and nonsensical answers for entertainment purposes
- Host: GitHub
- URL: https://github.com/oboshto/dumbgpt
- Owner: oboshto
- Created: 2025-03-22T13:22:01.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-22T14:25:46.000Z (7 months ago)
- Last Synced: 2025-03-22T14:28:15.873Z (7 months ago)
- Topics: dumb, dumbgpt, openai, react, tailwind, typescript, vite
- Language: TypeScript
- Homepage: https://dumbgpt.xyz
- Size: 74.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DumbGPT
DumbGPT is a parody AI chatbot that deliberately gives nonsensical and absurd answers to any user questions, using the OpenAI API.
## Features
- ðĪŠ Nonsensical, yet convincing-sounding responses
- ðŽ Modern chat interface similar to ChatGPT/Claude
- ð Full-fledged AI trained to provide ridiculous answers
- ð Stack: TypeScript, React, Express, Tailwind CSS, OpenAI API## Follow Us
- ðĶ Follow DumbGPT on [Twitter](https://x.com/dumbGPTapp) for updates and the most ridiculous AI conversations
## Installation and Setup
### Prerequisites
- Node.js (16.x or higher)
- NPM or Yarn
- OpenAI API key### Project Setup
1. Clone the repository
2. Configure environment variables:
```
cd server
cp .env.example .env
```
Edit the `.env` file and add your OpenAI API key3. Install dependencies for server and client:
```
# Install server dependencies
cd server
npm install# Install client dependencies
cd ../client
npm install
```### Running the Application
1. Start the server:
```
cd server
npm run dev
```2. In a separate terminal, start the client:
```
cd client
npm run dev
```3. Open your browser and navigate to `http://localhost:5173`
## How it Works
DumbGPT uses the OpenAI API with a special system instruction that makes the model give deliberately useless and absurd answers that sound convincing at first glance but actually contain no useful information.
## Technologies
### Frontend
- TypeScript
- React
- Tailwind CSS
- Vite### Backend
- TypeScript
- Express
- OpenAI API## License
MIT