Quickstart

New to Thunkable AI? This Quickstart Guide will take you through everything you need to know to get started and bring your ideas to life.

(1) Project Generation Prompt

The prompt box on the home page is the starting point for creating your first mobile application.

For your first prompt, be as detailed as possible. A sample prompt is below for creating a travel app for visiting San Francisco.

Color Palettes: using a tool like coolers.coarrow-up-right for inspiration is recommended

(2) Builder Screen Components

Prompt Box

The prompt box is the primary area where you build and modify your mobile app. Your prompts will generate code that your app is built on.

As a general rule, be as specific and detailed as possible when prompting.

Discuss Mode

Discuss Mode allows you to work with our AI agent to plan the next update to your app and is most effective in troubleshooting. This is important for two reasons:

  • Speed - the AI agent response is faster and can help plan your next code prompt

  • Accuracy - by planning your next prompt with our agent, it makes the implementation and result of your next prompt more accurate

(3) Navigation Bar Components

Project Privacy

Indicates whether your project is private or publicly viewable.

Private projects are only available in our Paid Plans

Show/Hide Panel

Toggles the visibility of the side panel with the prompt box and code generation streaming

Edit View

Sets the canvas to Edit View which shows all screens in your mobile app and updates with each code change via prompt or manual update

Preview Mode

Sets the canvas to Preview Mode, showing a single screen and allowing users to test the app by interacting with buttons, content, and navigating between screens

Code View

Sets the view to show the underlying code for your mobile app. Users can directly edit the code

Screen Navigator

Allows users to navigate and set the active screen via drop down menu select.

App Preview

Enables users to preview their mobile app in the official Thunkable Mobile App

Download App

iOS: Detailed instructions found herearrow-up-right

Android: Sends an email link to download an APK to install on your android device

Publish App

Allows users to publish their app on iOS, Google Play, or as a Web App.

iOS: Sends a build to your App Store Connect account to publish to Apple’s App Store (Developer Account required)

Android: Sends a link to download an Android App Bundle (AAB) for you to upload to your Google Play Developer account

(4) Code Editor

Users can edit the code for their app directly by navigating to the Code View from the Nav Bar

Editing Code

Users can edit their app code directly from the code editor, and has useful features such as color pickers to update the color palette for their apps.

*Tip: Use Discuss Mode to ask our AI agent where to find elements in your app to update directly. Common prompts include "Where in code can I update an image" or "Where in code can I update a description"

Last updated