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 Code vs Codex: A Builder's Workflow Split
A developer shares practical split: Claude Code for focused repo work with clean diffs, Codex for messy cross-tool tasks involving browser, docs, and app testing.

Running Claude Code Remote Control on a Cloud Server via RAgent
A developer deployed the open-source RAgent project to Railway to run Claude Code's Remote Control feature from a cloud server, solving the issue of laptop sleep disconnecting sessions. The setup uses a $5/month VPS as an always-on Claude Code machine accessible via the Claude mobile app.

Developer Compares Claude AI to a Modern Calculator for Coding Workflow
A developer with 18 months on a serverless Angular/AWS SPA/PWA project reports using Claude AI for 90% of AI-assisted coding, describing it as a '21st century version of a calculator' that makes them 10x more productive despite occasional catastrophic outputs.

Using Claude to Build a Structured Pokémon Search Engine from Unstructured Pokedex Text
A developer used Claude to analyze over 500,000 words of unstructured Pokémon Pokedex text, creating a search engine with 100+ subject themes and 8-dimensional filtering. The project involved deduplication, categorization, and building a hierarchical taxonomy for messy flavor text.