For the complete documentation index, see llms.txt. This page is also available as Markdown.

Overview

Production Apps are the live, deployed versions of your work that your users interact with. Because Heisenware Apps run on modern web standards, they feel seamless across all devices, with no app store required.

Progressive Web App (PWA) technology

Every Heisenware App is a Progressive Web App. It combines the reach of a website with the performance and feel of a native mobile or desktop app.

  • Installable: Users add the App to their home screen or desktop.

  • Cross-platform: A single URL works on iOS, Android, and desktop.

  • Live updates: Deploy a new version, and users get it instantly.

  • Responsive: Layouts scale to fit any screen size.

App store ready

You don't need it, but you can package a PWA for the Apple App Store or Google Play Store. Contact us if you want this service.

Accessing and sharing your App

The unique App URL

Every App has a permanent, unique URL. Find it in the App Builder's version display or in the App Manager's distribution settings.

The URL follows this format:

https://[account-name].heisenware.cloud/app/[workspace-name]/[app-identifier]

Single-page architecture (SPA)

Heisenware Apps are single-page applications (SPA). The whole App loads once, and navigation between pages happens internally. Because the URL stays constant, you can also embed any App in another website or internal portal with a standard HTML <iframe>.

The URL in the address bar doesn't change when you switch pages, so you can't link directly to a specific subpage. You always share the main App link.

Responsive experience

The Frontend Builder lets you design for five screen sizes (XS to XL).

  • Automatic scaling: When a user opens the App on a size you didn't design for, Heisenware scales the closest layout to fit the screen.

  • Optimization: For the best result, check your layout in all five previews before deploying, so it fits phones, tablets, and desktops down to the pixel.

Installing the App

Installing a PWA removes the browser address bar and gives the user a dedicated icon on their home screen or taskbar, so the App feels native.

The install prompt

Most modern browsers show a prompt on the first visit (a toast message or an address-bar icon) asking the user to install the App. From there they can install, mute, or dismiss it.

Manual installation steps

If a user misses the automatic prompt, they can install the App manually by device:

Platform

Browser

Steps

Desktop

Chrome / Edge

Click the Install icon in the address bar. Learn more.

Desktop

Safari (macOS)

Go to File > Add to Dock. Learn more.

Android

Any browser

Open the browser menu (⋮) and select Add to Home Screen.

iOS

Any browser

Tap the Share icon → Add to Home Screen.

Last updated

Was this helpful?