Publish as a Web App
How to publish your project to the Internet as a Web App
Last updated
How to publish your project to the Internet as a Web App
Last updated
Publishing as a Web App is currently the fastest way to publish your Thunkable app. This means that you can get user feedback in minutes instead of hours or days. One major advantage to publishing on the internet is that you don't need to pay additional fees to an app market place.
The "Publish as a Web App" component is a feature just for Thunkable creators with active paid subscriptions. To upgrade your subscription please visit your membership page. If you cancel your paid membership, your app will be unpublished once your paid membership expires.
Mobile web apps are best experienced by opening the link directly on your phone. To make your mobile app feel more like a native app you can add it to the home screen directly from your mobile web browser.
If you preview a mobile web app on a desktop or laptop computer you will see a phone frame around the app. This is to give you a rough idea of its final proportions, but ultimately this will vary from device to device depending on factors such as screen size, aspect ratio, and pixel density.
To get an app that can respond to devices of any size, consider publishing as a Responsive Web App.
Publishing your app as a responsive web app means that it will scale according to the size of the device that it is being opened on.
If your app in designed only to be run on phones, consider publishing as a Mobile Web App.
Here's a 3 minute overview of how "Publish as a Web App" works.
Start by clicking on the Publish menu and choose the "Publish as Web App (PRO)" option at the bottom of the drop down menu
The first time you publish a new project you will have to click on the blue Get link and publish
button.
In the next modal you can:
open the app in a new tab
copy the app link
select whether to publish as a Mobile web app or a Responsive web app
share your app through popular channels like Facebook, Twitter and Reddit
unpublish your app by clicking on Disable published link
text
🎉 Congratulations - your Thunkable project is now live on the internet a published web app.
Publishing to a custom domain is available for Creators on certain Thunkable plans. Please refer to our pricing page for more information: Thunkable pricing.
You need to configure your domain before you can publish your app to that domain. To do so, add the Thunkable IP address (34.136.177.42) to the A record of your domain which you can usually find in the DNS section of your domain provider.
Here are the instructions from some popular domain name providers:
DNS synchronization often takes less than an hour but may take up to 72 hours. If your domain is not connecting within 48 hours, we recommend the following troubleshooting steps:
Confirm the IP address added to your A record is the correct IP (34.136.177.42).
Ensure you are using http://
and not https://
.
Note: The windows you see may look slightly different from the ones shown below. The windows and prompts vary based on whether or not you’ve published your app as a web app previously.
To publish your web app to a custom domain:
Click the Publish icon.
Select Publish Web app.
Add your custom domain in the provided field and click Add Domain. Note: this must be the domain and not the URL.
Click Check Status.
A green Connected tag will appear in the field when there is a successful connection.
Ensure the box next to Publish web app to this domain is checked.
Select a web app format (Mobile web app or Responsive web app).
Click Get link and publish or Publish current version.
Click Done.
Each time you press publish it’s similar to creating a new release of your app in one of stores. This means you can make changes and updates to your without worrying about users seeing a half-finished new feature that you’re still working on.
When you’re ready to release a new version, choose “Publish as a Web App” then click the blue “Publish current version” to update your app. The URL will remain the same, but the project that it links to will be updated.
If you host a webpage, you can embed your Thunkable web app in an iframe using the syntax
<iframe src="https://thunkable.site/w/K0XDxMqwl" title="Chop Down the Tree Thunkable App" height = 500 width = 500></iframe>
You can read more about iframes here.
Not all components are supported on the web at this time so please see the list below of components that are not supported. Please note that some are Supported but may not work as expected
so may not work consistently on every device. Others, such as AdMob Can not be supported
but may be replaced by an alternative in the future. While other are Not supported yet
but may be made available in future updates.
Component | Category | Status |
Accelerometer | Sensors |
|
AdMob | Monetization |
|
Assistant | Voice |
|
Barcode Scanner | Image |
|
Bluetooth Low Energy | Sensors |
|
Camera | Image |
|
Gyroscope | Sensors |
|
Local Storage | Data |
|
Magnetometer | Sensors |
|
Map | Location |
|
Photo Library | Image |
|
Push Notification | Social |
|
Share | Social |
|
Speech Recognizer | Voice |
|
Web Viewer | User Interface |
|