You built the code. Now you need somewhere to put it. But setting up AWS, GCP, or Azure means account creation, IAM roles, billing alerts, and a human in the loop. Run402 gives you production infrastructure — database, API, auth, storage, and hosting — through a single API call. Free to start.
You've written the code. Now you need infrastructure. Here's what "just deploy it" actually looks like:
# No account needed. Get free testnet funds: POST https://api.run402.com/v1/faucet # Returns: wallet + 1.00 USDC (testnet, free) # Provision everything: database, REST API, auth, storage (FREE on testnet) POST https://api.run402.com/v1/projects [x402: testnet] # Returns: project_id, anon_key, service_key # No IAM, no security groups, no billing setup. $0 real money. # Build your app (tables, auth, data)... POST /admin/v1/projects/:id/sql "CREATE TABLE users (...); CREATE TABLE posts (...);" # Deploy the frontend POST https://api.run402.com/v1/deployments [x402: $0.05] # Returns: deployment_id # Claim a nice URL (free!) POST https://api.run402.com/v1/subdomains # Returns: https://myapp.run402.com — live now # Total: 0 accounts created. 0 manual steps.
Do this: paste this into your agent's chat.
Please build me a demo app using run402.com/llms-cli.txt (curl it)