Spin up isolated micro-VM environments automatically for every commit, PR, or agent workflow. Zero CI config, zero waiting.
Install the PrevHQ GitHub App. We auto-detect your stack (Node, Python, Go, Docker) instantly.
Every commit automatically triggers a fresh micro-VM. No complex YAML configuration required.
Your environment boots instantly at branch-name.onprev.com
ready to share.
Full interactive environments, not just static builds.
Trigger previews programmatically using a simple API. Perfect for agentic verification workflows where you need a real URL to test against.
POST /api/v1/previews
{
"repo": "prevhq/core",
"branch": "feature/ai-agent",
"builder": "docker"
}
// Response (200 OK)
{
"id": "prev_9a8b7c",
"url": "https://ai-agent.onprev.com",
"status": "ready",
"boot_time_ms": 2100
}
Firecracker-based isolation ensures your previews are secure and boot in milliseconds.
We scan your repo for package.json, go.mod, or Dockerfiles and configure the build automatically.
Securely connect private repositories with fine-grained GitHub App permissions.
Stop writing thousands of lines of YAML. It just works out of the box.
Set TTLs for your previews to save costs and keep your environment clean.
Real-time streaming logs and resource usage metrics for every preview instance.