Welcome to Gamertown!
This repo is the code for the behind the counter application that answers all your questions.
This is a demo of Cloudflare Workers AI making use of Vectorize, our vector database.
This data can come from any source, I happend to use the IGDB from Twitch. I used the IGDB API
The app is styled by the absolutely incredible 98.css
Also, you should check out Oddworld.
Install dependencies
npm install
Create your Vectorize database. (I used the bge-large embedding.)
npx wrangler vectorize create video-game-summaries --preset "@cf/baai/bge-large-en-v1.5"
Run the local development server
npm run dev
Deploy your application
npm run deploy