Every change to your app happens through the chat conversation. Describe what you want updated and the AI makes the change — no code editor, no settings panel. The same goes for renaming, deleting, and downloading your project.
Making changes
Type your change request in the chat and send it. Be as specific or as general as you like:
- "Change the background color of the header to dark blue"
- "Add a search bar to the top of the product list"
- "Fix the bug where submitting the form clears all the fields"
- "Redesign the homepage to feel more minimal"
Every change goes to your draft first. Review it at the draft URL before pushing it live.
Project naming
When you start a new project, the AI automatically gives it a short descriptive name based on what you asked it to build. You'll see the name appear in the project list and at the top of the chat panel.
If you want a different name, just ask: "Rename this project to [new name]." The AI renames it immediately. You can do this at any time during the conversation.
Downloading your source code
You can download the full source code for your project as a ZIP file at any time. Open the project settings (the gear icon in the chat panel) → More → Download files. The ZIP contains all backend and frontend source files, assets, and your project's specification document. The download always reflects the current draft version — not the live version. If you need the source code for a specific published version, revert to that version first, then download.
Deleting a project
Click the project tile or avatar on the projects list to open its settings, then choose the delete option.
Warning: deleting a project permanently deletes both the draft and the live version of the app, including all data. This cannot be undone. If you want to keep the live app, detach it from the project before deleting.
Frequently asked questions
Can I undo a change the AI made?
There is no undo button, but you can revert to any previous draft version. Each successful build in your chat history has a Revert to version N button — clicking it restores your draft to that exact state. You can also ask the AI to reverse a specific change: "Undo the last change" or "Go back to how the homepage looked before."
What is click-to-edit?
Click-to-edit is a feature that lets you click directly on elements in your draft preview to focus the AI's attention on them. After clicking an element, your next message targets that specific part of the app. This makes it easier to make precise edits without having to describe where something is.
Can I edit the code directly?
You can view your app's generated code in the code panel. Direct editing of generated code is not supported — changes should be made through the chat. You can however download the source code and work with it externally.
What happens to my live app if I delete the project?
The live app is deleted along with the project. If you want to keep the live app running independently, contact support before deleting — there may be options to detach it.
Can I restore a deleted project?
No. Deletion is permanent. Make sure you want to delete before confirming.