Now on the App Store · iPhone

An iPhone that builds iPhone apps.

Open Apped on your phone, describe an app in a chat, and a coding agent writes it for you in React Native. It bundles the project and hot-loads it into the Apped shell on your phone. You tap Preview and use the app a minute later.

To change something, you open the chat again and say what’s wrong. To take the app out of Apped, Max lets you download the whole Expo project from the dashboard. It’s a standard TypeScript workspace. Nothing about it will surprise a developer.

Download on theApp Store
9:41
Apped
Habit Tracker
preview · ready
Preview
A habit tracker with streaks and a weekly view.
Message Apped…
What it is

Not another web app with an app icon.

Most things that call themselves “AI app builders” make a web page and ask you to add it to your home screen. That’s fine for some ideas. It is not what Apped does.

When you describe an app to Apped, it writes a React Native project in TypeScript, pulls in whichever native modules are needed, bundles the code with Babel, and hot-loads it into the Apped shell on your phone. That’s the same stack behind a lot of apps you already pay for in the App Store: React Native with Expo. The animations are native animations, the camera is the camera, and the code that runs is the code you see in the chat.

You can live inside Apped and keep editing by message. That’s the workflow most people settle into. Or, on the Max plan, download the whole project from the dashboard as a zip and open it in Cursor, VS Code, or Xcode. It’s a standard Expo workspace (TypeScript, package.json, the works). You bring your own Apple Developer account and EAS credentials to ship it to the App Store.

Scope

What Apped is good at, today.

These are the kinds of apps the agent tends to get right on the first prompt. Copy one into the chat and it’ll have a runnable first version on your phone in about a minute.

Personal trackers

Anything where you log a thing about yourself every day. The data lives on the phone (MMKV), so there are no accounts, no syncing, nothing to sign up for.

  • >A habit tracker with streaks and a weekly calendar view.
  • >A workout timer for HIIT with a buzz at each interval.
  • >A mood journal that plots my week as a line chart.
  • >A simple monthly budget by category, with a pie chart.

Notes and reference

Structured content you browse, search, and come back to. Store it on-device with MMKV or SQLite, or back it with a small Hono + Drizzle server if you need it on more than one phone.

  • >A recipe book with tags, photos, and a search bar.
  • >A flashcard app with spaced repetition and decks.
  • >A reading log that scans ISBN barcodes and keeps a star rating.

One-trick utilities

Small apps built around a single device capability: camera, maps, haptics, push notifications, contacts, calendars, sensors.

  • >A city guide with pinned places and notes, all on a map.
  • >A barcode scanner that keeps a list of the products I own.
  • >A metronome with haptic ticks and a tap-tempo button.

Games and toys

Reanimated and Skia are in the toolbox, so you can get a surprisingly long way on simple single-player stuff.

  • >A daily word puzzle with a share-image button.
  • >A coin-flip app with a realistic spin animation.
  • >A breathing exercise with a pulsing circle and haptics.
What’s rougher

Anything that needs its own backend, user accounts, shared state between devices, third-party API integrations, or payments is possible but still not reliable enough to call production-ready. Apped can scaffold Hono, Drizzle, SQLite, Zod, and better-auth for simple cases, but you’ll still hit edges.

Inside Apped

What’s in the app, if you’re curious before installing.

A chat and a live preview.

The chat is where everything happens. As Apped edits files, each tool call streams into the conversation so you can follow the reasoning. Your preview is always one tap away. Open it, tap around, then pull the chat back up to iterate.

Nothing is lost.

Every message and every file version is stored. You can scroll back through the full conversation and see what the agent did and when. If it breaks something, explaining what went wrong in the chat is usually the quickest way forward.

Sharing without a server.

Any app you’ve built can be shared with a public link. Other Apped users can open it and remix it, which forks the whole project into their account. People who don’t have Apped yet land on a branded preview page with a download link.

Export is a real Expo project.

On Max, the dashboard at apped.dev gives you a zip of the project: standard TypeScript, package.json, app.config.ts, a README. Open it in Cursor, VS Code, or Xcode. You add your own EAS credentials and Apple team ID to ship it yourself.

Modules and packages, pre-installed.

typed · wired

Apped can reach for any of these on the phone or in the sandboxed server runtime without pulling from npm or asking you to run anything. They come typed and wired up so the agent can import them mid-write.

Core
ReactReact NativeExpo RouterTypeScript
Navigation
React NavigationBottom TabsStack Navigator
Animation
ReanimatedGesture HandlerLottie
Graphics
SkiaSVGVictory Charts
Lists & Views
FlashListPager ViewView Shot
Maps & Location
React Native MapsExpo LocationExpo Linking
Media
Expo CameraExpo VideoExpo ImageExpo AudioMedia Library
Auth & Identity
Auth SessionApple Sign-InLocal Authbetter-auth
Data & Storage
SQLiteDrizzle ORMMMKVSecure StoreFile System
Device
ContactsCalendarSensorsHapticsNotificationsClipboardWeb Browser
Output
Mail ComposerPrintSharingIntent LauncherConstantsNetwork
Backend
HonoSocket.IOBun SQLiteZod
UI
Blur EffectsLinear GradientBottom SheetsKeyboard Controller
Pricing

Pick your credits.

Credits reset weekly. Paid plans are billed weekly. Max adds export access. No seats, no upsells, no phone calls to sales. There is no sales.

Free
$0
For trying it on a weekend.
  • Limited weekly usage
  • Full chat, preview, history, and the native-module toolbox
Most popular
Pro
$5
/ wk
For building something every weekend.
  • 5× more usage than Free
  • Everything in Free
Max
Export
$15
/ wk
For taking the code with you.
  • 4× more usage than Pro
  • Source .zip export of the Expo project

Subscriptions are purchased with RevenueCat and mirrored back onto your Apped account. Cancel anytime from your Apple ID subscriptions.

Honest limits

Things that are rough, in plain language.

I’ve been running Apped as a closed beta for months, and there are edges I know will bite you. Rather than hide them, here’s the list. If any of these are deal-breakers for your idea, save yourself the download.

iPhone only, for now.

Android is on the waitlist below. The React Native code the agent writes is cross-platform in theory, but the over-the-air preview pipeline and App Store submission path are iOS-only today.

Accounts and sync are better, but still rough.

If your app needs logins or state across devices, the agent can now scaffold a little Bun backend with Hono, Drizzle, SQLite, Zod, and better-auth. It works for simple cases. For anything production-shaped, I'd export the project and replace that layer with something you own.

No safe place for API keys.

Public APIs work fine from inside the app. Anything that needs a secret (Stripe, a private OpenAI key, a custom backend token) doesn’t have a secure home yet. The workable path today is to export on Max and wire the key into your own build, outside the Apped shell.

App Store submission is on you.

Apped serves a live bundle into its own shell while you’re building. If you want the app in the App Store as its own icon, you export on Max and take it through EAS and App Store Connect yourself. I want to make that part easier; it isn’t there yet.

Single-player, single-author.

No collaborative editing, no comments, no multi-author projects. It’s a tool for one person thinking at the phone.

Who built this

One person, in a small room, for the love of it.

I’m Jasper. I’ve been writing React Native for a long time and I got sick of the gap between “I have an idea in my head” and “it’s running on my phone.” Apped is the shortest line I could draw between those two points. It’s not a company yet. It’s me, a laptop, a bunch of build servers, and a probably unhealthy number of hours.

If you find a bug, or something obvious is missing, or just off, email me at support@apped.dev. I read everything and I ship fixes most weeks. If the idea of buying a tool from one person makes you nervous, I understand. But that’s also the reason Apped can be opinionated about what it does and doesn’t try to be.

FAQ

Questions worth answering.

Is the code that comes out of Apped really mine?

Yes. On the Max plan you can download the Expo project as a zip from the dashboard. It's a standard TypeScript codebase with a normal package.json and no lock-in wrapper. You own it, you can ship it, you can hand it to a contractor.

Does the built app run on my phone without Apped?

It runs inside the Apped shell, the same way Expo Go works. If you want it on the App Store as its own app, download the source on Max and submit it through your Apple Developer account.

What language is the code in?

On the app side it's React Native with TypeScript, Expo SDK, and Expo Router. If your app needs a backend, the agent can also scaffold Bun server code with Hono, Drizzle, SQLite, Zod, and Socket.IO. Whatever it writes, you can read.

Can my app call a third-party API?

Public APIs that don't need a key work fine. The agent can fetch from them directly. For anything that needs an API key or a secret, there's no safe way to hand it to the agent today: the app runs inside the Apped shell and any key in the source code would be visible. The workable path is to export the project on Max and add the key locally in your own build.

How long until the preview runs?

Usually under a minute from finished prompt to live preview on the phone. It's not an EAS build. Apped compiles the TypeScript with Babel, bundles it with Hermes, and the Apped shell hot-loads the new bundle. Simple apps are faster; bigger projects or first-time imports of a new module take longer.

What about Android?

Join the waitlist at the bottom of this page. The React Native code the agent writes is cross-platform in principle (Expo builds it for Android too), but Apped itself is iOS-only right now, and the over-the-air preview pipeline isn't wired up for Android yet. That's the piece I'm adding next.

Is my data on a server somewhere?

Your chat history and source code live on Apped's servers so you can resume on any device you're signed in on. App data can live in a few places depending on what the app needs: MMKV, Secure Store, and on-device SQLite stay on the phone; if the agent adds logins or sync, it may spin up a small SQLite-backed server runtime on Apped's side.

Which AI model is behind the agent?

Whichever frontier model does the job best for the task at hand. The mix gets updated as better ones ship. You never pick or pay for models separately. It's all behind the weekly plan.

Can I roll back when the agent breaks something?

Yes. The editor has a History sheet listing every version the agent has saved, one per change, grouped by day. Tap an older version, confirm, and Apped restores your files to that state and truncates the messages after it. It's a hard rollback, so the newer chat goes away, but you get a known-good app back.

Can I share an app with friends?

Share any project with a public link. Friends with Apped can open and remix it in their own account. Friends without Apped see a branded preview page with a download link.

Do I need a Mac or Xcode?

Not to use Apped. You only need a Mac if you've exported on Max and want to submit to the App Store yourself under your own developer account.

How do I cancel?

Through your Apple ID subscriptions, the same as any App Store subscription. You keep access until the end of the current week.

Pick up your phone. Build an app.

The first one takes about a minute. The second takes less, because you already have the idea.

Android

Waitlist for Android.

The agent already emits cross-platform code. The build and install pipeline is what’s missing. Drop your email and I’ll send one message when it’s ready.

cross-platform codePixel 7+ targetTestFlight-style OTA

One email. No forwards, no launches, no newsletter.