For coding agents
One's Vibe, inside your build.
When someone tells their coding agent “I want to build an online chess game — is there anything like it?”, the agent can ask One's Vibe. It returns live, tryable AI-built products similar to the idea — real examples to open, how each is built, and a usage signal — as JSON.
Browsing or filtering? Take the GitHub snapshot
The whole public catalog is a daily-regenerated CC0 JSON file on GitHub's CDN — descriptions (en + zh), categories, tags, detected stack, stars, try counts. Fetch it once and filter locally: no API, no rate limit. Keep the live endpoints below for the one thing only they can do — semantic similarity.
https://raw.githubusercontent.com/JefferyLee/awesome-vibe-coded-apps/main/data/projects.jsonAdd it as an MCP server
The one-line way — exposes one tool, search_similar_projects(query, limit), to Claude Code, Cursor, Codex and any Streamable-HTTP MCP client:
claude mcp add --transport http onesvibe https://onesvibe.app/api/mcpOr call the API directly
No key, CORS-open, rate-limited to 30 requests per minute per IP:
curl "https://onesvibe.app/api/reference?q=online%20chess%20game&limit=6"Or install the skill
skills/onesvibe-prior-art in the same repo teaches an agent this exact routing — snapshot for browsing, live search for similarity — plus how to report findings honestly. SKILL.md
What comes back
Each result carries the card-safe facts — never private scores or security findings:
title / taglinewhat it isurlthe live product — open it or offer it to tryscreenshota cover image URL (edge-cached)stack / ai_toolshow it's built — build referencesmaturity / open_sourceprototype vs shipped; source availabilitytries / recent_triesdeduplicated usage signalbuildmaker-declared: time, team sizeThe rules
Evidence, not a verdict. It tells you what already exists, how it's built, and whether it's live. It never says an idea is good or bad — the maker decides.
Try counts are usage, not quality. tries is a deduplicated, bot-filtered click signal. Low tries can mean “new,” not “bad.”
Web apps you can try in a browser. One's Vibe indexes browser-tryable products — not native/mobile apps or CLIs. No results can mean the idea lives in a different medium, not that it's undone.
See also the machine-readable llms.txt, or browse the gallery /explore.