A compact Dota 2 hero and item reference built with SvelteKit and deployed to Cloudflare Workers.
Requirements: Bun and Wrangler authenticated with Cloudflare.
bun install
bun run devThe local app runs at http://localhost:8787.
bun run build
bunx wrangler deployThe Worker is named dotacheatsheet.
List all guide data:
GET /api/guides
Proxy a hero or item image from Dotabuff:
GET /api/images/heroes/windranger
GET /api/images/items/blink-dagger
GET /api/images/items/eye-of-skadi
Image requests are limited to heroes and items in the guide catalog.
