Dashboard

The main screen of your app.


In SwiftSail, Dashboard is the main screen of your app and the user will land on it right after the onboarding and authentication flow.

To showcase the functionality and flow of the app, SwiftSail implements a simple ToDo list that works with SwiftData.

The Dashboard also contains some components that serve as revenue optimization and could increase conversion rates. More on that in this guide on monetization techniques.

Dashboard is also a starting point for your TabBar navigation. It's located in ContentView file that is automatically shown if the user is logged in and also finished the onboarding. This is all handled by the App Router.

Dashboard