|
7 | 7 | <!-- Primary Meta Tags --> |
8 | 8 | <title>Lynkr - AI Coding Proxy | 87.6% Token Compression, 13+ Providers</title> |
9 | 9 | <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."> |
11 | 11 | <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"> |
12 | 12 | <meta name="author" content="Vishal Veera Reddy"> |
13 | 13 | <meta name="robots" content="index, follow"> |
|
21 | 21 | <meta property="og:type" content="website"> |
22 | 22 | <meta property="og:url" content="https://fast-editor.github.io/Lynkr/"> |
23 | 23 | <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."> |
25 | 25 | <meta property="og:image" content="https://fast-editor.github.io/Lynkr/og-image.png"> |
26 | 26 | <meta property="og:image:width" content="1200"> |
27 | 27 | <meta property="og:image:height" content="630"> |
|
32 | 32 | <meta name="twitter:card" content="summary_large_image"> |
33 | 33 | <meta name="twitter:url" content="https://fast-editor.github.io/Lynkr/"> |
34 | 34 | <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."> |
36 | 36 | <meta name="twitter:image" content="https://fast-editor.github.io/Lynkr/og-image.png"> |
37 | 37 |
|
38 | 38 | <!-- Favicon --> |
|
47 | 47 | "name": "Lynkr", |
48 | 48 | "applicationCategory": "DeveloperApplication", |
49 | 49 | "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.", |
51 | 51 | "url": "https://github.com/Fast-Editor/Lynkr", |
52 | 52 | "downloadUrl": "https://www.npmjs.com/package/lynkr", |
53 | 53 | "softwareVersion": "9.3.2", |
@@ -116,7 +116,7 @@ <h1 class="hero-title"> |
116 | 116 | </h1> |
117 | 117 |
|
118 | 118 | <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 |
120 | 120 | <em>before</em> they hit the model — <strong>87.6% on JSON tool results</strong>, |
121 | 121 | <strong>53% on tool-heavy requests</strong>, <strong>171ms semantic cache hits</strong>. |
122 | 122 | 13+ providers. Zero code changes. |
@@ -527,7 +527,7 @@ <h2 class="section-title">Up and Running in Minutes</h2> |
527 | 527 | <span class="code-title">Start Lynkr & Connect Claude Code</span> |
528 | 528 | </div> |
529 | 529 | <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> |
531 | 531 | npm start <span class="code-comment"># → Running at http://localhost:8081</span> |
532 | 532 |
|
533 | 533 | <span class="code-comment"># Connect Claude Code CLI</span> |
|
0 commit comments