# HamroBazaar > HamroBazaar is Nepal’s marketplace for buying, selling, renting, and discovering products, services, and financing options. It connects buyers, sellers, and BNPL partners across Nepal with local search, secure listings, and support resources. ## Main Website The public site is built to help users discover products, browse categories, ask questions, and learn how to use the marketplace safely. - Home: https://hamrobazaar.com — landing page for featured listings, promotions, and category navigation. - Search: https://hamrobazaar.com/search/product — product search experience for buyers looking for items across categories. - Categories: https://hamrobazaar.com/category — category listing page for products sorted by type and subcategories. - Contact: https://hamrobazaar.com/contact — support and contact information for users. - FAQ: https://hamrobazaar.com/FAQ — frequently asked questions about buying, selling, and using HamroBazaar. - Posting Rules: https://hamrobazaar.com/posting-rules — seller guidelines and prohibited listing rules. - Privacy Policy: https://hamrobazaar.com/privacy-policy — privacy practices and personal data handling. - Safety Tips: https://hamrobazaar.com/safety-tips — safety advice for secure buying and selling. - Terms of Service: https://hamrobazaar.com/terms — legal terms governing the platform. - Help Deactivate: https://hamrobazaar.com/help/deactivate — information for deactivating an account. ## User Resources These pages support authentication, account management, and user profile access. - Login: https://hamrobazaar.com/login — sign in for returning users. - Signup: https://hamrobazaar.com/signup — register a new account. - Forget Password: https://hamrobazaar.com/forget-password — begin password recovery. - Settings: https://hamrobazaar.com/settings — manage account preferences and notification settings. - User Profile: https://hamrobazaar.com/user/:id — public seller or buyer profile page. ## Product Marketplace Product detail pages support both direct ID links and SEO-friendly slug URLs. - Product Detail (bare): https://hamrobazaar.com/detail/:id — direct link to a product using its unique ID. - Product Detail (slug): https://hamrobazaar.com/detail/:catSlug/:titleSlug/:id — SEO-friendly product page with category and title slugs. ## BNPL Marketplace Buy-now-pay-later listings and merchant details for BNPL-supported products. - BNPL Home: https://hamrobazaar.com/bnpl/:bnplId — high-level BNPL marketplace entry point. - BNPL Category: https://hamrobazaar.com/bnpl/:bnplId/category/:name/:id — category listing within BNPL partner inventory. - BNPL Product Detail: https://hamrobazaar.com/bnpl/detail/:merchant/:id — BNPL product page using merchant and product identifiers. - BNPL Product Detail (slug): https://hamrobazaar.com/bnpl/detail/:merchant/:titleSlug/:id — BNPL product page with product title slug. - BNPL Product Detail (merchant slug): https://hamrobazaar.com/bnpl/detail/:merchant/:merchantSlug/:titleSlug/:id — BNPL product page with merchant and title slugs. ## Boost and Promotional Routes Special pages for promotional boosted listings and campaign feedback. - Boost: https://hamrobazaar.com/boost — page for getting information about boosting products in HamroBazaar. ## Notes - The main search experience is under `/search/product`. - Categories are surfaced through the `/category` route and nested category pages. - BNPL listings are separate from standard product detail pages and use `/bnpl/` routes. - User-related pages are protected behind login and account validation flows.