Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
AI-native deployment platform for coding agents: push to deploy, managed databases, per-second billing, and an agent-first CLI.
Submit your own product to reach creators and founders looking for the next tool to try.
Lizard is an AI-native deployment platform that runs coding agents' applications, databases, and sandboxes in production from a single CLI command.
Lizard is a cloud deployment platform designed specifically for coding agents like Claude Code, Codex, and Cursor. It takes your agent's code (from a Git push or CLI) and handles the full path to production: stack detection, building, deploying, managed Postgres/Redis/S3, live logs, metrics, and per-second billing. It runs on the web with a dashboard and a CLI, and is made by Lizard (the company behind the platform).
npm i -g @lizard-build/cli.npx skills add lizard-build/skill -g) lets agents migrate apps from Railway, Render, or Heroku, carrying over secrets, domains, and data.lizard up; agents get structured output to debug failures.lizard up, and shows machine-readable results.First, connect your Git repo or have your agent push to main. Lizard's build planner (lizardpack) reads your repository and determines the language, framework, and package manager, then writes a multi-stage Dockerfile. Your app is built and deployed as an isolated pod, with optional managed databases and live observability. Everything is billed per second on measured CPU, RAM, and egress.
Lizard is freemium. The Free plan gives $5 of credit for the first month with no credit card required; the Hobby plan costs $5/month and covers a typical side project. There are also Pro and Enterprise plans (Enterprise adds SSO/SAML, RBAC, and audit logs). Usage is billed per second on measured resources.
Tell your agent to deploy with Lizard. It installs the CLI (npm i -g @lizard-build/cli), runs lizard up, and returns machine-readable output for every command and log line, so the agent can read failure reasons and fix them.
No. The Free plan includes $5 of credit for your first month with no card on file. You only add a card if you move to a paid plan.
At 15% average CPU and 25% average memory, a 2 vCPU/4 GB app and its Managed Postgres costs $32.57/month — 41% less than AWS. Lizard bills per second on measured usage; idle apps cost a fraction, and the $5/month Hobby plan covers a typical side project.
All major ones. lizardpack reads your repo and detects Node, Python, Go, Rust, Ruby, PHP, Java, or static sites, plus bun and uv. It writes a readable multi-stage Dockerfile, unlike Railway's Railpack, which produces opaque BuildKit plans.
Yes. Install the Lizard skill (npx skills add lizard-build/skill -g), tell your agent to migrate, and it redeploys services, provisions databases, carries over secrets/domains, and imports data.