One of my first projects. Our crypto holdings are invisible to my wife — she knows they exist but can’t read them, can’t make decisions about them, and can’t explain them to anyone else. That creates a single point of failure in a family financial system. This removes it.
The Problem
Crypto assets are invisible and jargon-heavy to anyone who didn’t set them up. If the person who manages the wallet is unavailable, the family loses access to both the assets and the knowledge of what they’re even for. The knowledge gap creates financial dependency in a domain that should be shared.
What It Is
A read-only portfolio dashboard that shows our holdings in plain language. Every asset has an educational tooltip explaining what it is, what risk level it carries, and why we hold it. Daily yield is translated into concrete real-world equivalents (“your coffee for the week”). A scenario calculator shows the impact of “what if we sold X%.”
No private keys, no wallet connection. Data feeds from CoinGecko and DeBank. Read-only by design.
Features
- Portfolio overview with current holdings and values
- Plain-language asset explanations and risk levels per holding
- Daily yield tracking converted to real-world equivalents
- Scenario calculator (impact of selling X%)
- Transaction history with manual annotations
- No private key input, no wallet connection
Stack
| Tool | Role |
|---|---|
| Vite + React + TypeScript | Dashboard UI |
| Tailwind | Styling |
| CoinGecko / DeBank API | Price and portfolio data |
| Cloudflare Pages | Hosting |