New·PandaStack AI — instant microVM sandboxes

Push code. It runs.

Connect a repo and PandaStack builds, deploys, and goes live — with a managed database wired in automatically. Static sites, containers, cron jobs, and edge functions, all from GitHub. Zero ops.

npm i -g @pandastack/cliFree tier always available
acme/storefront
Live
Linked GitHub repomain · a3f9c1
Detected frameworkNext.js
Built container image28s
Wired managed Postgresauto
Deployed to edgeus-central1
storefront.pandastack.appdeployed · 28s
The golden path Live

Deploy anything from GitHub

GitHubGitHub
DockerDocker
Next.jsNext.js
PostgreSQLPostgreSQL
PythonPython
Node.jsNode.js
ReactReact
RustRust
GitHubGitHub
DockerDocker
Next.jsNext.js
PostgreSQLPostgreSQL
PythonPython
Node.jsNode.js
ReactReact
RustRust
GitHubGitHub
DockerDocker
Next.jsNext.js
PostgreSQLPostgreSQL
PythonPython
Node.jsNode.js
ReactReact
RustRust
GitHubGitHub
DockerDocker
Next.jsNext.js
PostgreSQLPostgreSQL
PythonPython
Node.jsNode.js
ReactReact
RustRust
0

Deployment types

Static, container, DB, cron, edge

0

Database engines

Postgres, MySQL, Redis, Mongo

0+

Edge locations

Cloudflare PoPs worldwide

0

Free build minutes

Every month, on the free tier

Everything your app needs — one platform

From first commit to production traffic: static hosting, containers, databases, scheduled jobs, and serverless functions.

GitHub-native CI/CD

Connect any repo — every push auto-builds and deploys. 15+ frameworks auto-detected, dependency-cached rebuilds in seconds.

GitHubpush to main
Dockerbuild image
deploy to edge
Next.jsNext.js
Node.jsNode.js
PythonPython
ReactReact
RustRust
GoGo

Managed databases

Four engines provisioned in seconds — automatic backups, one-click restore, engine metrics, and storage that grows itself.

PostgreSQLPostg
MySQLMySQL
RedisRedis
MongoDBMongo

KV store (managed Redis)

A Redis instance in about 30 seconds. Connection URL injected into your app automatically — free tier is 256 MB and always $0.

Redisawait kv.set('session', user)
$0
256 MB
$10
1 GB
$40
4 GB

Preview environments

Every pull request gets its own live URL, posted right on the PR — rebuilt on every push, torn down automatically on merge.

GitHubpandastackcommented on #142
Preview readypr-142.checkout.pandastack.app
updates on every pushtorn down on merge

Cron jobs

Schedule containers on any cron expression with built-in run history and failure alerts.

0 2 * * *db:backup2h ago
*/15 * * * *health:checknow
0 9 * * MONreport:send3d ago

Edge functions

Serverless functions deployed globally — invoke via HTTP or on a schedule.

POST/fn/resize-image18ms
GET/fn/geo-lookup12ms
POST/fn/send-email34ms

Instant rollbacks

Every deploy is kept. One click points production back at any previous build — no rebuild, no downtime.

e4f9a21now servinglive
b7c31d8rolled back
92ab4e02 days ago

Autoscaling & scale-to-zero

Replicas follow your traffic and idle services scale to zero — you pay for load, not for waiting.

012310
load ▲ / replicas ▼idle → scales to 0

Monitoring, logs & analytics

Uptime checks, live log streaming, latency percentiles, errors, countries, and referrers — no third-party tool required.

38ms
p50 latency
112ms
p95 latency
0.2%
error rate
live logs — streaming
12:04:18GET /api/orders 200 41ms
12:04:19worker: job queue drained
12:04:21GET /healthz 200 2ms
30 days agotoday

Password-protected sites

Put a password on any site — staging, client previews, internal tools — with one toggle.

staging.yourapp.com
••••••••
Unlock

Global CDN

50+ Cloudflare PoPs, automatic SSL, DDoS protection, edge caching, and instant purge on every redeploy.

NYC
LAX
LHR
AMS
SIN
TYO
SYD
GRU
Cloudflare50+ PoPs

Free tier, always

Web services, static sites, and a database — free forever.

5 web services5 static sites1 database100 GB bandwidth300 build min/mo

Security built-in

TLS everywhere, secret management, firewall rules, and automatic security scanning.

TLS / SSL
env secrets
firewall rules
vulnerability scanning

Push code. We handle the rest.

Your GitHub push triggers the full pipeline: build, containerize, deploy — in under 30 seconds.

01

Connect GitHub

Link your repo. PandaStack detects your framework and pre-fills build command, output dir, and port — zero config.

02

Push to deploy

Every git push triggers an automated build and deploy. Preview deployments for every PR.

03

Attach a database

Add a managed Postgres and its connection string is injected into your app automatically — then it redeploys, live on a global CDN with SSL.

Private networking

Your database never needs a public address.

Apps, databases, and KV stores in one organization talk over a private network. Only what you choose to publish gets a public URL.

Your frontend
app.yourdomain.com
Public
Private network · your organization
Your API
http://custom-api
Postgres
DATABASE_URL
KV store
KV_URL

Traffic between these stays inside the network — it never crosses the public internet.

What your code looks like

const db = new Pool({
  connectionString: process.env.DATABASE_URL,
})

const kv = createClient({
  url: process.env.KV_URL,
})

That is the whole integration. Both variables point at private addresses with real credentials already filled in.

Private by choice

Create a database or KV store as private and no public endpoint is issued for it — there is no address to hand out, and none appears in your dashboard.

Credentials you never handle

Link a database or KV store to a project and its connection URL is written into that app’s environment, then the app redeploys. Nothing to copy, paste, or rotate by hand.

Isolated per organization

Every organization gets its own namespace. Your services are addressable from your own workloads — not from anyone else’s.

Full details in the internal networking docs.

Built for how developers actually work

Dashboard, CLI, or REST API — deploy your way with zero ceremony.

  • Zero-config framework detection
  • Scales to zero when idle
  • Environment variable + secrets management
  • Auto SSL + custom domains
  • Real-time build & app log streaming
  • One-click rollback to any deploy
Read the docs
# Connect a Git repo from the dashboard — pandastack
# auto-detects your framework and deploys.

1. Sign in at dashboard.pandastack.io
2. New Project → connect your GitHub repo
3. We detect the framework (Next.js, Astro, Vite…)
   and prefill build + start commands
4. Deploy → watch live build + app logs stream

✔ Live at https://my-app.pandastack.app
   Auto SSL · scales to zero on idle · zero config

Simple, transparent pricing

No surprises. Start free, scale when you need to.

Free

$0/month
Free-tier compute included — $0, always.

Real hosting for side projects — free forever.

Start free
  • 5 web services + 5 static sites
  • 1 database (PostgreSQL or MySQL)
  • 1 KV store (Redis) — 256 MB
  • 100 GB bandwidth / month
  • 300 build minutes / month
  • 7-day database backups
  • TLS, DDoS protection & global CDN
  • Monitoring & live logs
Unlocks with Pro
  • Preview environments per PR
  • Custom domains
  • Cron jobs & edge functions
  • Autoscaling
  • Replicated KV stores (1 GB / 4 GB)
  • Password-protected sites
  • Audience analytics
Most popular

Pro

$15/user/mo
+ usage-based compute & add-ons

Everything unlocked — built for production apps.

Get started
  • Unlimited services, sites, databases & KV stores
  • Preview environments per PR
  • Custom domains + edge caching
  • Cron jobs & edge functions
  • Autoscaling & scale-to-zero
  • Password-protected sites
  • Audience analytics & DB metrics
  • Instant rollbacks · SSO · teams
  • 500 GB bandwidth · 1,000 build min
  • 15-day backups · 100 MB uploads

Premium

$25/user/mo
+ usage-based compute & add-ons

More headroom for high-traffic production apps.

Get started
  • Everything in Pro
  • 1 TB bandwidth / month
  • 2,500 build minutes / month
  • 30-day database backups
  • DB storage auto-grow
  • Automatic security scanning

Enterprise

Custom
Platform + compute, priced together

Tailored for large organizations with specific needs.

Contact sales
  • Everything in Premium
  • Unlimited bandwidth & build minutes
  • Dedicated account manager
  • Custom SLA
  • Priority support
  • Custom integrations

All plans include TLS, DDoS protection, and GitHub-native deploys. Prices in USD.

Add-ons

Additional services

Extend your stack. Pay only for what you use.

Monitoring
$1/mo

Uptime checks, response time tracking, and instant alerting.

Advanced Monitoring
$1.25/mo

Deep performance insights with custom dashboards.

Analytics
Free up to 25K
then $10/100K events

Real-time traffic analytics and user behavior insights.

Email Alerts
Free

Instant email notifications for downtime and deployments.

Slack Alerts
$0.001/msg

Bring alerts directly into your Slack workspace.

Ready to ship faster?

Deploy from GitHub in minutes. The free tier includes static hosting, web services, and a managed database — no credit card required.

npm i -g @pandastack/cli and deploy in 60 seconds