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
- sveltekit 2 + svelte 5 (runes)
- tailwind v4
- cloudflare pages (
@sveltejs/adapter-cloudflare) - bun
bun install
bun run devbun run build
bun run preview # wrangler pages dev .svelte-kit/cloudflarebun run build
bunx wrangler pages deploy .svelte-kit/cloudflare --project-name=ai-compassor connect the repo on the cloudflare pages dashboard with build command
bun run build and output dir .svelte-kit/cloudflare.
bun run dev— vite dev serverbun run build— production build (prerendered)bun run preview— local cloudflare pages preview via wranglerbun run check— svelte-check + tscbun run lint— prettier + eslintbun run format— prettier --write