# Hunted.Space > Independent analytics and editorial site focused on Product Hunt: launch-day dashboards (upvotes, comments, velocity), calendars, historical launch views, hunter rankings, and guides for makers. Hunted.Space aggregates and visualizes public launch activity from Product Hunt. Dates and “today” views use Product Hunt’s Pacific timezone. The product is a Next.js app (`pages/` and `app/`) with MDX guides under `data/guides` and `data/products`, plus serverless APIs under `pages/api/` and scheduled jobs in `gcp-functions/`. URL patterns for entity pages (replace segments with real values from listings): hunter profiles at `/hunter/{username}`, per-launch analytics at `/dashboard/{slug-or-id}`, product pages at `/product/{...}`. Branded aliases also exist under `/product-hunt-calendar/...`, `/product-hunt-launch-history/...`, and related weekly/monthly path prefixes, parallel to `/calendar` and `/history*`. ## Home & launch-day analytics - [Today’s launch stats](https://hunted.space/): Live-style overview of the current Product Hunt day—top launches, sorting, and launch-day time series. - [Overview for a specific day](https://hunted.space/overview/2026/April/24): Same dashboard pinned to one calendar day; URL shape is `/overview/{year}/{EnglishMonth}/{day}` (adjust segments for other dates). - [Stats (past month)](https://hunted.space/stats): Broader statistics and trends for recent launch activity. - [Product Hunt Pulse](https://hunted.space/product-hunt-pulse): Pulse-style view of platform activity. ## Top products & browse - [Top products (latest month)](https://hunted.space/top-products/latest): Ranked products by topic and time window; URL shape includes month and optional category (see in-app navigation). - [Favorite products](https://hunted.space/products): Curated favorite product write-ups. - [All products](https://hunted.space/all-products): Paginated directory of tracked launches. - [All products for one day](https://hunted.space/all-products/2026/April/24): Launches for a single day; path pattern `/all-products/{year}/{EnglishMonth}/{day}`. - [Tags](https://hunted.space/tags): Topic tags for articles and products. ## Hunters & makers - [Top hunters](https://hunted.space/top-hunters/last-year/hunts): Leaderboards and filters (time range, metric); cumulative history charts where enabled; links through to `/hunter/{username}` profiles. ## Calendars & launch history - [Launch calendar](https://hunted.space/calendar): Month calendar of launches with counts and links into dashboards. - [Monthly overview](https://hunted.space/monthly-overview): Multi-month calendar-style overview. - [Daily launch history](https://hunted.space/history): Past days’ launches in list form. - [Weekly launch history](https://hunted.space/history-weekly): Aggregated weekly view. - [Monthly launch history](https://hunted.space/history-monthly): Aggregated monthly view. - [Product Hunt calendar (example month)](https://hunted.space/product-hunt-calendar/2026/April): SEO-branded calendar for a given year and month (other months on same path pattern). ## Upcoming launches - [Upcoming products](https://hunted.space/upcoming-products): Community-submitted or listed upcoming launches; primary place to add or browse upcoming items (site header “Submit” opens the submission flow from here). ## Guides & articles - [How to win on Product Hunt](https://hunted.space/guides/product-hunt-guides/how-to-win-on-product-hunt): Strategy guide and checklist. - [How to choose a Product Hunt launch day](https://hunted.space/guides/product-hunt-guides/how-to-choose-product-hunt-launch-day): Timing and day-selection guide. - [Product Hunt launch video tutorial](https://hunted.space/guides/product-hunt-guides/product-hunt-launch-step-by-step-video-tutorial): Step-by-step video-oriented guide. - [How to build, launch & grow](https://hunted.space/guides/startup-guides/how-to-build-launch-grow): Broader startup guide. - [Articles](https://hunted.space/articles): Article hub; individual posts also appear under their paths (e.g. `/guides/...` and product features). - [All articles](https://hunted.space/all-articles): Full article index with pagination. ## Optional - [About](https://hunted.space/about): Site and team context. - [FAQ](https://hunted.space/faq): Common questions. - [Terms of service](https://hunted.space/terms): Legal terms. - [Privacy policy](https://hunted.space/privacy): Data and privacy practices. - [Sponsor us](https://hunted.space/sponsor-us): Sponsorship and placements. - [Chat (embedded widget)](https://hunted.space/chat): Third-party chat embed for visitor questions. - [Sitemap](https://hunted.space/sitemap.xml): Machine list of primary URLs and blog paths (MDX-driven routes). - [Twitter / X](https://twitter.com/hunteddotspace): Social updates for Hunted.Space.