Every product and founder page has a Markdown twin, and every product carries a concise AI-ready profile block.
Append .md to any product or founder URL and you get the same page as plain Markdown - no layout, no scripts, just the facts in reading order. These are ideal when a model needs to read one listing in full without the cost of parsing HTML.
| Page | Markdown mirror | Content type |
|---|---|---|
/products/{slug} | /products/{slug}.md | text/markdown |
/founders/{username} | /founders/{username}.md | text/markdown |
A product mirror contains: title and tagline; a facts list (website, founder, launch date, pricing, categories, use cases, ideal for, platforms, upvotes, rating when reviews exist); the full description; the AI-ready profile block; every link (website, GitHub, X, app stores, API docs, MCP server, CLI install, JSON record); and the founder-named alternatives. The HTML page links to it with <link rel=“alternate” type=“text/markdown”>.
curl https://www.founder.best/products/bidpage.mdEvery product carries a concise, fixed-shape summary designed to be read by a language model in one pass. It is derived from the same record as the page, so it is never maintained by hand and cannot drift. You will find it as ai_profile in JSON and MCP get_product responses, and as a fenced block in the Markdown mirror.
Product: Acme Analytics - Product analytics founders can actually read
Description: Weekly plain-English reports for small SaaS teams. Connect Stripe and your database, get one email every Monday.
Category: Analytics
Ideal for: Founders, Product Managers
Key features: Analytics & Reporting, Data Visualization
Pricing: Freemium
Website: https://acme-analytics.example
Founder: Jane Doe (@janedoe)
Launch date: Sep 14, 2026
Platforms: Web, API
Founder.best page: https://www.founder.best/products/acme-analytics| Field | Source |
|---|---|
| Product | Name and tagline |
| Description | The founder-written description, whitespace collapsed (falls back to the tagline) |
| Category | All assigned categories, comma-separated |
| Ideal for | Target audiences chosen at submission |
| Key features | Use cases chosen at submission |
| Pricing | Pricing model label (Free, Freemium, Subscription, One-time, Paid, Open Source) |
| Website | The product website |
| Founder | Display name and @username |
| Launch date | Human-readable launch date |
| Platforms | Web, Mobile, API, MCP, CLI, Desktop as declared |
| Founder.best page | Canonical product URL for citations |
Fields that are empty are omitted, never invented.
If a founder did not tag audiences or use cases, those lines simply do not appear. The profile is a faithful compression of the listing, not generated marketing copy.