DumbGPT is a parody AI chatbot that deliberately gives nonsensical and absurd answers to any user questions, using the OpenAI API.
- 🤪 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 DumbGPT on Twitter for updates and the most ridiculous AI conversations
- Node.js (16.x or higher)
- NPM or Yarn
- OpenAI API key
-
Clone the repository
-
Configure environment variables:
cd server cp .env.example .env
Edit the
.env
file and add your OpenAI API key -
Install dependencies for server and client:
# Install server dependencies cd server npm install # Install client dependencies cd ../client npm install
-
Start the server:
cd server npm run dev
-
In a separate terminal, start the client:
cd client npm run dev
-
Open your browser and navigate to
http://localhost:5173
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.
- TypeScript
- React
- Tailwind CSS
- Vite
- TypeScript
- Express
- OpenAI API
MIT