Indie Dev Pivot: From Failed Sports API to MCP-Powered Image Rendering Tool
paperandbeyond23 · reddit · 2026-08-03
The author shares a candid indie dev pivot story. They initially spent two months building a sports odds API, which flopped due to a thin market and fierce competition.
When preparing to walk away, they realized that 80% of their codebase—auth, billing, usage metering, and MCP scaffolding—was entirely general-purpose. Only a fifth was tied to sports data. They kept the plumbing and pivoted to an image generation service.
- New Business Model: Users send an HTML template and data; the service renders the page in headless Chromium and returns a PNG or PDF. It also supports URL screenshots for OG images.
- MCP Integration: The service is exposed as a remote MCP Server. When an agent invokes the tool, it receives the image directly as a base64 content block. This allows the agent to 'see' the generated image (e.g., check if the title overflows) and autonomously correct it.
The key takeaway: if your product isn't selling, audit how much of your code is reusable infrastructure before torching the whole repo.
More from coding & agent
- GPT-5.6 Luna Max in Codex Outperforms Sol at Fraction of the Cost — DeryaTR_ · 2026-08-03
- SSH MCP Server Enables AI Agents to Manage Remote Servers — modelcontextprotocol · 2026-08-03
- AI Coding Tools Drive 80% YoY Surge in iOS App Releases, User Acquisition Lags — HaktanSuren · 2026-08-03
- AI-Generated Code Bans Spark Debate: What GitHub Alternatives Really Lack — rseroter · 2026-08-03
- MeshGen: Generate 3D Meshes in Blender via Natural Language and AI Agents — tom_doerr · 2026-08-03
- Dev Modifies llama.cpp Source to Fit Agent Memory System — Savantskie1 · 2026-08-03