Skip to content

Building a Brainfog Decision Tree MVP

Published:
2 min read

I just shipped a small prototype that explores a simple question:

What if a brainfog intake did not feel like a form, but like a visible decision tree?

The MVP is built with React, Vite, TypeScript, and Framer Motion. Instead of expanding every question into a full card, the interface keeps one active node large and renders the rest as compact previews on the tree. That preserves the diagram feeling without collapsing into overlapping UI.

The current flow covers six baseline checkpoints:

  1. sleep
  2. Omega-3
  3. hydration
  4. movement
  5. stress regulation
  6. B12 / iron

The interaction model is intentionally narrow:

Two links if you want to inspect it:

This is still an MVP, not a medical tool. The point was to test the visual structure, the state flow, and whether the interface can make a small intervention tree feel more legible and more alive than a standard questionnaire.

The next obvious extension would be true branching instead of stopping at the first unresolved factor.

New posts, shipping stories, and practical notes straight to your inbox.

Newsletter signup is not configured yet. Reach me at hello@example.com.

Usually 1-2 emails per month. No spam.


Edit on GitHub