{"slug": "backlink-exchange-for-indie-builders", "title": "Backlink Exchange for Indie Builders", "summary": "A free backlink exchange for indie builders, driven from a coding agent, has launched at builders-backlinks.com. Built by nicklaunches.com, the platform exposes an MCP server that lets developers trade links directly from their repository, addressing the 71% reply rate and 35% publish rate for link requests. The open-source project requires Node 22+, pnpm, and PostgreSQL, and deploys automatically via Cloudflare Workers and Neon Postgres.", "body_md": "A free backlink exchange for indie builders, driven from your coding agent.\n\nSubmit a site, get matched with another builder in your category, and trade one link each. The whole exchange is exposed as an **MCP server**, so the trade happens where the work happens.\n\n**Built by nicklaunches.com · @nicklaunches**\n\nRanking Raccoon publishes that 71% of link requests get a reply and only 35% become a published link. So roughly half of *agreed* trades die, not because anyone changed their mind, but because placing the link means opening an editor, finding the right page, writing a sentence, committing, and deploying.\n\nAn agent is already sitting in that repository.\n\n```\n> trade a link\n\n⏺ list_matches            a masked partner in your category\n⏺ respond_to_match        both sides accept, identities unlock\n⏺ get_link_brief          target URL, approved anchors, guidance\n⏺ Edit content/blog/…     the agent writes it into your repo\n⏺ mark_link_placed        ✓ verified live · content · dofollow\nclaude mcp add --transport http builders-backlinks \\\n  https://builders-backlinks.com/api/mcp \\\n  --header \"Authorization: Bearer bb_live_...\"\n```\n\nGet a key at `/app/key`\n\n. The read tools (`search_partners`\n\n, `get_categories`\n\n, `get_rules`\n\n) need no key at all, so the server connects and is useful before you sign in to anything.\n\nEleven tools, fully documented at [ /docs/mcp](https://builders-backlinks.com/docs/mcp). Cursor, Codex, and Gemini CLI config is on that page too, though only the Claude Code and Cursor forms have been confirmed against the real clients.\n\nRequires Node 22+, pnpm, and a local PostgreSQL. The app lives in `next-app/`\n\n; there is no root package.\n\n```\ncd next-app\npnpm install\ncp .env.example .env.local     # then fill it in\ncreatedb builders_backlinks    # or point DATABASE_URL anywhere\npnpm db:migrate\npnpm dev\n```\n\n`pnpm dev`\n\nis Next on Node, which is convenient and is *not* the production runtime. [CLAUDE.md](/nicklaunches/builders-backlinks.com/blob/main/CLAUDE.md) has the full command list, how to run it the way it actually deploys, and the workerd behaviour that only shows up there.\n\nCloudflare Workers via [OpenNext](https://opennext.js.org/cloudflare), with Postgres (Neon in production) behind a Hyperdrive binding. Analytics is [Cloudflare Web Analytics](https://developers.cloudflare.com/web-analytics/), which is cookieless, and which is what keeps the claim on `/privacy`\n\ntrue: the only cookie this site sets is your sign-in session.\n\nDeploys are automatic. Push to `main`\n\nand `.github/workflows/deploy.yml`\n\ntypechecks, lints, tests, applies migrations, builds and deploys. Nothing is run by hand.\n\nMIT. See [LICENSE](/nicklaunches/builders-backlinks.com/blob/main/LICENSE).", "url": "https://wpnews.pro/news/backlink-exchange-for-indie-builders", "canonical_source": "https://github.com/nicklaunches/builders-backlinks.com", "published_at": "2026-07-30 08:04:33+00:00", "updated_at": "2026-07-30 08:22:16.397354+00:00", "lang": "en", "topics": ["developer-tools", "ai-agents"], "entities": ["builders-backlinks.com", "nicklaunches.com", "Claude Code", "Cursor", "Codex", "Gemini CLI", "Cloudflare Workers", "Neon"], "alternates": {"html": "https://wpnews.pro/news/backlink-exchange-for-indie-builders", "markdown": "https://wpnews.pro/news/backlink-exchange-for-indie-builders.md", "text": "https://wpnews.pro/news/backlink-exchange-for-indie-builders.txt", "jsonld": "https://wpnews.pro/news/backlink-exchange-for-indie-builders.jsonld"}}