isketch Templates Convert Format Open the editor

Mobile app screens

5 shapes and 4 connections, sketched in isketch.

Open this template

Mobile app screens Sign up verified Welcome Value prop, Sign up, Log in Sign up Email, password, Apple and Google Verify Six-digit code Home Your diagrams, FAB to draw Tab bar Home, Shared, Settings

The .flow source

The whole template as text: copy it, keep it in your repo, hand it to an agent.

examples/templates/mobile-app-screens.flow
title: Mobile app screens
note: Onboarding to home, four screens.

welcome = screen "Welcome" -- Value prop, Sign up, Log in
signup = screen "Sign up" -- Email, password, Apple and Google
verify = screen "Verify" -- Six-digit code
home = screen "Home" -- Your diagrams, FAB to draw
nav = list "Tab bar" -- Home, Shared, Settings

welcome -> signup : Sign up
signup -> verify
verify -> home : verified
home -> nav