Turn any Git repo into generative poster art from commit history
Codebase Posters is a CLI tool that generates 18 unique poster artworks from a Git repository's commit history. It uses generative algorithms to create visual representations of code activity, running entirely locally without sending data anywhere. It solves the problem of visualizing and celebrating codebases in a creative, offline manner for developers.
Visit project ↗Related
GitHub Code Web Component: embed code from GitHub URLs
An experimental Web Component that fetches and displays code from GitHub URLs. It uses GPT-5.5 to generate the component based on a prompt, converting GitHub URLs to raw.githubusercontent.com URLs and fetching specific line ranges with line numbers. It solves the problem of embedding code snippets from GitHub repositories in web pages.
GitHub commit history flight game
A browser game where you fly a plane through a 3D city generated from your GitHub commit graph. Each day with commits becomes a building, with height proportional to commit count, and lanes represent weekdays. The game was built entirely with AI (vibe-coded) without writing any code manually.
Git-aware AI debugger that checks out old commits to fix production bugs
A tool that makes AI coding assistants (like Cursor or Claude Code) automatically checkout the git commit corresponding to a production error before debugging, preventing the agent from analyzing current code that has shifted. It solves the problem of AI agents hallucinating fixes because they look at the present state of files while the bug existed in a past commit.
GitHub contribution graph as 3D city flight game
A web game that turns a user's GitHub contribution graph into a 3D city where each day's commits become a building. The user flies a plane through the city in first-person view; crashing shows the date and commit count. Built using leftover LLM API quota, but the LLM is not a core part of the game itself.
GitHub commit watcher that drafts social media posts for indie makers
PublishLoud monitors GitHub commits and auto-generates draft posts for LinkedIn and X (Twitter) to help solo developers maintain a consistent marketing presence. The user reviews and edits every post before publishing, ensuring authenticity while reducing the friction of regular posting.

