Developer Creates 3D GitHub City Visualization Using Claude Code in One Day

A developer created Git City, a 3D visualization where every GitHub user becomes a pixel art building. The project was built 100% with Claude Code in VS Code, with no manual coding, and the first version was completed in one day.
Project Details
The visualization maps GitHub activity to building characteristics:
- More commits = taller building
- More repositories = wider base
- Lit windows indicate recent activity
The project currently includes almost 10,000 developers in the city and is free to try at thegitcity.com.
Development Process
The developer used Claude Code exclusively for both coding and UX/design decisions. The workflow involved running 2-3 terminals simultaneously, with some for planning and some for coding, maintaining constant activity. After the initial one-day build, the developer has been shipping daily updates using Claude Code for a week.
Technical Stack
- Next.js
- Three.js
- Supabase
- Vercel
Project Reception
The project has received 500,000+ views and 400+ stars on GitHub. The source code is available at https://github.com/srizzon/git-city.
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude Built a Skeuomorphic Keyboard Simulator in One Session — Public Transcripts, CORS Proxied Unsplash Backgrounds
A single Claude session produced a skeuomorphic typing app with public transcript, hidden input for native shortcut handling, SVG keys from Figma, and CORS-proxied Unsplash backgrounds served as WebP.

OpenClaw Agent Implements Contextual Reminders with Relationship Nudges
An OpenClaw user built a personal agent system with contextual reminders that trigger based on calendar load, current tasks, and time of day rather than fixed schedules. The system includes an escalation ladder for reminders and uses memory tracking to suggest contacting people based on relationship history.

Using Claude as a Critical Product Manager for Landing Page Optimization
A developer used Claude to critique and rewrite their landing page by treating it as a harsh, contrarian product manager, resulting in improved messaging and SEO performance.

Claude Code Ships Complete Multiplayer Game from Half-Finished Project
A developer used Claude Code to complete a competitive estimation game called Closer, adding real-time multiplayer via Supabase Realtime, ELO ranking system, daily challenges with percentile rankings, behavioral analytics dashboard, client-side routing, and confidence calibration tracking.