Fliplet makes it easy to publish your app to the web so that users can access it directly from any browser without needing to download it to their device. This article explains how to publish your app using Fliplet and outlines the two available publishing options: a standard Fliplet-generated URL or a custom domain.
Publishing options
When publishing your app to the web with Fliplet, you have two options:
- Use a Fliplet-generated URL: The fastest and simplest method—ideal for internal use, prototypes, or general availability. Fliplet will host your app on a subdomain such as
https://apps.fliplet.com/your-app. - Use your own custom domain: Best for public-facing apps where branding and trust are important. Additional steps are required to configure DNS records and verify ownership.
Note: This feature is available on our paid plans only
Get started
Option – Publish using a Fliplet URL
Option 2 – Publish using a custom domain
- Configure your custom domain in Fliplet Studio
- Verify domain ownership and enable SSL
- Finalize subdomain association
-
Option 1 – Publish using a Fliplet URL
- Whilst inside your project, click the “Publish” button in the top right of Fliplet Studio.
- You will land on the Publishing Dashboard. Next to “Web project,” select “Publish to web”

- Your app will automatically be given a URL, but to edit this, select “more publishing options”
- Next to “Publish to the web via a URL ” choose edit
- From here, you can also copy the URL and unpublish the app
- You can also show the embed code that will allow you to embed the app on another web page
- After you have published your app, you will also have access to share individual screens. Click the settings icon next to a screen in Edit mode and you will see this dropdown:

- “Copy shareable link” will add the link to your clipboard so you can paste it in an email or wherever you’d like.
- Optional: Configure SEO settings for your web app
Options of distributing your web app
- URL from Fliplet
When publishing your web app you will be provided with a URL that users can use to access the app. - Embed web app within an existing web page
When publishing your app you will be given the option to “see embed code”. This will allow you to embed the app on another web page. For more help see here. - Redirect an existing URL to your Fliplet web app URL
For example, redirect https://example.com/my-app to https://apps.fliplet.com/my-app
To redirect from your web page you will need to use JavaScript, HTML meta tags, or your web server.- For JavaScript put this code into the webpage you want to redirect users from
window.location.replace("http://www.w3schools.com"); - For HTML meta tag put this code into the webpage you want to redirect users from
<html> <head> <meta http-equiv="refresh" content="1;url=https://apps.fliplet.com/my-app" /> <title>Page Moved</title> </head
- For Windows IIS web server see here.
- For Apache web server see here.
- For JavaScript put this code into the webpage you want to redirect users from
Option 2 – Publish using a custom domain
Note: This feature is available on our paid plans only
Configure your custom domain in Fliplet Studio
- Open your app in Fliplet Studio
- Click the Publish button in the top right corner
- Click into the Web dashboard
- Under the live web url select “Publish to the web via a URL”, click Add Custom Domain

- Follow the steps in this article to continue setting up your custom domain
Related Articles
Was this article helpful?
YesNo