A personal project tracker visualized as a radar.
Four quadrants — Backlog, In Design, In Progress, Finished — and pins for each project. Distance from center shows progress within the current stage: outer edge = just entered, center = ready to graduate. Drag pins as projects move.
Single user, single device, localStorage only. No backend.
SvelteKit + TypeScript, exported as a static site via @sveltejs/adapter-static. Deploys to any free static host (Cloudflare Pages, Netlify, GitHub Pages).
npm install
npm run dev # dev server
npm run check # type + svelte check
npm run build # static export to build/v1 implemented: static radar, localStorage store, drag-to-move with pointerup persistence, add/edit/delete side panel, empty state. Not yet deployed.