The hard part is already done — onboarding, KYC, payments, cards, all wired to real APIs. Pick a template, open Design Mode, and ship to the stores under your own name — branding it is the fun part.
TEAMS SHIPPING PRODUCTION FINTECH APPS
Not a starter kit — a full production app. Onboarding, KYC, transfers, cards, receipts: every screen built and wired to real endpoints. Pick one and it's yours.
Cards, transfers & spending insights
34 screensonboarding → KYCRetail banking with document & liveness KYC
20+ screensreal endpointsPOS flows — cash in/out, top up, QR payments
14 screensQR-firstRegional patterns, bilingual & RTL-ready
13+ screensRTL-awareEvery screen is a live canvas. Swap the brand in one click with design tokens, reshape any element in the inspector, rewire flows to your own endpoints — and watch the storyboard map your whole app as you go.
What you see is your real app rendering — not a picture of it. Select, nudge, restyle anything.
The navigation graph draws itself from your screens and actions. Spot dead ends before your users do.
Multi-step logic as node graphs — validate, call the API, branch on the response. Reuse across screens.
Named colors and gradients. Rebrand the whole app by editing one token — canvas and code both follow.
Not generic widgets — a catalog and toolchain built for the apps people actually pay for.
Balance cards, debit/credit cards, OTP inputs, numeric keypads, QR codes, charts, receipts. Drop in, then restyle.
catalog · manifest-drivenBiometric auth, QR scanning, camera capture, share sheets, permissions — wired visually, zero plugin config.
captureImage · scanQr · biometricAuthPoint at your endpoints, interpolate variables into paths, map responses to state. Live data renders on the canvas.
callApi · responseWorkflown8n-style node graphs for multi-step logic. Build once, share across screens, projects and your whole team.
runWorkflow · compiles away“Add a transfers screen matching my theme.” The agent edits the design document through validated operations.
23 tools · safe by constructionExport clean, readable source code — theme, navigation, state and workflows compile to idiomatic code. Store-ready cloud builds, OTA updates included.
no lock-in · everPick the app that fits your business. It arrives complete — screens, flows, state and APIs already working.
Rebrand with design tokens, reshape screens on the live canvas, point flows at your own endpoints. No code required.
One click to store-ready builds. Signing, flavors and OTA patches — all from the browser.
Everything you design compiles to clean source code you could have written yourself — and can take anywhere.
AppColors theme// Generated by Studio X — edit tokens, not hex codes class AppColors { static const primary = Color(0xFF6C5CE7); static const surface = Color(0xFF10182B); static const success = Color(0xFF43D9AD); static const cardGradient = LinearGradient( colors: [Color(0xFF6C5CE7), Color(0xFFB78CFF)], ); } // on tap → compiled from your workflow Future<void> openAccount(BuildContext context) async { final account = await api.getAccount(state.accountId); if (!context.mounted) return; context.push('/account-detail', extra: account); }
For learning and hobby projects
For indie devs and small teams
For agencies and growing teams
Be in the stores while others are still writing specs.