AIOracle is a playful AI wrapper that, when asked any question, intentionally provides incorrect answers. It's designed as a humorous exploration of AI interactions, delivering responses that are "truthful with extra lying sprinkles."
- Intentionally misleading AI responses for entertainment purposes.
- Simple client-server architecture using JavaScript and TypeScript.
- Modular design for easy experimentation and customization.
- Backend: Express, Better-Auth, OpenRouter AI SDK, Prisma
- FrontEnd: TypeScript, React, React-hook-form, Zod, AI sdk
aioracle/
βββ client/ # Frontend application
βββ server/ # Backend server logic
βββ .gitignore
βββ .prettierrc
βββ README.md
- Node.js (version 14 or higher)
- npm or yarn package manager
-
Clone the repository:
git clone https://github.com/AymenSakouhi/aioracle.git cd aioracle -
Install dependencies for both client and server:
cd client npm install cd ../server npm install
-
Start the backend server:
cd server npm i npm run dev -
In a new terminal, start the frontend application:
cd client npm i npm run dev -
Open your browser and navigate to
http://localhost:5173to interact with AIOracle.
Simply type any question into the input field, and AIOracle will respond with an intentionally incorrect answer. Remember, it's all in good fun!
I don't know what should I put here, but whatever please fork and use this also.