User Guide

User Guide

Publish web app

Click the Download and Publish icon and select Publish web app.

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.

Updating your App

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.

Embed your app in a webpage

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 = 1000 width = 500></iframe>

You can read more about iframes here.

Last updated