A Kahoot-style trivia game powered by generative AI, created for SBU Hacks 2025.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
TrivAI is a submission for SBU Hacks, a hackathon hosted by the Stony Brook Computing Society.
This project is a Kahoot clone powered by generative AI. It showcases how artificial intelligence can revolutionize the creation and scaling of applications, challenging the often high costs of popular platforms. By simply providing a topic, TrivAI instantly generates a unique and engaging trivia game, demonstrating a new paradigm for accessible and dynamic educational technology.
Our goal is to highlight the potential of AI to democratize software development and combat unfair pricing in the market.
Our site is here! trivAI
This project was brought to life with these amazing technologies:
To get a local copy up and running, follow these simple steps.
Make sure you have the following installed:
- Node.js (which includes npm)
# Download and install from the official website https://nodejs.org/ - Python 3.13+
# Download and install from the official website https://www.python.org/
- Clone the repo
git clone https://github.com/drod75/trivAI.git cd trivAI - Set up the Frontend
cd frontend npm install - Set up the Backend
cd ../backend pip install -r requirements.txt - API Keys
Create a
.envfile in thebackenddirectory and add your Google Gemini API key:GOOGLE_API_KEY='YOUR_API_KEY'
- Run the Backend Server
From the
backenddirectory:uvicorn main:app --reload --host 127.0.0.1 --port 8000
- Run the Frontend Application
From the
frontenddirectory:npm run dev
Open your browser and navigate to http://localhost:3000 to see the application in action.
A video demonstration will be available here soon. Stay tuned!
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Project Link: https://github.com/drod75/trivAI
Team: