# ScrollLaunch > ScrollLaunch is the best Product Hunt alternative for indie makers and SaaS founders. Launch your product, climb the weekly rankings, earn high-DR backlinks, and get seen by thousands of early adopters. ## Core pages - [Homepage](https://www.scrolllaunch.com/): This week's leaderboard plus discovery feeds for live indie launches. - [About](https://www.scrolllaunch.com/about): Mission, founder, contact, and on-platform maker testimonials. - [Pricing](https://www.scrolllaunch.com/pricing): Free, Premium, and Premium+ launch tiers with exact deliverables. - [Advertise](https://www.scrolllaunch.com/pricing#advertise): Sidebar and center ad slot inventory for sponsored placements. - [Blog](https://www.scrolllaunch.com/blog): Launch tactics, SEO playbooks, and AI product blog index. - [Products](https://www.scrolllaunch.com/products): Live product directory, filterable by category, tag, or pricing. - [Directories](https://www.scrolllaunch.com/directories): Curated DR-ranked startup directories with submission guidance. - [Tools](https://www.scrolllaunch.com/tools): Free SEO tools for startups — Domain Rating checker, launch checklist, SERP/OG preview, UTM builder, slug generator, word counter, ISO week finder. - [Categories](https://www.scrolllaunch.com/categories): Browse live products by category (AI, SaaS, DevTool, …). - [Tags](https://www.scrolllaunch.com/tags): Browse live products by tag/topic. - [Makers](https://www.scrolllaunch.com/makers): Indie makers and SaaS founders with a live launch — profiles at /makers/. ## Markdown-addressable routes - [/](https://www.scrolllaunch.com/): Homepage + this week's leaderboard - [/products](https://www.scrolllaunch.com/products): Product directory (filterable, supports ?q, ?category, ?tag) - [/products/{slug}](https://www.scrolllaunch.com/products/): Single product detail (about, overview, FAQ, rankings, links) - [/blog](https://www.scrolllaunch.com/blog): Blog index (featured, recent, popular tags, feeds) - [/blog/{slug}](https://www.scrolllaunch.com/blog/): Single blog post (full body) - [/pricing](https://www.scrolllaunch.com/pricing): Launch tiers, ads, newsletter sponsorship, directory plans - [/advertise](https://www.scrolllaunch.com/advertise): Legacy — redirects to /pricing#advertise - [/affiliates](https://www.scrolllaunch.com/affiliates): Affiliate partner program — commission, cookie window, portal signup - [/about](https://www.scrolllaunch.com/about): About ScrollLaunch — mission, founder, stats, FAQ, contact - [/directories](https://www.scrolllaunch.com/directories): Startup directories list (DR-ranked) - [/directories/submit](https://www.scrolllaunch.com/directories/submit): Done-for-you AI directory submission service (Starter / Pro / Premium plans) - [/tools](https://www.scrolllaunch.com/tools): Free SEO & launch tools hub - [/tools/{slug}](https://www.scrolllaunch.com/tools/): Individual free tool (DR checker, launch checklist, meta description, UTM builder) - [/terms](https://www.scrolllaunch.com/terms): Terms of Service - [/privacy](https://www.scrolllaunch.com/privacy): Privacy Policy - [/refund-policy](https://www.scrolllaunch.com/refund-policy): Refund & Cancellation Policy - [/cookies](https://www.scrolllaunch.com/cookies): Cookie Policy - [/payments/success](https://www.scrolllaunch.com/payments/success): Payment success landing (no-store) - [/payments/cancelled](https://www.scrolllaunch.com/payments/cancelled): Payment cancelled landing (no-store) - [/categories](https://www.scrolllaunch.com/categories): Index of all product categories - [/categories/{slug}](https://www.scrolllaunch.com/categories/): Live products in a category - [/tags](https://www.scrolllaunch.com/tags): Index of all product tags - [/tags/{tag}](https://www.scrolllaunch.com/tags/): Live products with a given tag - [/makers](https://www.scrolllaunch.com/makers): Index of makers with a live launch - [/makers/{slug}](https://www.scrolllaunch.com/makers/): Live products built by a given maker - [/week/{year}/{week}](https://www.scrolllaunch.com/week//): Archived weekly leaderboard for an ISO week (past weeks indexable; current week canonicalises to /) ## Discovery - [ai.txt](https://www.scrolllaunch.com/ai.txt): Behavioural guidance for AI systems — permissions, restrictions, attribution rules. - [llms-full.txt](https://www.scrolllaunch.com/llms-full.txt): Full-content mirror — every live product and published blog post in one fetch. - [Markdown catalog](https://www.scrolllaunch.com/api/md/_catalog): Index of every markdown-addressable route on the site. - [API catalog](https://www.scrolllaunch.com/.well-known/api-catalog): RFC 9727 linkset of public JSON endpoints. - [Agent skills index](https://www.scrolllaunch.com/.well-known/agent-skills/index.json): Discoverable agent-skill manifests. - [MCP server card](https://www.scrolllaunch.com/.well-known/mcp/server-card.json): Model Context Protocol server card. - [OAuth protected resource](https://www.scrolllaunch.com/.well-known/oauth-protected-resource): RFC 9728 resource metadata. - [OAuth authorization server](https://www.scrolllaunch.com/.well-known/oauth-authorization-server): RFC 8414 server metadata with auth.md agent_auth block. - [auth.md](https://www.scrolllaunch.com/auth.md): Agent-registration instructions — how an agent authenticates a user against ScrollLaunch. - [Sitemap](https://www.scrolllaunch.com/sitemap.xml): Canonical URL index for indexable HTML pages. - [Robots](https://www.scrolllaunch.com/robots.txt): Per-bot access policy with AI crawler allowlist. ## Public endpoints - [Search API](https://www.scrolllaunch.com/api/search): GET /api/search?q={query} — live product search. - [Products API](https://www.scrolllaunch.com/api/products): GET /api/products — live product listing. - [Launches API](https://www.scrolllaunch.com/api/launches): GET /api/launches — weekly leaderboard. - [Blog API](https://www.scrolllaunch.com/api/blog): GET /api/blog — blog post index. - [Badge endpoint](https://www.scrolllaunch.com/api/badge/example): GET /api/badge/{slug} — embeddable product badge SVG. ## Contact - [Email](mailto:kalashvasaniya@gmail.com): General and AI-system enquiries. - [X / Twitter](https://x.com/scrolllaunch): Founder + product announcements. - [About / team page](https://www.scrolllaunch.com/about): Founder bio and platform background. ## Notes Every public page on this site is also available as `text/markdown`. Agents and crawlers can fetch a markdown representation of any URL three ways: 1. Append `.md` to the canonical URL — e.g. `https://www.scrolllaunch.com/products/.md`. 2. Send `Accept: text/markdown` on the canonical URL — e.g. `curl -H 'Accept: text/markdown' https://www.scrolllaunch.com/products/`. 3. Hit `https://www.scrolllaunch.com/api/md/` directly — e.g. `curl https://www.scrolllaunch.com/api/md/products/`. Every markdown response carries: - `Content-Location` — canonical HTML URL of the resource. - `X-Markdown-Tokens` — approximate token count (~4 chars/token) for budgeting. - `X-AEO-Version` — Dualmark AEO Spec version this response conforms to. - `X-Robots-Tag: noindex, follow` — the canonical HTML twin is the indexable URL. - `Vary: Accept, Origin` — downstream caches must key on representation.