llms.txt Content
# InstaPods
> InstaPods is a web hosting platform that gets your app from localhost to a live URL in under 60 seconds. You built it with AI — now get it online. One command (`npx instapods deploy`) gives you a real Linux server with a subdomain, SSH access, and optional database. No Docker, no Kubernetes, no nginx config. Starts at $3/month.
InstaPods sits between Vercel/Netlify and a raw VPS. Each pod is a dedicated Linux server on bare metal — you get full SSH access, a web terminal, a web IDE, file sync, and GitHub auto-deploy. It also has an MCP server so AI agents (Claude Code, Cursor, Windsurf) can create and manage pods programmatically. Supports Static (HTML/CSS/JS), PHP 8.3, Node.js 20, and Python 3.12 runtimes with add-on MySQL, PostgreSQL, and Redis. A 1-Click App marketplace lets you deploy self-hosted tools like n8n, Uptime Kuma, and Beszel.
## Docs
- [Introduction](https://docs.instapods.com/introduction): Platform overview — what InstaPods is and how it works
- [Quickstart](https://docs.instapods.com/quickstart): Get a web app online in 5 minutes
- [Core Concepts](https://docs.instapods.com/getting-started/concepts): Pods, presets, plans, and how they relate
- [Creating a Pod](https://docs.instapods.com/getting-started/creating-a-pod): Create your first pod via dashboard or CLI
- [Managing Pods](https://docs.instapods.com/getting-started/managing-pods): Start, stop, restart, and delete pods
## Presets
- [Presets Overview](https://docs.instapods.com/presets/overview): Available runtime environments and their capabilities
- [Static](https://docs.instapods.com/presets/static): HTML/CSS/JS sites served by nginx
- [PHP](https://docs.instapods.com/presets/php): PHP 8.3 with nginx and Composer
- [Node.js](https://docs.instapods.com/presets/nodejs): Node.js 20 with npm, auto-detects start command
- [Python](https://docs.instapods.com/presets/python): Python 3.12 with pip and Gunicorn
## Services
- [Services Overview](https://docs.instapods.com/s