Skip to main content

Application Creation Wizard — Quick Guide

A lightweight, four-step wizard to create applications directly from onboarding or the dashboard.

When to use

  • Create a new app after completing onboarding
  • Quickly scaffold an app from the dashboard (+ New Application)
  • Preferred for repeatable, low-friction creation

Steps

  1. Project Essentials — name and application type
  2. Purpose & Vision — primary use case and description
  3. Architecture & Config — entry points, preview
  4. Ready to Launch — confirm and create

Dev & Integration

  • useAddApplicationMutation() (RTK Query) is used for creation
  • On success: navigate to /application/{id} and ApplicationList auto-refreshes

UI notes

  • Responsive modal, clear progress indicators, strong validation
  • 8 application types + 6 use-case templates available

See also: Onboarding Complete Flow