# ScrollLaunch - markdown content catalog

> Every public page on ScrollLaunch is available as text/markdown.

## How to fetch

Either send `Accept: text/markdown` on the canonical HTML URL:

```bash
curl -H "Accept: text/markdown" https://www.scrolllaunch.com/
curl -H "Accept: text/markdown" https://www.scrolllaunch.com/products/<slug>
```

…or address `/api/md/<path>` directly:

```bash
curl https://www.scrolllaunch.com/api/md           # homepage
curl https://www.scrolllaunch.com/api/md/products/<slug>
curl https://www.scrolllaunch.com/api/md/blog/<slug>
curl https://www.scrolllaunch.com/api/md/_catalog  # this catalog
```

## Routes

- `/` - Homepage + this week's leaderboard
- `/products` - Product directory (filterable, supports ?q, ?category, ?tag)
- `/products/{slug}` - Single product detail (about, overview, FAQ, rankings, links)
- `/blog` - Blog index (featured, recent, popular tags, feeds)
- `/blog/{slug}` - Single blog post (full body)
- `/pricing` - Launch tiers, ads, newsletter sponsorship, directory plans
- `/advertise` - Legacy - redirects to /pricing#advertise
- `/affiliates` - Affiliate partner program - commission, cookie window, portal signup
- `/campaign` - Runner × ScrollLaunch partner page - product overview + free Premium thank-you for real usage
- `/about` - About ScrollLaunch - mission, founder, stats, FAQ, contact
- `/faq` - Site-wide FAQ - launching, pricing, backlinks, AI agents
- `/stats` - Live platform stats - products, makers, archives, directories
- `/streaks` - Public daily-streak leaderboard - current streaks and all-time best
- `/why` - Why launch on ScrollLaunch - weekly board, dofollow backlink, Free vs Premium
- `/recent` - Newest live products, chronological
- `/top` - All-time Top 100 live products by upvotes
- `/newsletter` - Monday premium-launch Substack - subscribe + $49 Monday sponsor / $249 anytime article
- `/feeds` - RSS feeds for this week's launches, recent products, and the blog
- `/embed` - Embeddable weekly launches widget - SVG + copy-paste snippet
- `/mcp` - MCP server docs - public agent tools for search, leaderboard, product detail
- `/cli` - Official CLI and public REST API - OpenAPI, /v1, npx scrolllaunch
- `/directories` - Startup directories list (DR-ranked)
- `/directories/submit` - Done-for-you directory submission service (Starter / Pro / Premium plans)
- `/directories/leaderboard` - Top 100 indexable directories ranked by Ahrefs Domain Rating
- `/directories/{slug}` - Single curated startup/SaaS directory review (DR, pricing, dofollow)
- `/tools` - Free SEO & launch tools hub
- `/tools/{slug}` - Individual free tool (DR checker, SEO checker, WHOIS, keyword generator, launch checklist, …)
- `/terms` - Terms of Service
- `/privacy` - Privacy Policy
- `/refund-policy` - Refund & Cancellation Policy
- `/cookies` - Cookie Policy
- `/payments/success` - Payment success landing (no-store)
- `/payments/cancelled` - Payment cancelled landing (no-store)
- `/categories` - Index of all product categories
- `/categories/{slug}/{pricing|platform}` - Live products in a category filtered by pricing model or platform
- `/categories/{slug}` - Live products in a category
- `/tags` - Index of all product tags
- `/tags/{tag}/{pricing}` - Live products with a given tag filtered by pricing model
- `/tags/{tag}` - Live products with a given tag
- `/tech` - Index of product tech stacks
- `/tech/{slug}/{pricing|platform|category}` - Live products built with a technology filtered by pricing model, platform, or category
- `/tech/{slug}` - Live products built with a given technology
- `/platforms` - Index of product platforms
- `/platforms/{id}/{pricing}` - Live products on a platform filtered by pricing model
- `/platforms/{id}` - Live products available on a given platform
- `/pricing-models` - Index of product pricing models (Free, Freemium, Paid, Open Source)
- `/pricing-models/{id}` - Live products with a given pricing model
- `/best` - Hub of quality-gated taxonomy × pricing and cross combo collections
- `/keywords` - Index of product SEO keywords
- `/keywords/{slug}/{pricing}` - Live products targeting a given SEO keyword filtered by pricing model
- `/keywords/{slug}` - Live products targeting a given SEO keyword
- `/use-cases` - Index of product use cases
- `/use-cases/{slug}/{pricing|category}` - Live products for a given use case filtered by pricing model or category
- `/use-cases/{slug}` - Live products for a given use case
- `/alternatives` - Index of brands with indie/SaaS alternatives
- `/alternatives/{slug}/{pricing|platform}` - Live alternatives to a brand filtered by pricing model or platform
- `/alternatives/{slug}` - Live products positioned as alternatives to a given brand
- `/compare` - Index of head-to-head product comparisons
- `/compare/{a}-vs-{b}` - Side-by-side comparison of two live products in the same category or topic
- `/makers` - Index of makers with a live launch
- `/makers/{slug}` - Live products built by a given maker
- `/country` - Index of countries with live makers
- `/country/{slug}` - Live makers and products from a given country
- `/week` - Index of every public ISO launch week
- `/week/{year}/{week}` - Archived weekly leaderboard for an ISO week (past weeks indexable; current week canonicalises to /)

## Bulk

- https://www.scrolllaunch.com/llms.txt - concise agent index (RFC: https://llmstxt.org/)
- https://www.scrolllaunch.com/llms-full.txt - every live product + every published blog post in one fetch
