Skip to main content
Every 10x project starts with a single prompt. From there, the AI researches your concept, writes production-quality SwiftUI code, scaffolds a complete Xcode project, and launches a live preview on the iOS Simulator — all without leaving the app. This page walks through the full flow so you know what to expect at each stage.

The full build flow

1

Write your prompt

On the home screen, type what you want to build in the text field and press Enter or click the arrow button. You can also click one of the suggestion chips for a starting idea, or hit the refresh button to see a new set of suggestions.
2

Choose how to start

After submitting your prompt, 10x asks how you’d like to begin:
  • Select Your Style (recommended) — opens a 3-step wizard where you pick a design style, target audience, and any additional details before the AI writes any code.
  • Begin Immediately — skips customization and lets the AI make all design decisions on its own.
3

Plan mode

The AI enters plan mode. It researches your concept, asks you a short set of clarifying questions, and produces a structured project plan covering features, screen flow, design direction, and architecture. No code is written yet.
4

Build mode

Once planning is complete, the AI switches to build mode and starts writing SwiftUI code. You watch its progress in the chat panel as it creates and edits files. When it finishes, the app is compiled automatically.
5

Live Simulator preview

10x boots an iPhone Simulator, installs your app, and captures a screenshot directly into the preview panel. You can send follow-up messages at any time to request changes or new screens.

Where projects are stored

10x saves all generated files locally on your Mac at:
The ios/ folder contains every Swift file the AI generates. project.yml is the XcodeGen spec used to produce the .xcodeproj. DerivedData/ holds local build artifacts and is not meant to be edited directly.

Creating a new project

Type your idea into the prompt field on the home screen and press Enter (or click the arrow button). The prompt field expands as you type and supports up to a few lines. You can attach files or images before submitting — see Attach files and images for details.
Not sure what to build? Click any suggestion chip below the prompt field to fill it in automatically, then adjust the text to fit your idea. Hit the refresh button next to the chips to see a new set of suggestions.

Opening an existing project

Your projects appear as cards below the prompt field on the home screen, organized under Recent Projects. Click any card to reopen that project. If you have more projects, switch to the Archived tab to find ones you’ve archived.

Managing your projects

Right-click any project card to open the context menu. From there you can:
Delete Permanently removes the project’s Swift files and chat history from disk. There is no undo. Archive the project first if you might want to refer back to it later.
You can also use the icon buttons on the top-right corner of each project card: the archive icon archives an active project, and the trash icon (shown only on archived cards) triggers permanent deletion.