Portfolio

Interactive visualisation of the Life Itself strategy portfolio. The indented tree is the primary overview; the map is kept as a secondary link.

Visualisations

Hierarchical outline of all initiatives and projects. Use View to open an item page.

Secondary view: Portfolio Map.

Draws from index.js, generated by scripts/build-index.js from frontmatter in initiatives/ and projects/.

Building the data index

# One-time setup
cd portfolio/scripts && npm install

# Rebuild manually (also runs automatically on commit)
node portfolio/scripts/build-index.js

The pre-commit hook rebuilds portfolio/index.js automatically when any initiatives/*.md or projects/*.md file is staged.