Skip to content

Publish to the Web

Publishing in web format is the fastest way to make your PandaSuite project accessible from any browser and any device.

Prerequisites

StepWhy?Resources
Have an active subscription plan (Web, Single, etc.)Without an active plan, the “Go Online” button is grayed out.Compare Plans
Link one or more projects to the applicationAn empty application has no content to publish.Move Your Project to Production

Generate the URL of the Web App

  1. Open your PandaSuite Dashboard.
  2. Select the relevant application.
  3. In the Web section, click on Activate Web Application.
  4. Wait a few seconds: a URL like
    https://app.pandasuite.com/AbCdEfGh is generated.

Good news

This URL works immediately on desktop, mobile, and tablet without installation.

Customize the Loading Screen

By default, a PandaSuite logo appears during loading.

You can customize the loading screen with several elements:

  1. The icon in the center of the screen
  2. The loader indicating loading progress
  3. The background color
Loading_Screen_Elements

To replace the icon, add a logo to your application.

You can also do this from:

  • Settings Tab → General › Appearance
  • Upload your logo (1024 × 1024 px recommended).
  • Customize the background color and/or the loader.
Appearance_Settings

Configure Web Settings

All settings can be found under SettingsWeb.

PWA Compatibility

Service workers are not supported by all browsers (e.g., Internet Explorer). Check the compatibility table before activating it.

  • Full download: downloads all resources on the first visit.
  • Security headers / CSP: adds Content-Security-Policy, X-Frame-Options, etc.
  • Mock-up device: frames the interface within a fictitious smartphone/tablet.
  • Hide PandaSuite logo: removes any PandaSuite mention.
  • SEO (title, description, image): optimizes search engine indexing.
  • Cookie banner: displays a ready-to-use GDPR banner.
  • Custom code (<head> / <body>): inject scripts, pixels, or stylesheets.

Connect a Custom Domain

A dedicated domain name reinforces your identity and reassures your visitors.
Here’s how to do it:

  1. In the Settings Tab ▸ Hosting
  2. Enter your domain or subdomain (app.your-domain.com).
  3. Create the CNAME entry → custom.pandasuite.com with your DNS host.
  4. PandaSuite automatically provisions a Let’s Encrypt HTTPS certificate.

For EV or wildcard certificates, follow the “Custom Certificates” section of the documentation.

👉 Full documentation: Customize the Domain Name

Alternative: Export a ZIP

If you prefer to host the application yourself or integrate it into a specific environment:

  1. In the Web tab, click on Export ZIP.
  2. Choose the layout (if multiple) and confirm.
  3. An email will notify you when the archive is ready for download.

The ZIP contains index.html, the PandaSuite engine, and all resources.
Detailed guide: Export a ZIP File