AI Edit Mode
The AI Editor in Thunkable is available in both the Design tab and the Blocks tab, helping you build screens and generate logic with ease.
The AI Editor on the Blocks tab in Thunkable is a fast and convenient way to build your app by generating blocks using natural language. Powered by ChatGPT, this feature helps you quickly create functionality without manually searching for each block, so you can focus more on your app’s logic and design.
What is the AI Blocks generation?
AI Blocks Generation is an in-app tool that lets you describe what you want your app to do, and it automatically creates the necessary blocks for you. Integrated directly into the Thunkable platform, it uses ChatGPT to understand your requests and generate working blocks in real-time.
Key Benefits
Instant block creation based on natural language instructions.
Accessible anytime via the Blocks tab in your project.
AI finds and inserts blocks for you.
Conversation-friendly, so you can continue asking for new features as needed.
How it Works
To use the AI Editor to generate blocks:
Open your project
Go to the Blocks tab
Click the AI icon

Describe the functionality you need

Keep interacting, asking for additions, or more features.
Example Questions
Try asking:
Create navigation for all labels to screens with matching names
Sign in using email and password from Text_Input1 and show the Google profile
When button is clicked, loop through each item in list and display them in label
On button click, change the label's text to ‘clicked’
When an item in Simple List is clicked, change text color to yellow
When button is clicked, count with i from 1 to 5, repeat with j from 1 to 2, and set label's text to join i and j
Last updated
Was this helpful?