Deployments Made Easy As Pie

Auto-deploy frontend, PHP and Node applications from Git

WordPress, Laravel, React or Node — deployed in minutes

Supports static sites, all frontend frameworks, PHP apps, and Node.js applications out of the box.

Laravel

PHP framework

WordPress

CMS / PHP

Plain PHP

Any PHP app

Node.js

Express, Fastify…

React

Static / SSR

Vue

Static / SSR

Next.js

Node.js

Static Sites

HTML / CSS / JS

Live in 3 steps

From zero to a running, auto-deploying application in under five minutes.

01

Connect your repository

Link your GitHub, GitLab, or Bitbucket repo. PieApp installs a deploy webhook so every push triggers a build automatically.

02

Configure your build

Set your install command, build command, public directory, PHP or Node version, and environment variables — all from the dashboard.

03

Push and go live

Run git push and watch your app build and deploy in real time. Your app is live on a *.pie.host subdomain in minutes.

Everything you need to run apps in production

PieApp handles the hosting infrastructure — git integration, SSL, domains, background workers — so you can focus on shipping.

Git Push Deploy

Connect GitHub, GitLab, or Bitbucket. Every push to your chosen branch triggers an automatic build and deployment.

Cronjobs

Schedule repetitive tasks — from cache clearing to report generation — with a simple cron expression.

Daemons

Run persistent background processes like queue workers and job handlers that restart automatically on failure.

Terminal Access

SSH into your app container directly from the dashboard. Run artisan commands, debug live, inspect files.

Environment Variables

Manage your .env variables from the dashboard. Changes take effect on the next deployment.

Free SSL Certificates

Automatic SSL for every custom domain. Auto-renewed before expiry — no manual steps.

Custom Domains

Point your own domain to your PieApp. Your app ships with a free *.pie.host subdomain to start with.

PHP & Node Version Switcher

Choose the exact PHP or Node.js version your project needs. Switch between versions from the dashboard.

Auto-deploy from Git or CLI

Connect your GitHub, GitLab, or Bitbucket repo and every push deploys automatically. Prefer the terminal? Use piectl to deploy directly from your machine.

No need to grant full GitHub access — just add a read-only deploy key and your app is ready to be deployed.

  • GitHub, GitLab, and Bitbucket webhook support
  • Read-only deploy key — no OAuth or full account access needed
  • Signature-verified webhook payloads
  • Custom build & install commands
  • Configurable public directory
  • Deploy via piectl CLI: npm i -g piectl
deploy.sh
# Install the CLI
npm install -g piectl

# Login and deploy
pie login
pie deploy

# Or just push to your connected branch
git add .
git commit -m "ship it"
git push origin main
# → Build triggered automatically
# → App live at yourapp.pie.host

Production-ready out of the box

Branch previews, rollbacks, auto-scaling, and backups — the features that matter when your app is live with real users.

  • Auto-scaling on demand — scale up instantly, pay only for what you use
  • Branch previews — every PR gets a live preview URL automatically
  • One-click rollback to any previous deployment version
  • Daily backups with point-in-time restore
  • Deployment notifications — email alerts on success or failure
  • Build logs streamed live during every deployment
  • SSL redirect enforced automatically on all custom domains
  • Multiple regions — deploy close to your users

Preview every pull request

Every PR automatically gets its own live preview URL. Share it with your team, test in a real environment, then merge with confidence. Broken deploy? Roll back to any previous version in one click.

Deploy an App

Branch preview URLs

Each open PR deploys to its own isolated environment with a unique *.pie.host URL.

One-click rollback

Every deployment is versioned. Revert to any previous build instantly from the dashboard.

Auto-scaling

Traffic spike? PieApp scales your app up automatically and back down when the surge passes.

Domain

yourapp.com

Verified

SSL

Managed — auto-renewed

Active

SSL Redirect

HTTP → HTTPS enforced

On

Subdomain

yourapp.pie.host

Always on

Custom domain & free SSL

Every PieApp ships with a free *.pie.host subdomain. Add your own domain and PieApp provisions a SSL certificate automatically — renewed before it expires.

  • Automatic SSL
  • HTTP → HTTPS redirect enforced
  • Domain ownership verification built in
  • Free *.pie.host subdomain included

Deploy your first app for freeNo credit card required. Live in minutes.