Templates / flowchart

Signup activation funnel

From landing page to activated user, with drop-off points and the email verification loop made explicit.

Open in studio

Preview

Mermaid 11 renderer

Rendering preview...

Mermaid source

flowchart

flowchart TD
    visit[Landing page visit] --> cta{Clicks CTA?}
    cta -->|no| exit1[Drop off]
    cta -->|yes| form[Signup form]
    form --> verify{Email verified?}
    verify -->|no| nudge[Reminder email]
    nudge --> verify
    verify -->|yes| onboard[Onboarding checklist]
    onboard --> activate[First key action]
    activate --> retained[Active user]

More templates