Ship faster with managed building blocks.
Deploy public web apps, internal services, and static sites—without stitching together infrastructure.
What you can deploy
Product types that cover most application stacks.
Web Service
Public HTTP services & APIs
Deploy backends and full-stack apps that serve traffic from the public internet.
- Internet-facing — reachable from the public web
- Long-running HTTP server in any runtime
Private Service
Internal services, not exposed publicly
Run internal APIs, workers, and supporting services behind a private boundary.
- Internal only — no public URL or ingress
- Reached by your other services over private service discovery
Static Website
SPAs, docs, and marketing sites
Build and publish static assets — served directly, with no server to run.
- Prebuilt static files served directly — no server process
- Built from your Git repository (no run command)
Cron Jobs
Scheduled and batch workloads
Run recurring or one-off jobs — data pipelines, backups, report generation, and cleanup tasks.
- Runs on a cron schedule, or once per deploy
- Concurrency control, automatic retries, and a max run time
Worker
Long-running background processes
Run continuous background work — queue consumers and job processors — with no public URL, ingress, or exposed port. Egress-only networking, billed like a private service.
- No public endpoint — egress-only networking
- Deploy from Git with a run command, or a container image
Persistent Storage
Data that survives restarts
Attach a persistent volume to a long-running service so your data outlives deploys and pod restarts — for databases, uploads, and stateful workloads.
- 1–10 GB volumes
- Configurable mount path inside the container
- Detach or delete independently from the service
- Deploy from a Git repository, or a pre-built container image (web, private, cron, worker)
- Runs on the pod size and region you choose
- Automatic HTTPS and custom domains on public services (web, static)
Built-in runtimes
Native support for popular languages
Prefer a pre-built image? Deploy any Docker image directly from a container registry — GitHub Container Registry, GitLab Container Registry, Docker Hub, Google Artifact Registry, or AWS ECR.
Core capabilities
The platform features you expect, designed to stay out of your way.
Deployments
Bring code or a container
Automatic builds and predictable releases. Promote changes confidently.
Networking
Public and private routing
Expose what should be public. Keep everything else private.
Scaling
Grow with your workload
Right-size resources and scale as traffic changes.
Observability
Know what's happening
Logs and basic signals to troubleshoot quickly and iterate.
Multi-region
Deploy closer to your users
Run your service in multiple regions at once. Add replica regions in the service settings.
Tools for your terminal and your agents
Manage Partiri from wherever you already work.
Partiri CLI
Deploy from the terminal
A single self-contained binary written in Rust, with no system dependencies. Create, deploy, pause, and monitor services without leaving your development environment.
- Install via Cargo, npm, or a pre-built binary
- Global flags make it scriptable in CI pipelines
MCP Server
Connect your AI assistant
A hosted Model Context Protocol server that lets AI coding assistants create, deploy, and troubleshoot your services. Nothing to install or run yourself.
- 23 tools covering services, deployments, and billing
- Set up in one step with partiri mcp install