Back to templates
Penpot icon

Deploy Penpot on Sealos

Open-source design and prototyping platform for collaborative product teams.

Tools
Deploy Penpot in a few clicks from the Sealos App Store.Run a self-hosted open-source service on Kubernetes-backed infrastructure.Get automatic HTTPS, routing, and resource management from Sealos.Avoid manual YAML while keeping control of the deployed workload.

Why deploy on Sealos

Sealos makes deploying any app effortless, secure, and production-ready. From one-click launch to ongoing operations, we handle the heavy lifting so you can focus on what matters.

One-Click Deploy
Sealos logo
Compute
Networking
Storage
Security
Observability
Your Application is Live

One-Click Deployment

Deploy any app template in seconds. No compose setup, manual configure, and go live.

Managed Kubernetes Reliability

Built on Sealos Managed Kubernetes for high availability, auto-scaling, and self-healing by default.

Automatic HTTPS & Security

Every deployment includes a secure domain with automatic SSL. We handle certificates and text protection for you.

Persistent Storage

Attach persistent volumes with ease. Your data stays safe, durable, and always accessible.

Scale when needed

Adjust resources as your app grows, no downtime required.

You Get the Whole Stack

Sealos provisions and connects every resource your application needs. Everything is ready to use.

One-click, fully provisionedSecure by defaultProduction ready

App Service

Your application is running and ready to serve requests.

Public HTTPS URL

Secure, global endpoint to access your application.

Database

Managed database instance for your application.

Persistent Volume

Durable storage for uploads and application data.

Environment Variables

Configuration and secrets injected securely into your app.

Logs & Metrics

Centralized logs and basic metrics are enabled.

README

README.md

Penpot

Open-source design and prototyping for collaborative product teams. This template deploys Penpot 2.16.2 with dedicated frontend, backend, exporter, PostgreSQL, and Redis services on Sealos Cloud.

Penpot workspace

Features

  • Collaborative interface design, prototyping, design systems, and developer handoff
  • Browser-based registration and password login enabled at first launch
  • Private PostgreSQL database and authenticated Redis service managed by KubeBlocks
  • Persistent filesystem storage by default, with optional private Sealos Object Storage
  • Automatic HTTPS, public domain, health checks, and application monitoring

Architecture

This template deploys the following services:

  • Penpot Frontend serves the web interface and proxies API, asset, WebSocket, and export requests.
  • Penpot Backend handles authentication, projects, files, collaboration, and asset storage.
  • Penpot Exporter renders downloadable design exports in an isolated service.
  • PostgreSQL stores accounts, teams, projects, files, and application metadata.
  • Redis provides authenticated messaging and real-time notification coordination.
  • Sealos Object Storage is created only when enable_s3_storage is enabled.

The default filesystem mode provisions one shared persistent volume for frontend and backend asset delivery. The S3 mode stores uploaded objects in a private Sealos bucket while keeping the same application and database topology.

Deployment Guide

  1. Open the Penpot template and click Deploy Now.
  2. Keep the default filesystem storage or enable S3 storage to provision a private Sealos Object Storage bucket.
  3. Confirm the deployment. Sealos creates the application, databases, storage, HTTPS domain, and dashboard entry automatically.
  4. Wait for deployment to complete, typically 2-3 minutes. You will be redirected to the Canvas when the resources are ready.
  5. Open the Penpot application card from the Canvas.

For later changes, describe the update in the Canvas AI dialog or open the relevant resource card to adjust configuration and resources.

Register and Sign In

Penpot opens at the sign-in page.

  1. Click Create an account.
  2. Enter your full name, work email, and a password with at least 8 characters.
  3. Complete the short onboarding flow to reach the dashboard.
  4. Create a project, then create a design file to start working.

Email verification is disabled for this self-hosted template, so the account becomes active immediately. Returning users can sign in with the same email and password. Configure SMTP and enable email verification through the Penpot backend settings before using an internet-facing deployment with unrestricted registration.

Storage Options

Persistent filesystem

The default mode stores uploaded assets on a 1 GiB ReadWriteOnce volume shared by the frontend and backend. The scheduler co-locates both workloads on one node and prefers that node during backend replacement. This mode fits a personal workspace or evaluation deployment.

Sealos Object Storage

Enable enable_s3_storage during deployment to create a private bucket and inject its S3-compatible credentials into Penpot. This mode keeps application assets independent from workload scheduling and is the recommended choice for long-lived or multi-node deployments.

The public upload path uses a consistent 32 MiB per-file limit across Penpot Frontend, Penpot Backend, and the Sealos Ingress.

Operations

Use the Sealos Canvas after deployment to:

  • View frontend, backend, exporter, PostgreSQL, and Redis status
  • Inspect logs and health checks for each service
  • Update resource limits or environment settings through the resource cards
  • Open the database or object storage management surfaces
  • Manage the generated HTTPS domain

Learn More

Related templates

Explore more production-ready templates.

More