What your app can do
Everything a Mistflow phone app supports today, what is deliberately out of scope, and the fallback for each gap.
You do not configure any of this. Ask for the feature in plain language and the app is built with what it needs. This page is here so you know what to expect before you ask.
Supported
| Capability | Notes |
|---|---|
| Accounts and sign-in | Email, one-time codes, Google and Apple sign-in. Details |
| Photos and camera | Pick from the library, take photos, record video. Details |
| Microphone | Voice recording |
| Location | Where the person is, for "near me" features and tracking |
| Maps | Supported, with a Google Maps key you provide. Details |
| Notifications | Local reminders and remote push. Details |
| Offline use | Local storage and a queue that replays when the network returns. Details |
| Payments | Hosted checkout for physical goods and services. Details |
| AI features | Chat, reasoning, classification, images, speech. Details |
| Files and uploads | Images and documents to your app's storage |
| 2D games | Puzzles, card games, arcade games, turn-based multiplayer |
| Deep links | A link that opens a specific screen in the app |
| An owner console | A web surface for whoever runs the app, over the same data |
Not in this version
Each of these is a deliberate call, not an oversight, and each has a workable fallback.
| Not supported | Why | What to do instead |
|---|---|---|
| In-app subscriptions and digital purchases | The standard library for this has open crash bugs on the version of the platform we ship. Wiring it in would ship a crash | Sell physical goods or services via hosted checkout, launch free and charge later, or sell the paid plan on the web |
| Real-time multiplayer | Needs always-on connections we do not run yet | Turn-based play over ordinary requests works well |
| AR and 3D | Unstable on the current platform version | 2D games and canvas animation |
| Health data (HealthKit, Google Fit) | Needs a custom build and platform entitlements | Manual entry |
| Background work beyond audio | Battery cost, narrow set of apps that need it | Foreground only |
If you ask for paid digital content in a phone app, Mistflow tells you instead of building something that cannot ship. Apple and Google both require their own billing for digital goods, and that path is not available yet. See Payments.
How to ask for a capability
Describe the outcome, not the library:
People should be able to add a photo of the plant when they list it
Remind me at 9am the day before a booking
It has to keep working in the basement where there is no signalWeb apps
Web apps built with Mistflow have their own set of capabilities: accounts, a database, file uploads, payments, AI, custom domains, and the built-in operator tools. The phone-specific items on this page do not apply.