Marketplace

The Source Spec Marketplace is Coral's distribution moat.

A public registry of every Coral source — Official, Verified, Community — with one-click install, popularity sort, and category facets. The single most important DevRel artifact: it makes integration breadth measurable, browsable, and contributable.

Why a marketplace

Three jobs to be done.

Discoverability

"Does Coral support X?"

Today this question gets answered in the README or Discord. With a marketplace, it's a search query that returns a one-click install command.

Contribution

"How do I add my source?"

Today this is a GitHub PR. With a marketplace + Cookbook, contributors see Submit a Spec → fill template → lint passes → marked Community within 24h.

Trust

"Which sources are production-ready?"

Today, no visible quality signal. With tiered badges (Official / Verified / Community), buyers know what to use in prod.

Information architecture

Browse by category, sort by popularity.

Categories (URL-routed)

CategoryTodayYear-1 target
Observability7 sources20
Issue tracking515
Communication310
Infra / Cloud520
Auth / Identity18
Customer / CRM110
Billing / Finance110
Product analytics28
Incident response26
Data warehouses15
Files / Local35
Long tail71133
Total102250

Per-source page contents

Tier system

Three badges. Clear quality bar.

Tier · Official

Maintained by Coral team

~30 sources at month 12. Reviewed releases, regression-tested, SLA on bug fixes. Used in benchmarks.

Inclusion bar: internal — Coral team decides based on demand.

Tier · Verified

Community-maintained + Coral-reviewed

~80 sources at month 12. Lint-passing, 30-day stability, named maintainer, 100+ installs. Eligible for bounty payouts.

Inclusion bar: automated lint + DevRel review.

Tier · Community

User-submitted

~140 sources at month 12. Lint-passing only. May be experimental. Use at own risk warning.

Inclusion bar: automated lint only.

Build vs buy

Build it on top of GitHub or as a dedicated app?

OptionProsConsRecommendation
Static site from GitHub sources/ directory Zero infra, auto-deploy on PR merge, contributors already on GitHub, low maintenance Limited filtering, no real install metrics, no per-source health dashboards Month 1–3 MVP
Vercel-hosted Next.js app with backend Rich filtering, search, install telemetry, per-source dashboards, programmatic submission Engineering hours, infra cost, security/auth complexity Month 6+
Use Smithery as the marketplace Already exists, already has audience Not Coral-branded, no quality tiers, no integrated bounty Skip — build our own

Plan: ship the GitHub-driven static site in month 1–3. Migrate to Vercel-hosted Next.js app at month 6 once volume justifies it.