Basics
Quick orientation around the Create builder.
Last updated
Quick orientation around the Create builder.
Last updated
You chat with Create to build your app. Tell it what to build using text or images (paste them in).
Speed up with keyboard shortcuts:
Press cmd-enter
(or ctrl-enter
on Windows) to send messages
Use /
commands to add Integrations or create new elements
Create projects can contain multiple elements to build end to end apps:
Pages for your app's screens
Components for reusable UI pieces
Functions for backend logic and external API calls
Databases to store information
User Accounts for authentication and users
and more
When you start a new project, you begin on a single page.
Don't want to start from scratch? Try a Template. Create's assistant will walk you through customizing the elements of the app.
Iterate on your app by sending more messages to the assistant. Create updates your app based on your instructions and the current state of the project.
You can change what level of detail you want to work on:
When you select a specific element, messages update only that element
When you select the canvas, messages can modify multiple elements at once
As you chat with Create, it saves your version history automatically.
You can:
Tap on previous versions in the chat to view them
Restore any previous version as the current version
You can quickly switch between different modes to work on your app:
Demo mode: Try out your app's functionality
Select mode: Tap elements to make specific updates, create components, or add links
Code mode: View and edit the underlying code
Add new elements to your project through:
Tapping the top left Logo menu
/
commands in the chat
Toggle between two workspace views using the collapse icon:
Canvas: See multiple elements at once laid out on an infinite canvas
Focused: See a single element at a time. Focused mode can help to test updates that impact scroll.
When you're ready to launch your app, tap the Publish button in the top right. Learn more about Publishing.