Indie dev deploys full game studio site via Claude Code, including Steam API data layer

An indie game developer used Claude Code to completely rebuild their studio website at speedrivals.es — and they never opened a terminal. The project is notable not just for the AI-assisted web development, but because Claude Code autonomously connected to the developer's server via SSH, deployed the site, and built a data layer integrating the Steam API.
What was built
The developer designed the layout inspired by game UI menus — clean sections with intentional navigation. After iterating in Claude Code to get the site working locally, they then handed Claude Code their SSH credentials and let it deploy. The AI connected to the server, pushed the files, and the site went live without any manual terminal commands.
The more surprising part: Claude Code also built a data layer that pulls live information from the Steam API — game details, screenshots, Workshop content — and structures it to work across all the studio's titles automatically. The site is responsive on mobile.
Takeaway for developers
This is a real-world example of Claude Code handling both front-end and back-end infrastructure without human intervention. The developer, who describes themselves as not a web developer, said: "I think the profession of 'web developer' as most studios hire it is effectively over. At least for projects at this scale."
Whether you agree with the broader claim or not, the workflow demonstrates what AI coding agents can handle today: full-stack web development including server-side deployment and third-party API integration — all through natural language prompts.
📖 Read the full source: r/ClaudeAI
👀 See Also

Lobster Cage: Dockerized Security Environment for Self-Hosting OpenClaw on Raspberry Pi
A developer built Lobster Cage, a Docker Compose environment with restricted outbound access and proxy-based routing to run OpenClaw securely on a Raspberry Pi for experimentation.

SprintiQ: Open-Source Sprint Planning for Claude Code
SprintiQ is an open-source agile platform that acts as an orchestration layer for Claude Code, offering AI-powered user story generation, sprint planning, velocity tracking, and a CLI that syncs git activity to sprints in real time.

Hollow AgentOS: Run Claude-like agents locally on RTX 5070 using Qwen 3.5 9B
A self-modifying agent system running Qwen 3.5 9B on local hardware cuts Claude API costs by 50%. Uses iterative testing and self-improvement loop to develop software without human intervention.

Open-source MCP server enables AI agents to handle L402 payments via Lightning Network
A Python MCP plugin built with FastMCP intercepts HTTP 402 Payment Required responses, pays Lightning Network invoices, and retrieves data for AI agents. The repository includes a local dummy-agent for testing without spending real funds.