---
type: app
title: Storefront
description: The public web app where buyers browse products and place orders.
tags: [app]
audience: buyers
timestamp: {{DATE}}
---
<!-- ✂ docujoint template sample — replace with your own content, then delete this comment. -->
# Storefront

## Purpose
The customer-facing surface of the system. Everything a buyer can do lives
here; internal tooling belongs in a separate app. Pages live under
`Apps/Storefront/Pages/`, app-local reusable pieces under
`Apps/Storefront/Modules/`, and cross-app pieces under `Shared/Modules/`.

## Entry points
- Public: `route://storefront/` (catalogue) and [Checkout Page](</Apps/Storefront/Pages/Checkout Page.md>).
- All authenticated traffic goes through the session created by [Payments Service](</Services/Payments Service.md>) tokens.

## Open questions
