research-notes/blog/vision.md
jordan ec0b89206f
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
feat: add audio playback and enhanced note UI with sidebar navigation
- Add AudioSection component with media player and waveform visualization
- Add NoteContent component with inline link support and syntax highlighting
- Add NoteSidebar with collapsible sections for navigation
- Add SidebarContext for managing sidebar state
- Update note page layout to use new component architecture
- Add assets utility for GCS audio/video URL generation
- Update content library with audio/skill/prompt type support
- Add vision.md with editorial guidelines
- Update .gitignore with additional security patterns
- Add upload-asset.sh script for GCS asset management

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-08 11:08:25 -07:00

971 B

Vision

Notes from building things.

What This Is

A project log. I write down what I'm doing as I do it. Prompts, decisions, dead ends, things that worked.

Sometimes there's audio or video when it's easier to explain that way.

Why

Two reasons:

  1. For me — I forget what I did and why. Notes help me pick up where I left off.
  2. For others — If you're building something similar, maybe this saves you time.

Tone

  • Casual
  • Concise
  • Direct
  • No fluff
  • No hyperbole

If something sucked, I'll say it sucked. If something worked, I'll say what worked.

Format

Each project gets a series of notes. Each note covers one session or one phase. Notes include:

  • What I was trying to do
  • The prompts I used
  • What happened
  • What I learned

Code snippets, screenshots, audio/video when useful.

Not a Tutorial

This isn't polished educational content. It's raw notes. Some things will be wrong. Some things will be incomplete. That's fine.