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

Turn Your Knowledge Base into a Wiki + MCP Server for Claude
A demo of Akyn transforming a knowledge base (URL, PDF, Notion) into a wiki and exposing it as an MCP server, enabling Claude to query and write back — with OAuth, human-in-the-loop, and auto-sync.

Atlas Inference Engine Goes Open Source: Pure Rust + CUDA, 100+ tok/s on DGX Spark
Atlas is now open source — a Rust + CUDA inference engine that achieves 130 tok/s peak on Qwen3.5-35B (NVFP4) on a single DGX Spark, with no Python runtime and <2 minute cold start.

LocalSynapse MCP Server Enables Claude to Search Local Documents Offline
LocalSynapse is an MCP server that indexes and searches inside local documents (Word, Excel, PowerPoint, PDF) using hybrid BM25 + AI semantic search. Everything runs locally with no cloud or API keys required.

Routerly: Self-Hosted LLM Gateway with Runtime Routing Policies and Budget Control
Routerly is a free, open-source, self-hosted LLM gateway that provides runtime model selection based on routing policies like cheapest, fastest, or most capable, along with project-level budget limits with per-token tracking. It's OpenAI-compatible for drop-in use with tools like Cursor, LangChain, and Open WebUI.