Flagship product · Live
BLKPVNTHR.OS
Decision intelligence infrastructure — a platform for turning fragmented data into
traceable decisions. It opens on a terminal; typing
start loads the AI Brain, a knowledge graph where the graph is the
application — every node is clickable and opens the Inspector. Its first implemented
domain is personal finance: behind the graph sit a quantitative research pipeline, a Personal
Accounting Agent with bank integrations, a career goal tracker, an emailing assistant, and a
day-to-day personal assistant — one worked example of the same model that extends to
research, operations, and other decision systems.
- Problem
- In the finance domain the platform tackles first: everyday people have no single place to learn how wealth gets built, see their finances honestly, and work a plan toward a goal. The tools that do exist are split across a dozen apps and assume you already speak finance.
- Constraints
- Financial data has to stay read-only and credentials must never touch the app. Nothing on the platform is investment advice, so every research and trading surface has to be honest about being paper-first, with live orders gated behind a paper-trading threshold. It also has to open for anyone, with no sign-up wall.
- Solution
-
A React 19 single-page app built around a React Flow knowledge graph, with real
modules behind each node: the AI Brain (
/os), a finance engine, a trading engine, a research division, integrations, workflows, missions, Graphify, a vault, email, and memory. Bank connections use a secure third-party widget — the app never sees bank credentials and the provider secret stays server-side. Balances only: no transfers, no trading. The brokerage integration targets a paper-only API, and live orders stay disabled until a strategy clears the paper-trading threshold. - Responsibilities
- Sole engineer and designer. Product, information architecture, front end, Python research services, serverless edge functions, and deployment.
- Technology
- React 19, TypeScript, Vite, Tailwind v4, React Flow (@xyflow/react), Zustand, React Router 7, Framer Motion, Recharts, Radix UI. Python (FastAPI) research services. Managed database with authentication and six edge functions. Read-only financial-data and brokerage integrations. Vitest and oxlint.
- Status
- Live and public; opens in guest mode. Actively developed — some modules are production-oriented, others are experimental.