levelsio ships production with Claude Code
- Indie maker levelsio said he’s been shipping live apps on a VPS for 12 months using Claude Code, skipping staging and reporting few failures. - He credits minimalist stacks (vanilla PHP + JS + SQLite) and small teams augmented by AI for reducing errors and increasing ship velocity. - He noted big tech flattening orgs now mirrors solo AI builders, a point that sparked engagement from Marc Andreessen on X. (x.com) (x.com)
1/ Pieter Levels says he has spent the last 12 months building “live in production” on a VPS with Claude Code, without a staging server, and with what he described as only a few failures. Marc Andreessen replied to the discussion on X, calling the shift “interesting.” (techtwitter.com) 2/ The claim matters because it cuts against a standard software playbook: separate dev, staging and production; larger teams; heavier frameworks; more process before release. 3/ Levels’ argument is not that production is magically safe. It is that his setup reduces moving parts. In the social briefing tied to the post, he said simple stacks such as vanilla PHP, JavaScript and SQLite give AI fewer ways to make mistakes. 4/ That is a very specific engineering thesis: if the codebase is smaller, the infrastructure is simpler, and deployment is just editing files on one server, then the feedback loop gets shorter and the surface area for breakage can shrink. 5/ The VPS piece is central. Anthropic describes Claude Code as a terminal-based coding tool that can understand a codebase, edit files and run commands. Running that on a remote server means the tool is operating close to the live environment rather than handing work off through a longer deployment chain. (claude.com) 6/ That setup has already started to spawn imitation guides. Multiple hosting and tooling sites now publish instructions for installing Claude Code on a VPS, pitching persistent sessions and remote development as the appeal. (hostinger.com) 7/ The broader point in Levels’ thread was organizational, not just technical. He said big tech companies flattening management layers now resemble what solo builders with AI are already doing: one person, or a very small team, shipping more of the stack directly. 8/ Andreessen’s reply gave that argument extra reach because it connected an indie-builder workflow to a larger Silicon Valley debate: whether AI changes not only coding speed, but team shape. 9/ There is also a constraint here. MIT-linked discussion circulating alongside the thread emphasized safety, sandboxing and permission controls for agentic coding tools in production settings, a reminder that faster loops do not remove operational risk. That caution sits in tension with Levels’ minimal-process approach. (claude.com) 10/ Levels is not presenting this as enterprise doctrine. He is presenting it as a maker operating model: simple languages, simple databases, one box, direct edits, fast iteration. 11/ That model fits his long-running public persona. Levels has for years been associated with shipping products quickly and favoring lightweight tools over elaborate architecture, including projects listed on his own site and profiles highlighting PHP, JavaScript, SQLite and related tooling. (levels.io) 12/ The reason the post landed is that it bundles three live arguments into one example: AI can compress software work, simpler stacks may be easier for coding agents to handle, and smaller orgs may now be able to ship work that once required more specialized teams.