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

Running 20 Claude Code terminal windows simultaneously with ADHD traits
A developer with ADHD traits runs 20 Claude Code terminal windows simultaneously across different projects, using AI agents to hold context their brain can't. The article examines both productivity benefits and potential downsides of this workflow.

Agentic Coding Fatigue: Why More Agents Won't Save You
Sid's blog post argues that agentic coding compresses the normal ebb and flow of development, forcing developers into a constant cycle of decision fatigue and burnout. The solution isn't more agents—it's better verification, but building that is a catch-22.

Non-developer builds astrological storytelling tools with Claude API
A 77-year-old non-developer built Fortune Cast and Ember Cast using Claude as primary collaborator, creating personalized astrological stories based on planetary positions and personal input.

Using Markdown Files as a Memory System for AI Coding Agents
A developer shares a method using {topic}_LOG.md and {topic}_SUMMARY.md files to persist conversations with Claude Code, solving compaction and agent restart issues by creating a dual memory system with detailed logs and indexed summaries.