Short name: True Valence Mapper Edition owner: Claude Code agent implementation
A visual tool for mapping trust flow in relationship networks. Perfect for coaching sessions, self-reflection, and understanding relationship dynamics. This repository houses the Claude Code-led build; additional orchestrator-led versions live in their own repositories as part of the multi-agent family.
v1 (canonical): https://v1-rhart696s-projects.vercel.app/
Deployed on Vercel from v1/ (Next.js + Supabase). No sign-up required.
The previous GitHub Pages deployment (v0 vanilla HTML) is retired — see docs/archive/v0/.
Open the live app above, click Start Session, add the people in your work or personal life, and rate your confidence in each relationship.
cd v1
npm install
npm run dev
# Visit http://localhost:3000
Set NEXT_PUBLIC_SUPABASE_URL and NEXT_PUBLIC_SUPABASE_ANON_KEY in v1/.env.local for Save & Share to work locally.
Outward Arrow (You → Them): “How confident am I that I would go to this person if I had a problem with them?”
Inward Arrow (Them → You): “How confident am I that this person would come to me if they had a problem with me?”
v1 stack: Next.js 14, TypeScript, React, Tailwind CSS, Supabase v0 stack (archived): Pure HTML/CSS/JavaScript, localStorage only
See docs/planning/ROADMAP-V2-CANDIDATES.md for v2 feature candidates.
We welcome contributions! Please see our Contributing Guidelines for details on:
Quick Start for Contributors:
git checkout -b feature/your-feature-namev1/Security is a top priority. This application implements:
Reporting Security Issues: Please see our Security Policy for responsible disclosure procedures.
This project is licensed under the MIT License.
Copyright (c) 2025 True Valence Mapper Contributors
We use GitHub Flow:
mainmain (auto-deploys to Vercel)true-valence-mapper-claude/
├── v1/ # Current app (Next.js)
│ ├── src/
│ │ ├── app/ # Next.js app router
│ │ ├── components/ # React components
│ │ ├── hooks/ # Custom hooks
│ │ ├── lib/ # Supabase, share session logic
│ │ └── types.ts
│ └── package.json
├── docs/
│ ├── archive/v0/ # Retired v0 vanilla HTML files
│ ├── planning/ # Roadmap and planning docs
│ ├── security/ # Security documentation
│ └── implementation/ # Feature guides
├── .github/ # GitHub templates & workflows
└── LICENSE
Built as part of the “ship, don’t infrastructure” challenge.
v1 deployed on Vercel — February 2026