Isometric Contributions is a browser extension that renders your GitHub contribution graph as an isometric pixel art visualization.
The extension solves the problem of visualizing contribution data in a novel way by transforming the standard two-dimensional GitHub contribution chart into a three-dimensional isometric view. It uses obelisk.js to generate the isometric graphics and allows users to toggle between the regular chart and the isometric version directly on GitHub. The isometric perspective provides finer granularity in distinguishing between different contribution levels through height variation in the pixel art representation.
The tool is designed as a visual novelty rather than a practical replacement for GitHub's standard contribution view. The README explicitly acknowledges that the isometric version is less useful in most practical ways—it lacks axis labels, shorter bars can be obscured by taller ones, and hovering to see specific day counts and contribution numbers is not supported. Someone considering this extension should view it as an aesthetic enhancement for GitHub profiles rather than a functional improvement to contribution tracking. The extension is available for Chrome, Brave, Firefox, and Microsoft Edge through their respective official stores.
The maintainer has stated that no new features are currently planned for the extension and requests contact before any pull requests with new functionality are submitted. The project uses Biome for code style enforcement and maintains a Node.js CI workflow. A community fork exists that extends the extension with additional features and integrations, indicating that some users have sought expanded functionality beyond the original scope.