open source  ·  your keys  ·  no waitlist

Talk to your
phone. Get a
real app

An open-source iPhone app that builds live web apps and native iOS apps from a prompt. The agent writes the code, ships it to the cloud, and you preview it — or install it on your phone — without leaving the app.

~2 min
first web build
7
model choices
$0
to run it yourself
9:41●●● ⌁ ▮
sandbox.daytona.app/preview
▸ generating with Claude Sonnet 4.6…
tip calculator habit tracker pomodoro timer
Claude Opus 4.8 × Sonnet 4.6 × DeepSeek V4 Pro × Qwen3 Coder × GLM-5.1 × Whisper voice ×  Claude Opus 4.8 × Sonnet 4.6 × DeepSeek V4 Pro × Qwen3 Coder × GLM-5.1 × Whisper voice × 
// the loop

Prompt in. App out. In about two minutes.

No project setup, no boilerplate, no deploy dance. You describe it, the agent builds it in the cloud, and it streams back into your hand — live and editable.

SwiftUI app
01

Describe it

Type or speak a prompt in the composer. Flip the Web / Mobile toggle to pick what gets built. Voice is transcribed by Whisper, server-side.

cloud build
02

The agent builds

Claude — or an open model — writes the whole app. Web apps spin up in a Daytona sandbox; iOS apps compile on Chorus cloud Xcode, with compile errors auto-repaired.

live preview
03

Preview & install

Web apps render in-app; iOS apps stream from a cloud iPhone simulator. Ask for "the download link" and the agent signs it and drops an OTA install link in chat.

// pick your brain

Not locked to one model.

Claude stays the default — and the right call for SwiftUI. Open-weight models route through the Vercel AI Gateway and shine on web builds. One key, your choice per project.

🧠 Claude — direct

Anthropic API. Best for native iOS, where Swift quality saves repair cycles.

Sonnet 4.6
balanced · the default
Default
Opus 4.8
most capable
Haiku 4.5
fastest
Fable 5
…secretly Opus 4.8 🤫
easter egg

⚡ Open — via Gateway

Open-weight models, pay-per-token. Strongest on the web-build path.

DeepSeek V4 Pro
deepseek/deepseek-v4-pro · balanced
Open
Qwen3 Coder
alibaba/qwen3-coder-next · best coder
Open
GLM-5.1
zai/glm-5.1 · newest
Open
// what's in the box

Everything a builder needs. Nothing it doesn't.

🌐📱

Web & Mobile, one toggle

Web prompts become polished static apps in a public Daytona sandbox. Mobile prompts become real SwiftUI apps compiled in the cloud — same composer, one switch.

💬

Live agent chat

Build status streams in real time over Convex. Follow-ups edit the app.

🛠️

Self-repairing builds

Compile errors on mobile builds are fed back to the agent and fixed — automatically.

📲

Install on your iPhone

Ask for the download link; the agent ad-hoc signs the build via your Apple account on Chorus and posts an OTA install link right in the chat.

🎙️

Voice input

A mic in every composer, transcribed by Whisper — your key never leaves the server.

AI for generated apps

A keyless gateway proxy lets every app you build ship AI features without leaking a key.

// your stack, your keys

Hand it to your coding agent.

Clone it, point your keys at it, and let Claude Code set it up end-to-end. The whole thing runs on your own accounts — none of your keys are ever committed.

redswift.dev — zsh
git clone https://github.com/AlVir007/redswift-vibing
cd redswift-vibing # then, in Claude Code:
"Clone this repo and set it up for me."
# CLAUDE.md walks the agent through Convex, keys, build & verify.
View on GitHub