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

dead-letter: Local .eml to .md Converter with CLI, Web UI, and MCP Server
dead-letter normalizes email exports into Markdown with YAML front matter, customisable. It offers four access modes: CLI, Python library, Web UI, and an MCP server for direct integration with Claude Desktop, Claude Code, and Codex.

DESIGN.md: A format spec for describing visual identity to coding agents
DESIGN.md combines YAML design tokens with markdown prose to give AI coding agents a persistent, structured understanding of a design system. Includes a linter and diff tool.

Developer Builds Open Source AI Skill to Validate Startup Ideas, Kills Own Idea in 10 Minutes
A developer built an open source AI skill called startup-design that walks through 8 phases of startup validation from brainstorming to financial projections. When testing it on his own startup idea, the skill asked hard questions that revealed he wasn't the right founder for that particular concept.

Relational Memory for LLMs: Three-Layer System Models User Relationships
An open-source Python tool that adds relational memory to LLMs by modeling user-AI relationships across seven psychological dimensions, using a three-layer narrative structure instead of flat fact storage.