Pages and navigation

Home page

The / route introduces Mallello, featured group buys, active promotions, and the path into marketplace discovery.

For EveryoneReviewed against the current application

Route and purpose

Route: /

This page introduces Mallello, featured group buys, active promotions, and the path into marketplace discovery. Dynamic segments in square brackets are replaced with the requested resource's slug or identifier.

Access and identity

  • The route has a public presentation, but any account-specific action still authenticates on the server.
  • Signed-in state may personalize actions without exposing private account data in public output.

Page behavior

  1. Resolve the route and any dynamic parameter.
  2. Load public data or establish the authenticated application session.
  3. Render an explicit loading, empty, success, or error state.
  4. Submit mutations only through the page's protected action.
  5. Refresh the relevant server state after a successful change.