# Hunt0 > Hunt0 is a product launch and leaderboard website, similar to Product Hunt. Core mechanics include: scheduling launches by UTC date, reputation-weighted voting, community comments, and daily/weekly/monthly Top 3 awards plus reminder emails (via scheduled jobs). ## Policy - You may: crawl and summarize publicly accessible pages for Q&A, summaries, and search/indexing (allow-output / allow-index). - You may not: use this site’s content for model training, building training datasets, or redistributing mirrored datasets (disallow-training / disallow-dataset-creation). - For additional permission (e.g., training/dataset usage), contact: `support@hunt0.com`. ## Crawl Rules User-Agent: * Allow: / Disallow: /api/ Disallow: /_next/ Disallow: /settings/ Disallow: /dashboard/ Disallow: /admin/ Disallow: /auth/ Disallow: /payment Disallow: /docs Disallow: /docs/ Disallow: /zh Disallow: /zh/ Sitemap: /sitemap.xml ## Public Entry Points - `/`: home leaderboards (Today / Yesterday / Last Week / Last Month), with instant cross-section vote state synchronization for the same product. - `/explore`: Explore page with filters for category, keywords, date range, and tags (up to 10); under the same filters, Premium Launch (paid) products are prioritized. - `/submit`: submission page (login required). Free submissions are submitted immediately; Paid submissions create a draft first and then enter Stripe Checkout—only after successful payment will the product be publicly listed. - `/products/{slug}`: product detail page (shows weighted votes, comments, external links, launch info, badges/ranks). - `/products/{slug}/edit`: edit & re-submit a product (login required and must be the maker). - `/makers/{username}`: maker profile page (shows profile info and product list). - `/blog`: blog list and posts (if enabled). - `/changelog`, `/privacy`, `/terms`, `/cookie`: public static pages.