Exploring ·
Welcome to your Idea Vault
A short tour of how this site works and how to add a new idea.
The Problem
Good ideas evaporate when they live in scattered notes, voice memos, and half-finished docs. By the time you remember one, you've lost the context that made it interesting.
The Solution
A single, structured place to capture each idea with the same lens — problem, solution, opportunity — so you can come back later and pick up where you left off.
The Opportunity
Build the muscle of writing ideas down properly. The 1% that survive a second read deserve a real exploration.
How to add a new idea
- Create a new markdown file in
src/content/ideas/. The filename becomes the URL slug. - Copy the frontmatter from any existing idea and fill in the fields.
- Save. The site rebuilds and the new idea appears on the homepage.
Frontmatter reference
- title — the headline of the idea.
- summary — one sentence. Shown on cards and at the top of the detail page.
- problem / solution / opportunity — short paragraphs, each.
- tags — array of lowercase tags, e.g.
["ai", "b2b"]. - status — one of
raw,exploring,building,archived. - date — when you captured the idea (or last revised it).
- draft — set to
trueto hide an idea from the site.
Body content
Below the frontmatter, write whatever you want — research notes, links, sketches of how the thing might work, customer conversations, references to other ideas. The body renders as a markdown article.