AddThisFeature

Welcome Screen

Make the first ten seconds count.

simple Onboarding

What it adds

A short welcome moment that orients a new user and hands them one clear next action.

What your agent is told to do

4
  1. 1

    Show it once, on first sign-in, and never again.

  2. 2

    Say what the product does and give exactly one primary action. Do not list features.

  3. 3

    Collect at most what you genuinely need to personalize the experience — every field costs you signups.

  4. 4

    Let the user skip. Track that they saw it, server-side.

Edge cases it handles

4
  • It must not reappear after a re-login or on a new device.
  • Skipping must not leave the account in a half-configured state.
  • A user invited into an existing workspace needs different copy to a brand-new account.
  • It must not block a user who arrived via a deep link — send them where they were going afterwards.

Definition of done

7
  • It appears exactly once per user.
  • There is exactly one primary action.
  • Skipping leaves a fully usable account.
  • A deep link is honoured after the welcome completes.
  • The 'seen' flag lives server-side, not in localStorage.
  • The feature matches the existing design system.
  • No existing functionality is broken.

Related features

How it works

  1. 1

    Copy the link

    Grab the Markdown instruction URL for this feature.

  2. 2

    Give it to your AI

    Paste it into Claude Code, Cursor, v0, Lovable — whatever you build with.

  3. 3

    It inspects, then implements

    Your agent reads your existing app first, then adds the feature to fit it.

Works with your stack

These instructions are written to adapt. They tell the agent to detect your framework, match your existing design system, and reuse what you already have — rather than assuming a particular stack.

Need it tighter than that? Customize the feature and tell it exactly what you're running.