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
- Project Essentials — name and application type
- Purpose & Vision — primary use case and description
- Architecture & Config — entry points, preview
- 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