Skip to content

Welcome to Gamertown, the behind the counter tool used to make dreams come true.

Notifications You must be signed in to change notification settings

gnoparus/gamertown-workers-ai-vectorize

 
 

Repository files navigation

Gamertown

Welcome to Gamertown!

Watch Gamertown Vectorize Demo on YouTube

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.

Get started

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

About

Welcome to Gamertown, the behind the counter tool used to make dreams come true.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.4%
  • TypeScript 24.6%
  • HTML 15.1%
  • CSS 11.9%