Skip to content

alireza-ahmadi/ai-compass

Repository files navigation

ai compass

a 2x2 quadrant chart for placing yourself on the ai discourse, based on noah smith's compass. click anywhere to mark your position, share via url, download as png.

live: https://ai-compass.alireza.es

stack

  • sveltekit 2 + svelte 5 (runes)
  • tailwind v4
  • cloudflare pages (@sveltejs/adapter-cloudflare)
  • bun

develop

bun install
bun run dev

build & preview

bun run build
bun run preview   # wrangler pages dev .svelte-kit/cloudflare

deploy (cloudflare pages)

bun run build
bunx wrangler pages deploy .svelte-kit/cloudflare --project-name=ai-compass

or connect the repo on the cloudflare pages dashboard with build command bun run build and output dir .svelte-kit/cloudflare.

scripts

  • bun run dev — vite dev server
  • bun run build — production build (prerendered)
  • bun run preview — local cloudflare pages preview via wrangler
  • bun run check — svelte-check + tsc
  • bun run lint — prettier + eslint
  • bun run format — prettier --write

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors