Due to Gemini API costs, the backend server may not be up. Please consider hosting your own instance with the instructions below.
- Frontend
- Backend
-
Step 1: Obtain your Google Gemini API key
- Follow these instructions to obtain your API key. It is free for personal use, with a modest daily limit (at the time of writing).
- Copy
env-example.txtand name it.env. Then paste your API key into this file.
-
Step 2: Start frontend
- Requires Node.js (tested on v22)
- Run
npm installinside of the./frontend/directory. - Run
npm run devto start a development server, this will open a local web server. - (Optional) build a production-ready website with
npm run buildand host yourself.
-
Step 3: Start backend
Steps 2 and 3 can be done in either order, the browser client will continually try to connect to the server until it is successful.
Made for the VCU 24 hour Hackathon - January 30th-31st 2026



