A small tool for reading code changes.
Placeholder content for a project write-up. Use this shape for posts that document a tool or experiment: what it is, why you built it, and what you learned.
A short description of the project goes here, with a link to the live version and the repository.
The motivation: the itch you were scratching, the gap in existing tools, or the thing you wanted to learn.
// Code blocks render with syntax highlighting and a copy button.
export function example(): string {
return "Replace this with a real snippet from the project.";
}Notes on the tricky parts, the dead ends, and what you would do differently.