llms.txt Content
# PeerPush
> Product discovery platform for people and AI. Products are described with structured, machine-readable data (controlled vocabularies for use cases, audiences, platforms, pricing, alternatives) so AI assistants can reliably answer "What is the best tool for X?" while a supportive builder community helps products gain traction.
PeerPush exposes its catalog via a public REST API, an MCP server, and a dedicated agents page. The platform is built around dual discovery: AI-powered discovery through structured data, plus community-powered engagement through build-in-public features, rankings, and rewards.
AI crawling and training permissions are documented separately at [/ai.txt](https://peerpush.com/ai.txt).
## Core pages
- [Homepage](https://peerpush.com): Trending products, Product of the Day, Week, and Month, plus curated weekly spotlights.
- [About](https://peerpush.com/about): Mission, model, and how PeerPush works for builders and AI.
- [How it works](https://peerpush.com/how-it-works): Step-by-step overview of submission, discovery, and the points system.
- [Submit a product](https://peerpush.com/submit): Submission flow with AI-assisted prefill from a URL; generates the structured data (use cases, audiences, pricing, platforms, alternatives) that AI assistants query.
- [Pricing](https://peerpush.com/pricing): Free and paid launch plans with instant publishing and promotional features.
- [FAQ](https://peerpush.com/faq): How ranking, plans, and the platform work.
## Discovery
Faceted indexes for finding products by attribute. AI agents answering "best tool for X" should start here.
- [Best of](https://peerpush.com/best): Curated "best" lists across categories, use cases, audiences, platforms, and pricing tiers.
- [Categories](https://peerpush.com/categories): AI tools, developer tools, SaaS, productivity, web development, and more.
- [Use cases](https://peerpush.com/use-cases): Products grouped by what users do with them (code development, AI ch
OpenAPI Spec (preview)
{"openapi":"3.1.0","info":{"title":"PeerPush API","version":"1.0.0","description":"Free REST API for software product discovery. Search products, find alternatives, compare tools, and access structured data on pricing, platforms, use cases, and audiences. Requires a free API key, created in one click at /user/api-keys.","contact":{"name":"PeerPush","url":"https://peerpush.com"}},"servers":[{"url":"https://peerpush.com","description":"Server"}],"security":[{"ApiKeyHeader":[]},{"ApiKeyQuery":[]}],