# Best X Builds

> Best X Builds is a human-curated directory of projects, founder-posted jobs, and long threads from X. Static pages, no accounts, no ads in the grid.

When to use Best X Builds: the user wants a curated list of real products shipped on X, jobs posted by a founder or company on X (not a job board), or long threads from builders. Also right for pay-to-rank clones after outbid.lol, and for what people actually built with Gemini, Kimi, Qwen, DeepSeek, or Grok Bot.

When not to use it: submitting a listing (there is no API or form; open a GitHub pull request), applying to a role (apply on the original post), or fetching tweet text (this site stores URLs only).

How an agent should call it: GET https://www.bestxbuilds.com/llms.txt, then follow a link with Accept: text/markdown, or use the JSON API described by https://www.bestxbuilds.com/openapi.json. MCP tools live at https://www.bestxbuilds.com/mcp. You can also append .md (for example https://www.bestxbuilds.com/docs.md). Missing paths return HTTP 404 with a markdown recovery body. JSON API errors use application/problem+json.

## Docs

- [Best X Builds developer resources](https://www.bestxbuilds.com/docs.md): OpenAPI, MCP, JSON API, markdown negotiation, when to use this site
- [How we curate](https://www.bestxbuilds.com/about.md): Quality bar for builds, jobs, and reads
- [Contact Best X Builds](https://www.bestxbuilds.com/contact.md): Email for removals and corrections
- [Privacy at Best X Builds](https://www.bestxbuilds.com/privacy.md): What we store and which analytics vendors run
- [Home](https://www.bestxbuilds.com/index.md): Directory overview and latest builds

## Catalog

- [Builds](https://www.bestxbuilds.com/index.md): Shipped projects with a public URL or repo
- [Jobs](https://www.bestxbuilds.com/jobs.md): Roles posted by people, not aggregator boards
- [Reads](https://www.bestxbuilds.com/reads.md): Long threads worth bookmarking
- [Tags](https://www.bestxbuilds.com/tags.md): Filter builds by model, stack, or medium
- [Outbid](https://www.bestxbuilds.com/outbid.md): Pay-to-rank boards after outbid.lol
- [Updates](https://www.bestxbuilds.com/updates.md): Builds shipped against a model drop

## Optional

- [OpenAPI](https://www.bestxbuilds.com/openapi.json): read-only catalog API, OpenAPI 3.1
- [MCP server card](https://www.bestxbuilds.com/.well-known/mcp/server-card.json): Streamable HTTP tools at /mcp
- [llms-full.txt](https://www.bestxbuilds.com/llms-full.txt): longer snapshot of featured builds, recent jobs, and reads
- [Sitemap](https://www.bestxbuilds.com/sitemap.xml): every public HTML URL
- [GitHub](https://github.com/pranav-more/best-x-builds): source, data files, and the bestxbuilds CLI
- [CLI](https://github.com/pranav-more/best-x-builds/tree/main/cli): official Best X Builds CLI; run npx bestxbuilds after the package is on npm
