Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,25 @@
content="One mock server for LLMs, MCP, A2A, vector DBs, and more. Fixture-driven. Zero dependencies. The aimock suite for AI application testing."
/>

<!-- Open Graph / Social -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://aimock.copilotkit.dev/" />
<meta property="og:title" content="aimock — Deterministic mock infrastructure for AI apps" />
<meta
property="og:description"
content="One mock server for LLMs, MCP, A2A, vector DBs, and more. Fixture-driven. Zero dependencies."
/>
<meta property="og:image" content="https://aimock.copilotkit.dev/og-image.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="aimock — Mock everything your AI app talks to" />
<meta
name="twitter:description"
content="LLM APIs, MCP, A2A, vector DBs, search. One package, one port, zero dependencies."
/>
<meta name="twitter:image" content="https://aimock.copilotkit.dev/og-image.png" />

<link rel="icon" type="image/svg+xml" href="favicon.svg" />

<!-- Fonts -->
Expand Down
59 changes: 59 additions & 0 deletions docs/og-image.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
<!doctype html>
<html>
<head>
<style>
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
width: 1200px;
height: 630px;
background: #0a0a0f;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-family:
system-ui,
-apple-system,
sans-serif;
}
.brand {
font-size: 72px;
font-weight: 700;
color: #fff;
margin-bottom: 24px;
}
.brand .prompt {
color: #00ff88;
font-family: monospace;
}
.tagline {
font-size: 28px;
color: #888899;
margin-bottom: 32px;
}
.services {
font-size: 20px;
color: #555566;
font-family: monospace;
margin-bottom: 80px;
}
.install {
font-size: 18px;
color: #00ff88;
font-family: monospace;
}
</style>
</head>
<body>
<div class="brand"><span class="prompt">$</span> aimock</div>
<div class="tagline">Mock everything your AI app talks to</div>
<div class="services">
LLM APIs &nbsp;|&nbsp; MCP &nbsp;|&nbsp; A2A &nbsp;|&nbsp; Vector DBs &nbsp;|&nbsp; Search
</div>
<div class="install">npm install @copilotkit/aimock</div>
</body>
</html>
3 changes: 3 additions & 0 deletions docs/og-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions docs/og-image.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading