Skip to content

A misleading chat ai wrapper, that tells you the truth with extra lying sprinkles.

Notifications You must be signed in to change notification settings

AymenSakouhi/aioracle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸŒ€ AIOracle

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."

πŸš€ Features

  • Intentionally misleading AI responses for entertainment purposes.
  • Simple client-server architecture using JavaScript and TypeScript.
  • Modular design for easy experimentation and customization.

🧰 Technologies Used

  • Backend: Express, Better-Auth, OpenRouter AI SDK, Prisma
  • FrontEnd: TypeScript, React, React-hook-form, Zod, AI sdk

πŸ“‚ Project Structure

aioracle/
β”œβ”€β”€ client/       # Frontend application
β”œβ”€β”€ server/       # Backend server logic
β”œβ”€β”€ .gitignore
β”œβ”€β”€ .prettierrc
└── README.md

πŸ› οΈ Getting Started

Prerequisites

  • Node.js (version 14 or higher)
  • npm or yarn package manager

Installation

  1. Clone the repository:

    git clone https://github.com/AymenSakouhi/aioracle.git
    cd aioracle
  2. Install dependencies for both client and server:

    cd client
    npm install
    cd ../server
    npm install

Running the Application

  1. Start the backend server:

    cd server
    npm i
    npm run dev
  2. In a new terminal, start the frontend application:

    cd client
    npm i
    npm run dev
  3. Open your browser and navigate to http://localhost:5173 to interact with AIOracle.

πŸ€– Usage

Simply type any question into the input field, and AIOracle will respond with an intentionally incorrect answer. Remember, it's all in good fun!

πŸ“„ License

I don't know what should I put here, but whatever please fork and use this also.

About

A misleading chat ai wrapper, that tells you the truth with extra lying sprinkles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published