July 12, 2026
Commit history, but make it fashion
Show HN: Codebase Posters – turn any Git repo into generative poster art
Your coding history can now become wall art, and commenters are already redesigning it
TLDR: Codebase Posters turns a project’s edit history into printable art you can generate on your own computer in one step. People love the idea, but the biggest comment drama is over color choices, with praise quickly turning into a call to make some posters easier for everyone to read.
A tiny new tool called Codebase Posters is turning ordinary project history into dramatic, printable art, and the crowd is very into the idea. The pitch is deliciously simple: run one command inside a project folder, and your browser opens a mini gallery of 18 posters built from the ups, downs, late-night bursts, and giant code dumps in that project’s history. No uploads, no account, no spying — just your work transformed into something you could actually frame and hang up like you’re the misunderstood genius of your own laptop.
But because this is the internet, the real show started in the comments. The loudest reaction was basically: "This rules, but here’s how to make it better." One commenter dove straight into the color choices, praising the clean design while also dropping a very serious accessibility critique: several palettes apparently fall apart for people with common kinds of color blindness. In other words, the community went from "wow, pretty" to "your art exhibit needs better lighting" in record time. That’s the vibe here: admiration with a side of ruthless improvement.
There’s also a quietly funny layer to the whole thing. The tool promises to reveal your project’s "heartbeat" and your 2 a.m. coding "constellations," which makes every developer sound like a tortured poet with version control. And commenters seemed to love that energy — half impressed, half ready to workshop the gallery. It’s less a product launch and more a live critique session where everyone agrees the idea is cool, then immediately starts rearranging the frames.
Key Points
- •Codebase Posters generates eighteen poster-style visualizations from a Git repository’s commit history using the `npx codebase-posters` command.
- •The gallery demonstrates outputs from repositories including React, Express, Vite, Zod, Tailwind, and Git.
- •The article states that the tool runs entirely on the user’s machine with no uploads, telemetry, or account requirement, and has zero dependencies.
- •Poster outputs are deterministic: the same repository and fixed seed produce the same image pixels.
- •The project supports high-resolution print export, browser-encoded MP4 animation export, and extensibility through new `CanvasRecipe` files in `src/recipes/`.