Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/AlexanderDamont1/Stratus/llms.txt

Use this file to discover all available pages before exploring further.

The dashboard is the first screen you land on after a successful login. It serves as the central hub for day-to-day POS operations and provides a launching point to all other areas of the platform.

Access requirements

The dashboard is protected by two middleware layers:
MiddlewareWhat it enforces
authYou must be logged in
verifiedYour email address must be verified
If either condition is not met, Stratus redirects you to the appropriate screen — the login page if you are not authenticated, or the email verification notice if your address has not been confirmed.
Email verification is required before you can access the dashboard. If you have just registered, check your inbox for the verification link before attempting to log in.

What the dashboard shows

The dashboard currently confirms that you are authenticated and your session is active. It is the designated home screen for all operator activity within Stratus and is labeled Inicio in the interface. As the platform grows, the dashboard will become the primary surface for:
  • At-a-glance sales summaries and transaction counts
  • Quick access to the point of sale interface
  • Alerts and notifications for low stock or pending actions
  • Recent activity and shift summaries
Stratus is under active development. The dashboard will expand with business-specific widgets and real-time data as POS features are released.
From the dashboard, you can reach all core areas of the platform using the navigation menu:

Point of sale

Process sales, apply discounts, and complete transactions

Profile

Update your name, email, or manage your account

Returning to the dashboard

You can return to the dashboard at any time by navigating to /dashboard or clicking Inicio in the top navigation. The route is named dashboard in the application, so any internal link using route('dashboard') will bring you here.

Authentication

How to register, log in, and verify your email

Profile management

Edit your account details

Build docs developers (and LLMs) love