Export to HTML
Click the Export button in the toolbar to download your app as a single, self-contained HTML file. The file works in any modern browser, can be hosted anywhere that serves static files, and requires no build step or server to run. Open the downloaded file directly in a browser, drag it onto a hosting service, or drop it into any static file host — it’s ready to go immediately.Deploy to a Public URL
Deploying to a public URL is available on appblips.com only. This feature is not available in self-hosted installations.
The Exported File
The downloaded HTML file is fully self-contained: all styles, logic, and structure are bundled into a single document with no external dependencies on AppBlips. Once you have the file, it works on its own — open it, host it, or email it, and it runs the same way every time. If your app uses the AI features (theblip.ai API), the AI connectivity configuration — whether that’s a BYOK prompt or a relay endpoint — is embedded in the exported file. The app carries everything it needs to prompt users for their AI credentials or connect to a relay, with no extra setup required.
In the default BYOK (bring your own key) setup, the exported file never contains an API key. Instead, the first time someone uses an AI feature in the exported app, a small Connect your AI provider dialog appears. The user enters their own API endpoint, model name, and key. Their key is stored only in that browser — in session storage by default, or local storage if they choose Remember on this device.
