An interactive CV builder

Tag, filter, flavor, export — at /cv

· 1 min read #cv #resume #astro #tools

I’ve put up an interactive CV at /cv. The idea: keep everything I’ve done in one place without it turning into a wall, and let whoever’s looking pull out only the parts that are relevant to them.

Screenshot of the CV builder at /cv — sidebar with flavor presets and tag filters on the left, profile and experience cards on the right.

What it does

The page loads my career data from a single JSON file (jobs, skills, talks, competitions, open source, …) and lets you shape it on the fly:

One source of truth, no separate CV files to keep in sync — the role-specific cut happens in the browser.

Want to use it yourself?

The whole thing is in the repo at https://github.com/kootenpv/kootenpv.github.io. The resume/ directory is the self-contained version — a single index.html plus data.json. Drop it on any static host, swap in your own data, and you’ve got an interactive CV builder for yourself.

If you do, drop me a line — I’d like to see what other shapes this takes.