|
11 | 11 | <meta name="keywords" content="LLM proxy, 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"> |
14 | | - <link rel="canonical" href="https://vishalveerareddy123.github.io/Lynkr/"> |
| 14 | + <link rel="canonical" href="https://fast-editor.github.io/Lynkr/"> |
15 | 15 |
|
16 | 16 | <!-- Theme Color --> |
17 | 17 | <meta name="theme-color" content="#8b5cf6"> |
18 | 18 | <meta name="msapplication-TileColor" content="#09090b"> |
19 | 19 |
|
20 | 20 | <!-- Open Graph / Facebook --> |
21 | 21 | <meta property="og:type" content="website"> |
22 | | - <meta property="og:url" content="https://vishalveerareddy123.github.io/Lynkr/"> |
| 22 | + <meta property="og:url" content="https://fast-editor.github.io/Lynkr/"> |
23 | 23 | <meta property="og:title" content="Lynkr - Universal LLM Proxy | 12+ Providers, 60-80% Cost Savings"> |
24 | 24 | <meta property="og:description" content="Self-hosted proxy server for Claude Code, Cursor, and AI coding tools. Connect to 12+ LLM providers with 60-80% cost reduction. Free local options with Ollama."> |
25 | | - <meta property="og:image" content="https://vishalveerareddy123.github.io/Lynkr/og-image.png"> |
| 25 | + <meta property="og:image" content="https://fast-editor.github.io/Lynkr/og-image.png"> |
| 26 | + <meta property="og:image:width" content="1200"> |
| 27 | + <meta property="og:image:height" content="630"> |
| 28 | + <meta property="og:image:alt" content="Lynkr — Run Claude Code, Cursor and Codex on any model"> |
26 | 29 | <meta property="og:site_name" content="Lynkr"> |
27 | 30 |
|
28 | 31 | <!-- Twitter --> |
29 | 32 | <meta name="twitter:card" content="summary_large_image"> |
30 | | - <meta name="twitter:url" content="https://vishalveerareddy123.github.io/Lynkr/"> |
| 33 | + <meta name="twitter:url" content="https://fast-editor.github.io/Lynkr/"> |
31 | 34 | <meta name="twitter:title" content="Lynkr - Universal LLM Proxy | 12+ Providers, 60-80% Cost Savings"> |
32 | 35 | <meta name="twitter:description" content="Self-hosted proxy server for Claude Code, Cursor, and AI coding tools. Connect to 12+ LLM providers with 60-80% cost reduction."> |
33 | | - <meta name="twitter:image" content="https://vishalveerareddy123.github.io/Lynkr/og-image.png"> |
| 36 | + <meta name="twitter:image" content="https://fast-editor.github.io/Lynkr/og-image.png"> |
34 | 37 |
|
35 | 38 | <!-- Favicon --> |
36 | 39 | <link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><rect width='100' height='100' rx='20' fill='%238b5cf6'/><text x='50' y='70' font-size='60' font-weight='bold' text-anchor='middle' fill='white'>L</text></svg>"> |
|
47 | 50 | "description": "Self-hosted LLM proxy server that enables Claude Code, Cursor, and AI coding tools to work with any LLM provider with 60-80% cost reduction.", |
48 | 51 | "url": "https://github.com/Fast-Editor/Lynkr", |
49 | 52 | "downloadUrl": "https://www.npmjs.com/package/lynkr", |
50 | | - "softwareVersion": "8.0", |
| 53 | + "softwareVersion": "9.3.2", |
51 | 54 | "author": { |
52 | 55 | "@type": "Person", |
53 | 56 | "name": "Vishal Veera Reddy", |
|
58 | 61 | "price": "0", |
59 | 62 | "priceCurrency": "USD" |
60 | 63 | }, |
61 | | - "aggregateRating": { |
62 | | - "@type": "AggregateRating", |
63 | | - "ratingValue": "5", |
64 | | - "ratingCount": "50" |
| 64 | + "interactionStatistic": { |
| 65 | + "@type": "InteractionCounter", |
| 66 | + "interactionType": "https://schema.org/LikeAction", |
| 67 | + "userInteractionCount": 445 |
65 | 68 | }, |
66 | 69 | "keywords": "LLM proxy, Claude Code, Cursor, Ollama, AWS Bedrock, AI coding, self-hosted" |
67 | 70 | } |
|
104 | 107 | <section class="hero"> |
105 | 108 | <div class="hero-badge"> |
106 | 109 | <span class="hero-badge-dot"></span> |
107 | | - <span>v8.0 — Production Ready</span> |
| 110 | + <span>v9.3.2 — Production Ready</span> |
108 | 111 | </div> |
109 | 112 |
|
110 | 113 | <h1 class="hero-title"> |
|
445 | 448 | npm install -g lynkr |
446 | 449 |
|
447 | 450 | <span class="code-comment"># Or using Homebrew</span> |
448 | | -brew tap vishalveerareddy123/lynkr && brew install lynkr</code></pre> |
| 451 | +brew tap fast-editor/lynkr && brew install lynkr</code></pre> |
449 | 452 | </div> |
450 | 453 | </div> |
451 | 454 | </div> |
|
0 commit comments