Skip to content

Commit 6e9344f

Browse files
vishal veerareddyclaude
andcommitted
docs: replace remaining 'proxy' with 'gateway' on website hero
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 2e81052 commit 6e9344f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<!-- Primary Meta Tags -->
88
<title>Lynkr - AI Coding Proxy | 87.6% Token Compression, 13+ Providers</title>
99
<meta name="title" content="Lynkr - AI Coding Proxy | 87.6% Token Compression, 13+ Providers">
10-
<meta name="description" content="Self-hosted proxy for Claude Code, Cursor, and Codex. Compresses tokens before they hit the model — 87.6% on JSON tool results, 53% on tool-heavy requests, 171ms semantic cache hits. 13+ LLM providers, zero code changes.">
10+
<meta name="description" content="Self-hosted gateway for Claude Code, Cursor, and Codex. Compresses tokens before they hit the model — 87.6% on JSON tool results, 53% on tool-heavy requests, 171ms semantic cache hits. 13+ LLM providers, zero code changes.">
1111
<meta name="keywords" content="LLM gateway, Claude Code, Cursor IDE, Ollama, AWS Bedrock, OpenRouter, AI coding assistant, self-hosted AI, token optimization, prompt caching, MCP server, local LLM, GPT-4, Claude, Gemini">
1212
<meta name="author" content="Vishal Veera Reddy">
1313
<meta name="robots" content="index, follow">
@@ -21,7 +21,7 @@
2121
<meta property="og:type" content="website">
2222
<meta property="og:url" content="https://fast-editor.github.io/Lynkr/">
2323
<meta property="og:title" content="Lynkr - AI Coding Proxy | 87.6% Token Compression, 13+ Providers">
24-
<meta property="og:description" content="Self-hosted proxy for Claude Code, Cursor, and Codex. Compresses tokens before they hit the model — 87.6% on JSON tool results, 53% on tool-heavy requests, 171ms semantic cache hits.">
24+
<meta property="og:description" content="Self-hosted gateway for Claude Code, Cursor, and Codex. Compresses tokens before they hit the model — 87.6% on JSON tool results, 53% on tool-heavy requests, 171ms semantic cache hits.">
2525
<meta property="og:image" content="https://fast-editor.github.io/Lynkr/og-image.png">
2626
<meta property="og:image:width" content="1200">
2727
<meta property="og:image:height" content="630">
@@ -32,7 +32,7 @@
3232
<meta name="twitter:card" content="summary_large_image">
3333
<meta name="twitter:url" content="https://fast-editor.github.io/Lynkr/">
3434
<meta name="twitter:title" content="Lynkr - AI Coding Proxy | 87.6% Token Compression, 13+ Providers">
35-
<meta name="twitter:description" content="Self-hosted proxy for Claude Code, Cursor, and Codex. 87.6% compression on JSON tool results, 53% on tool-heavy requests, 171ms semantic cache hits.">
35+
<meta name="twitter:description" content="Self-hosted gateway for Claude Code, Cursor, and Codex. 87.6% compression on JSON tool results, 53% on tool-heavy requests, 171ms semantic cache hits.">
3636
<meta name="twitter:image" content="https://fast-editor.github.io/Lynkr/og-image.png">
3737

3838
<!-- Favicon -->
@@ -47,7 +47,7 @@
4747
"name": "Lynkr",
4848
"applicationCategory": "DeveloperApplication",
4949
"operatingSystem": "Cross-platform",
50-
"description": "Self-hosted proxy for Claude Code, Cursor, and Codex. Compresses tokens before they hit the model — 87.6% on JSON tool results, 53% on tool-heavy requests, 171ms semantic cache hits. 13+ LLM providers, zero code changes.",
50+
"description": "Self-hosted gateway for Claude Code, Cursor, and Codex. Compresses tokens before they hit the model — 87.6% on JSON tool results, 53% on tool-heavy requests, 171ms semantic cache hits. 13+ LLM providers, zero code changes.",
5151
"url": "https://github.com/Fast-Editor/Lynkr",
5252
"downloadUrl": "https://www.npmjs.com/package/lynkr",
5353
"softwareVersion": "9.3.2",
@@ -116,7 +116,7 @@ <h1 class="hero-title">
116116
</h1>
117117

118118
<p class="hero-subtitle">
119-
Self-hosted proxy for Claude Code, Cursor, and Codex that compresses tokens
119+
Self-hosted gateway for Claude Code, Cursor, and Codex that compresses tokens
120120
<em>before</em> they hit the model — <strong>87.6% on JSON tool results</strong>,
121121
<strong>53% on tool-heavy requests</strong>, <strong>171ms semantic cache hits</strong>.
122122
13+ providers. Zero code changes.
@@ -527,7 +527,7 @@ <h2 class="section-title">Up and Running in Minutes</h2>
527527
<span class="code-title">Start Lynkr & Connect Claude Code</span>
528528
</div>
529529
<div class="code-content">
530-
<pre><code><span class="code-comment"># Start the proxy server</span>
530+
<pre><code><span class="code-comment"># Start the gateway server</span>
531531
npm start <span class="code-comment"># → Running at http://localhost:8081</span>
532532

533533
<span class="code-comment"># Connect Claude Code CLI</span>

0 commit comments

Comments
 (0)