Mistflowdocs
What your app can do

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

CapabilityNotes
Accounts and sign-inEmail, one-time codes, Google and Apple sign-in. Details
Photos and cameraPick from the library, take photos, record video. Details
MicrophoneVoice recording
LocationWhere the person is, for "near me" features and tracking
MapsSupported, with a Google Maps key you provide. Details
NotificationsLocal reminders and remote push. Details
Offline useLocal storage and a queue that replays when the network returns. Details
PaymentsHosted checkout for physical goods and services. Details
AI featuresChat, reasoning, classification, images, speech. Details
Files and uploadsImages and documents to your app's storage
2D gamesPuzzles, card games, arcade games, turn-based multiplayer
Deep linksA link that opens a specific screen in the app
An owner consoleA 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 supportedWhyWhat to do instead
In-app subscriptions and digital purchasesThe standard library for this has open crash bugs on the version of the platform we ship. Wiring it in would ship a crashSell physical goods or services via hosted checkout, launch free and charge later, or sell the paid plan on the web
Real-time multiplayerNeeds always-on connections we do not run yetTurn-based play over ordinary requests works well
AR and 3DUnstable on the current platform version2D games and canvas animation
Health data (HealthKit, Google Fit)Needs a custom build and platform entitlementsManual entry
Background work beyond audioBattery cost, narrow set of apps that need itForeground 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 signal

Web 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.

On this page