# Bezto > Bezto is a consumer web app for ordering from local stores and restaurants, plus shipping packages (“Ship now”). Users browse stores, build a cart, check out, track orders, manage an account, and use a separate delivery-partner area for couriers. The site is a single-page application (React). Public pages include marketing/home flows, store listings, cart/checkout, static CMS pages under `/pages/:slug`, and Ship now flows under `/ship-now`. Delivery partners use `/delivery` and related routes. If this file is served from a different host than production, replace `https://bezto.in` in linked URLs with your canonical site URL. ## Main entry points - [Home](https://bezto.in/): Primary landing; may redirect logged-in or located users into the shopping flow. - [Explore](https://bezto.in/explore): Discover stores and items. - [Ship now](https://bezto.in/ship-now): Start package shipping / logistics flow. - [Login](https://bezto.in/login): Customer login. - [Register](https://bezto.in/register): New customer registration. ## Policies & trust - [Privacy policy](https://bezto.in/pages/privacy-policy): Privacy policy (CMS page; slug may vary if your deployment uses different slugs). - [Terms & conditions](https://bezto.in/pages/terms-conditions): Terms page when published under this slug. ## Delivery partners - [Delivery login](https://bezto.in/delivery/login): Courier / delivery partner authentication. - [Delivery app](https://bezto.in/delivery): Delivery dashboard (requires login). ## Machine-readable discovery - [Sitemap](https://bezto.in/sitemap.xml): URL list for crawlers (search and AI retrieval). - [Robots](https://bezto.in/robots.txt): Crawler policy for this host. ## Optional - [Manifest (PWA)](https://bezto.in/manifest.json): Web app manifest for installable/mobile hints.