diff --git a/apps/web/app/(marketing)/page.tsx b/apps/web/app/(marketing)/page.tsx
index edecf6f..c984cca 100644
--- a/apps/web/app/(marketing)/page.tsx
+++ b/apps/web/app/(marketing)/page.tsx
@@ -30,6 +30,21 @@ const EXAMPLES: { title: string; desc: string }[] = [
{ title: 'Custom REST', desc: 'Wrap any HTTP API behind one prompt-defined tool surface.' },
];
+const MARKETPLACE_POINTS: { t: string; d: string }[] = [
+ {
+ t: 'Fork and own',
+ d: 'Start from a server someone already shipped. Fork it, paste your own credentials, deploy — no prompt required.',
+ },
+ {
+ t: 'Secrets never travel',
+ d: "A template carries the spec and generated code, never the author's API keys. You add your own on fork.",
+ },
+ {
+ t: 'Ranked by real usage',
+ d: 'Templates rise on fork count and active deploys — not vanity stars. The useful ones surface themselves.',
+ },
+];
+
const FAQ: { q: string; a: string }[] = [
{
q: 'What is MCP?',
@@ -212,6 +227,37 @@ export default function Landing() {
+ {/* Marketplace */}
+
+
+
+
+
+ Start from a template, ship in seconds
+
+
+ The marketplace is a library of working MCP servers the community already built.
+ Fork one to skip the prompt — or publish your own and let others build on it.
+