lynkr 8.0.0 → 9.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.lynkr/telemetry.db +0 -0
- package/.lynkr/telemetry.db-shm +0 -0
- package/.lynkr/telemetry.db-wal +0 -0
- package/README.md +196 -322
- package/lynkr-skill.tar.gz +0 -0
- package/package.json +4 -3
- package/src/api/openai-router.js +64 -13
- package/src/api/providers-handler.js +171 -3
- package/src/api/router.js +9 -2
- package/src/clients/circuit-breaker.js +10 -247
- package/src/clients/codex-process.js +342 -0
- package/src/clients/codex-utils.js +143 -0
- package/src/clients/databricks.js +210 -63
- package/src/clients/resilience.js +540 -0
- package/src/clients/retry.js +22 -167
- package/src/clients/standard-tools.js +23 -0
- package/src/config/index.js +77 -0
- package/src/context/compression.js +42 -9
- package/src/context/distill.js +492 -0
- package/src/orchestrator/index.js +48 -8
- package/src/routing/complexity-analyzer.js +258 -5
- package/src/routing/index.js +12 -2
- package/src/routing/latency-tracker.js +148 -0
- package/src/routing/model-tiers.js +2 -0
- package/src/routing/quality-scorer.js +113 -0
- package/src/routing/telemetry.js +464 -0
- package/src/server.js +13 -12
- package/src/tools/code-graph.js +538 -0
- package/src/tools/code-mode.js +304 -0
- package/src/tools/index.js +4 -0
- package/src/tools/lazy-loader.js +18 -0
- package/src/tools/mcp-remote.js +7 -0
- package/src/tools/smart-selection.js +11 -0
- package/src/tools/tinyfish.js +358 -0
- package/src/tools/truncate.js +1 -0
- package/src/utils/payload.js +206 -0
- package/src/utils/perf-timer.js +80 -0
- package/.github/FUNDING.yml +0 -15
- package/.github/workflows/README.md +0 -215
- package/.github/workflows/ci.yml +0 -69
- package/.github/workflows/index.yml +0 -62
- package/.github/workflows/web-tools-tests.yml +0 -56
- package/CITATIONS.bib +0 -6
- package/DEPLOYMENT.md +0 -1001
- package/LYNKR-TUI-PLAN.md +0 -984
- package/PERFORMANCE-REPORT.md +0 -866
- package/PLAN-per-client-model-routing.md +0 -252
- package/docs/42642f749da6234f41b6b425c3bb07c9.txt +0 -1
- package/docs/BingSiteAuth.xml +0 -4
- package/docs/docs-style.css +0 -478
- package/docs/docs.html +0 -198
- package/docs/google5be250e608e6da39.html +0 -1
- package/docs/index.html +0 -577
- package/docs/index.md +0 -584
- package/docs/robots.txt +0 -4
- package/docs/sitemap.xml +0 -44
- package/docs/style.css +0 -1223
- package/docs/toon-integration-spec.md +0 -130
- package/documentation/README.md +0 -101
- package/documentation/api.md +0 -806
- package/documentation/claude-code-cli.md +0 -679
- package/documentation/codex-cli.md +0 -397
- package/documentation/contributing.md +0 -571
- package/documentation/cursor-integration.md +0 -734
- package/documentation/docker.md +0 -874
- package/documentation/embeddings.md +0 -762
- package/documentation/faq.md +0 -713
- package/documentation/features.md +0 -403
- package/documentation/headroom.md +0 -519
- package/documentation/installation.md +0 -758
- package/documentation/memory-system.md +0 -476
- package/documentation/production.md +0 -636
- package/documentation/providers.md +0 -1009
- package/documentation/routing.md +0 -476
- package/documentation/testing.md +0 -629
- package/documentation/token-optimization.md +0 -325
- package/documentation/tools.md +0 -697
- package/documentation/troubleshooting.md +0 -969
- package/final-test.js +0 -33
- package/headroom-sidecar/config.py +0 -93
- package/headroom-sidecar/requirements.txt +0 -14
- package/headroom-sidecar/server.py +0 -451
- package/monitor-agents.sh +0 -31
- package/scripts/audit-log-reader.js +0 -399
- package/scripts/compact-dictionary.js +0 -204
- package/scripts/test-deduplication.js +0 -448
- package/src/db/database.sqlite +0 -0
- package/te +0 -11622
- package/test/README.md +0 -212
- package/test/azure-openai-config.test.js +0 -213
- package/test/azure-openai-error-resilience.test.js +0 -238
- package/test/azure-openai-format-conversion.test.js +0 -354
- package/test/azure-openai-integration.test.js +0 -287
- package/test/azure-openai-routing.test.js +0 -175
- package/test/azure-openai-streaming.test.js +0 -171
- package/test/bedrock-integration.test.js +0 -457
- package/test/comprehensive-test-suite.js +0 -928
- package/test/config-validation.test.js +0 -207
- package/test/cursor-integration.test.js +0 -484
- package/test/format-conversion.test.js +0 -578
- package/test/hybrid-routing-integration.test.js +0 -269
- package/test/hybrid-routing-performance.test.js +0 -428
- package/test/llamacpp-integration.test.js +0 -882
- package/test/lmstudio-integration.test.js +0 -347
- package/test/memory/extractor.test.js +0 -398
- package/test/memory/retriever.test.js +0 -613
- package/test/memory/retriever.test.js.bak +0 -585
- package/test/memory/search.test.js +0 -537
- package/test/memory/search.test.js.bak +0 -389
- package/test/memory/store.test.js +0 -344
- package/test/memory/store.test.js.bak +0 -312
- package/test/memory/surprise.test.js +0 -300
- package/test/memory-performance.test.js +0 -472
- package/test/openai-integration.test.js +0 -683
- package/test/openrouter-error-resilience.test.js +0 -418
- package/test/passthrough-mode.test.js +0 -385
- package/test/performance-benchmark.js +0 -351
- package/test/performance-tests.js +0 -528
- package/test/routing.test.js +0 -225
- package/test/toon-compression.test.js +0 -131
- package/test/web-tools.test.js +0 -329
- package/test-agents-simple.js +0 -43
- package/test-cli-connection.sh +0 -33
- package/test-learning-unit.js +0 -126
- package/test-learning.js +0 -112
- package/test-parallel-agents.sh +0 -124
- package/test-parallel-direct.js +0 -155
- package/test-subagents.sh +0 -117
package/docs/index.html
DELETED
|
@@ -1,577 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="UTF-8">
|
|
5
|
-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
|
-
|
|
7
|
-
<!-- Primary Meta Tags -->
|
|
8
|
-
<title>Lynkr - Universal LLM Proxy | 12+ Providers, 60-80% Cost Savings</title>
|
|
9
|
-
<meta name="title" content="Lynkr - Universal LLM Proxy | 12+ Providers, 60-80% Cost Savings">
|
|
10
|
-
<meta name="description" content="Self-hosted proxy server for Claude Code, Cursor, and AI coding tools. Connect to Ollama, AWS Bedrock, OpenRouter, Azure, and 12+ LLM providers with 60-80% cost reduction. 100% local option available.">
|
|
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
|
-
<meta name="author" content="Vishal Veera Reddy">
|
|
13
|
-
<meta name="robots" content="index, follow">
|
|
14
|
-
<link rel="canonical" href="https://vishalveerareddy123.github.io/Lynkr/">
|
|
15
|
-
|
|
16
|
-
<!-- Theme Color -->
|
|
17
|
-
<meta name="theme-color" content="#8b5cf6">
|
|
18
|
-
<meta name="msapplication-TileColor" content="#09090b">
|
|
19
|
-
|
|
20
|
-
<!-- Open Graph / Facebook -->
|
|
21
|
-
<meta property="og:type" content="website">
|
|
22
|
-
<meta property="og:url" content="https://vishalveerareddy123.github.io/Lynkr/">
|
|
23
|
-
<meta property="og:title" content="Lynkr - Universal LLM Proxy | 12+ Providers, 60-80% Cost Savings">
|
|
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">
|
|
26
|
-
<meta property="og:site_name" content="Lynkr">
|
|
27
|
-
|
|
28
|
-
<!-- Twitter -->
|
|
29
|
-
<meta name="twitter:card" content="summary_large_image">
|
|
30
|
-
<meta name="twitter:url" content="https://vishalveerareddy123.github.io/Lynkr/">
|
|
31
|
-
<meta name="twitter:title" content="Lynkr - Universal LLM Proxy | 12+ Providers, 60-80% Cost Savings">
|
|
32
|
-
<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">
|
|
34
|
-
|
|
35
|
-
<!-- Favicon -->
|
|
36
|
-
<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>">
|
|
37
|
-
<link rel="apple-touch-icon" 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>">
|
|
38
|
-
|
|
39
|
-
<!-- Structured Data (JSON-LD) -->
|
|
40
|
-
<script type="application/ld+json">
|
|
41
|
-
{
|
|
42
|
-
"@context": "https://schema.org",
|
|
43
|
-
"@type": "SoftwareApplication",
|
|
44
|
-
"name": "Lynkr",
|
|
45
|
-
"applicationCategory": "DeveloperApplication",
|
|
46
|
-
"operatingSystem": "Cross-platform",
|
|
47
|
-
"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
|
-
"url": "https://github.com/vishalveerareddy123/Lynkr",
|
|
49
|
-
"downloadUrl": "https://www.npmjs.com/package/lynkr",
|
|
50
|
-
"softwareVersion": "6.0",
|
|
51
|
-
"author": {
|
|
52
|
-
"@type": "Person",
|
|
53
|
-
"name": "Vishal Veera Reddy",
|
|
54
|
-
"url": "https://github.com/vishalveerareddy123"
|
|
55
|
-
},
|
|
56
|
-
"offers": {
|
|
57
|
-
"@type": "Offer",
|
|
58
|
-
"price": "0",
|
|
59
|
-
"priceCurrency": "USD"
|
|
60
|
-
},
|
|
61
|
-
"aggregateRating": {
|
|
62
|
-
"@type": "AggregateRating",
|
|
63
|
-
"ratingValue": "5",
|
|
64
|
-
"ratingCount": "50"
|
|
65
|
-
},
|
|
66
|
-
"keywords": "LLM proxy, Claude Code, Cursor, Ollama, AWS Bedrock, AI coding, self-hosted"
|
|
67
|
-
}
|
|
68
|
-
</script>
|
|
69
|
-
|
|
70
|
-
<link rel="stylesheet" href="style.css">
|
|
71
|
-
</head>
|
|
72
|
-
<body>
|
|
73
|
-
|
|
74
|
-
<div class="bg-gradient"></div>
|
|
75
|
-
<div class="particles"></div>
|
|
76
|
-
|
|
77
|
-
<!-- Navigation -->
|
|
78
|
-
<nav class="nav">
|
|
79
|
-
<div class="nav-inner">
|
|
80
|
-
<a href="#" class="nav-logo">
|
|
81
|
-
<div class="nav-logo-icon">L</div>
|
|
82
|
-
<span class="nav-logo-text">Lynkr</span>
|
|
83
|
-
</a>
|
|
84
|
-
<ul class="nav-links">
|
|
85
|
-
<li><a href="#features">Features</a></li>
|
|
86
|
-
<li><a href="#providers">Providers</a></li>
|
|
87
|
-
<li><a href="#clients">Clients</a></li>
|
|
88
|
-
<li><a href="#quickstart">Quick Start</a></li>
|
|
89
|
-
<li><a href="docs.html">Docs</a></li>
|
|
90
|
-
</ul>
|
|
91
|
-
<div class="nav-cta">
|
|
92
|
-
<a href="https://github.com/vishalveerareddy123/Lynkr" class="btn btn-secondary">
|
|
93
|
-
<svg width="18" height="18" viewBox="0 0 24 24" fill="currentColor">
|
|
94
|
-
<path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/>
|
|
95
|
-
</svg>
|
|
96
|
-
GitHub
|
|
97
|
-
</a>
|
|
98
|
-
<a href="#quickstart" class="btn btn-primary">Get Started</a>
|
|
99
|
-
</div>
|
|
100
|
-
</div>
|
|
101
|
-
</nav>
|
|
102
|
-
|
|
103
|
-
<!-- Hero Section -->
|
|
104
|
-
<section class="hero">
|
|
105
|
-
<div class="hero-badge">
|
|
106
|
-
<span class="hero-badge-dot"></span>
|
|
107
|
-
<span>v6.0 — Production Ready</span>
|
|
108
|
-
</div>
|
|
109
|
-
|
|
110
|
-
<h1 class="hero-title">
|
|
111
|
-
The Universal<br>
|
|
112
|
-
<span class="hero-title-gradient">LLM Proxy</span>
|
|
113
|
-
</h1>
|
|
114
|
-
|
|
115
|
-
<p class="hero-subtitle">
|
|
116
|
-
Self-hosted proxy server that enables Claude Code, Cursor, and AI coding tools
|
|
117
|
-
to work with any LLM provider — with <strong>60-80% cost reduction</strong>.
|
|
118
|
-
</p>
|
|
119
|
-
|
|
120
|
-
<div class="hero-actions">
|
|
121
|
-
<a href="#quickstart" class="btn btn-primary">
|
|
122
|
-
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
|
|
123
|
-
<polygon points="5 3 19 12 5 21 5 3"></polygon>
|
|
124
|
-
</svg>
|
|
125
|
-
Get Started
|
|
126
|
-
</a>
|
|
127
|
-
<a href="https://github.com/vishalveerareddy123/Lynkr" class="btn btn-secondary">
|
|
128
|
-
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
|
|
129
|
-
<path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/>
|
|
130
|
-
</svg>
|
|
131
|
-
View on GitHub
|
|
132
|
-
</a>
|
|
133
|
-
<a href="https://www.npmjs.com/package/lynkr" class="btn btn-ghost">
|
|
134
|
-
<svg width="18" height="18" viewBox="0 0 24 24" fill="currentColor">
|
|
135
|
-
<path d="M0 7.334v8h6.666v1.332H12v-1.332h12v-8H0zm6.666 6.664H5.334v-4H3.999v4H1.335V8.667h5.331v5.331zm4 0v1.336H8.001V8.667h5.334v5.332h-2.669v-.001zm12.001 0h-1.33v-4h-1.336v4h-1.335v-4h-1.33v4h-2.671V8.667h8.002v5.331zM10.665 10H12v2.667h-1.335V10z"/>
|
|
136
|
-
</svg>
|
|
137
|
-
NPM
|
|
138
|
-
</a>
|
|
139
|
-
</div>
|
|
140
|
-
|
|
141
|
-
<div class="hero-stats">
|
|
142
|
-
<div class="hero-stat">
|
|
143
|
-
<div class="hero-stat-value">12+</div>
|
|
144
|
-
<div class="hero-stat-label">Providers</div>
|
|
145
|
-
</div>
|
|
146
|
-
<div class="hero-stat">
|
|
147
|
-
<div class="hero-stat-value">60-80%</div>
|
|
148
|
-
<div class="hero-stat-label">Cost Savings</div>
|
|
149
|
-
</div>
|
|
150
|
-
<div class="hero-stat">
|
|
151
|
-
<div class="hero-stat-value">400+</div>
|
|
152
|
-
<div class="hero-stat-label">Tests</div>
|
|
153
|
-
</div>
|
|
154
|
-
<div class="hero-stat">
|
|
155
|
-
<div class="hero-stat-value">100%</div>
|
|
156
|
-
<div class="hero-stat-label">Local Option</div>
|
|
157
|
-
</div>
|
|
158
|
-
</div>
|
|
159
|
-
</section>
|
|
160
|
-
|
|
161
|
-
<!-- Features Section -->
|
|
162
|
-
<section class="section" id="features">
|
|
163
|
-
<div class="container">
|
|
164
|
-
<div class="section-header">
|
|
165
|
-
<div class="section-tag">Core Capabilities</div>
|
|
166
|
-
<h2 class="section-title">Built for Production</h2>
|
|
167
|
-
<p class="section-description">
|
|
168
|
-
Enterprise-grade features for teams that demand reliability, performance, and cost control.
|
|
169
|
-
</p>
|
|
170
|
-
</div>
|
|
171
|
-
|
|
172
|
-
<div class="features-grid">
|
|
173
|
-
<div class="feature-card">
|
|
174
|
-
<div class="feature-icon">🔌</div>
|
|
175
|
-
<h3 class="feature-title">Multi-Provider Support</h3>
|
|
176
|
-
<p class="feature-description">
|
|
177
|
-
Seamlessly switch between Ollama, AWS Bedrock, OpenRouter, Databricks, Azure, and more — without changing a single line of code.
|
|
178
|
-
</p>
|
|
179
|
-
</div>
|
|
180
|
-
|
|
181
|
-
<div class="feature-card">
|
|
182
|
-
<div class="feature-icon">💰</div>
|
|
183
|
-
<h3 class="feature-title">Token Optimization</h3>
|
|
184
|
-
<p class="feature-description">
|
|
185
|
-
Smart tool selection, prompt caching, and memory deduplication work together to reduce your LLM costs by 60-80%.
|
|
186
|
-
</p>
|
|
187
|
-
</div>
|
|
188
|
-
|
|
189
|
-
<div class="feature-card">
|
|
190
|
-
<div class="feature-icon">🧠</div>
|
|
191
|
-
<h3 class="feature-title">Long-Term Memory</h3>
|
|
192
|
-
<p class="feature-description">
|
|
193
|
-
Titans-inspired memory system persists context across sessions, enabling smarter and more contextual responses.
|
|
194
|
-
</p>
|
|
195
|
-
</div>
|
|
196
|
-
|
|
197
|
-
<div class="feature-card">
|
|
198
|
-
<div class="feature-icon">🔧</div>
|
|
199
|
-
<h3 class="feature-title">Full MCP Integration</h3>
|
|
200
|
-
<p class="feature-description">
|
|
201
|
-
Complete tool calling support with Model Context Protocol for advanced agent workflows and custom integrations.
|
|
202
|
-
</p>
|
|
203
|
-
</div>
|
|
204
|
-
|
|
205
|
-
<div class="feature-card">
|
|
206
|
-
<div class="feature-icon">📊</div>
|
|
207
|
-
<h3 class="feature-title">Enterprise Ready</h3>
|
|
208
|
-
<p class="feature-description">
|
|
209
|
-
Built-in circuit breakers, load shedding, metrics, health checks, and audit logging for production deployments.
|
|
210
|
-
</p>
|
|
211
|
-
</div>
|
|
212
|
-
|
|
213
|
-
<div class="feature-card">
|
|
214
|
-
<div class="feature-icon">🌐</div>
|
|
215
|
-
<h3 class="feature-title">Remote Endpoints</h3>
|
|
216
|
-
<p class="feature-description">
|
|
217
|
-
Connect to models on any machine — run inference on dedicated GPU servers and share resources across your entire team.
|
|
218
|
-
</p>
|
|
219
|
-
</div>
|
|
220
|
-
|
|
221
|
-
<div class="feature-card">
|
|
222
|
-
<div class="feature-icon">🔀</div>
|
|
223
|
-
<h3 class="feature-title">Hierarchical Routing</h3>
|
|
224
|
-
<p class="feature-description">
|
|
225
|
-
Intelligent request routing across model tiers — automatically route simple tasks to faster models and complex ones to more capable models.
|
|
226
|
-
</p>
|
|
227
|
-
</div>
|
|
228
|
-
</div>
|
|
229
|
-
</div>
|
|
230
|
-
</section>
|
|
231
|
-
|
|
232
|
-
<!-- Providers Section -->
|
|
233
|
-
<section class="section" id="providers">
|
|
234
|
-
<div class="container">
|
|
235
|
-
<div class="section-header">
|
|
236
|
-
<div class="section-tag">Integrations</div>
|
|
237
|
-
<h2 class="section-title">12+ LLM Providers</h2>
|
|
238
|
-
<p class="section-description">
|
|
239
|
-
From free local models to enterprise cloud solutions — use what works best for your use case.
|
|
240
|
-
</p>
|
|
241
|
-
</div>
|
|
242
|
-
|
|
243
|
-
<div class="providers-grid">
|
|
244
|
-
<div class="provider-card">
|
|
245
|
-
<span class="provider-icon">🦙</span>
|
|
246
|
-
<div class="provider-name">Ollama</div>
|
|
247
|
-
<div class="provider-type">Local</div>
|
|
248
|
-
<span class="provider-badge">FREE</span>
|
|
249
|
-
</div>
|
|
250
|
-
|
|
251
|
-
<div class="provider-card">
|
|
252
|
-
<span class="provider-icon">⚡</span>
|
|
253
|
-
<div class="provider-name">llama.cpp</div>
|
|
254
|
-
<div class="provider-type">Local</div>
|
|
255
|
-
<span class="provider-badge">FREE</span>
|
|
256
|
-
</div>
|
|
257
|
-
|
|
258
|
-
<div class="provider-card">
|
|
259
|
-
<span class="provider-icon">🎬</span>
|
|
260
|
-
<div class="provider-name">LM Studio</div>
|
|
261
|
-
<div class="provider-type">Local</div>
|
|
262
|
-
<span class="provider-badge">FREE</span>
|
|
263
|
-
</div>
|
|
264
|
-
|
|
265
|
-
<div class="provider-card">
|
|
266
|
-
<span class="provider-icon">🍎</span>
|
|
267
|
-
<div class="provider-name">MLX Server</div>
|
|
268
|
-
<div class="provider-type">Apple Silicon</div>
|
|
269
|
-
<span class="provider-badge">FREE</span>
|
|
270
|
-
</div>
|
|
271
|
-
|
|
272
|
-
<div class="provider-card">
|
|
273
|
-
<span class="provider-icon">☁️</span>
|
|
274
|
-
<div class="provider-name">AWS Bedrock</div>
|
|
275
|
-
<div class="provider-type">Cloud</div>
|
|
276
|
-
<span class="provider-badge paid">100+ MODELS</span>
|
|
277
|
-
</div>
|
|
278
|
-
|
|
279
|
-
<div class="provider-card">
|
|
280
|
-
<span class="provider-icon">🛤️</span>
|
|
281
|
-
<div class="provider-name">OpenRouter</div>
|
|
282
|
-
<div class="provider-type">Cloud</div>
|
|
283
|
-
<span class="provider-badge paid">100+ MODELS</span>
|
|
284
|
-
</div>
|
|
285
|
-
|
|
286
|
-
<div class="provider-card">
|
|
287
|
-
<span class="provider-icon">🧱</span>
|
|
288
|
-
<div class="provider-name">Databricks</div>
|
|
289
|
-
<div class="provider-type">Enterprise</div>
|
|
290
|
-
<span class="provider-badge paid">CLAUDE 4.5</span>
|
|
291
|
-
</div>
|
|
292
|
-
|
|
293
|
-
<div class="provider-card">
|
|
294
|
-
<span class="provider-icon">🔷</span>
|
|
295
|
-
<div class="provider-name">Azure OpenAI</div>
|
|
296
|
-
<div class="provider-type">Cloud</div>
|
|
297
|
-
<span class="provider-badge paid">GPT-4o, o1</span>
|
|
298
|
-
</div>
|
|
299
|
-
|
|
300
|
-
<div class="provider-card">
|
|
301
|
-
<span class="provider-icon">🟣</span>
|
|
302
|
-
<div class="provider-name">Azure Anthropic</div>
|
|
303
|
-
<div class="provider-type">Cloud</div>
|
|
304
|
-
<span class="provider-badge paid">CLAUDE</span>
|
|
305
|
-
</div>
|
|
306
|
-
|
|
307
|
-
<div class="provider-card">
|
|
308
|
-
<span class="provider-icon">🤖</span>
|
|
309
|
-
<div class="provider-name">OpenAI</div>
|
|
310
|
-
<div class="provider-type">Cloud</div>
|
|
311
|
-
<span class="provider-badge paid">GPT-4o, o1</span>
|
|
312
|
-
</div>
|
|
313
|
-
|
|
314
|
-
<div class="provider-card">
|
|
315
|
-
<span class="provider-icon" style="font-weight: 900; font-size: 28px; background: linear-gradient(135deg, #1a1a2e, #16213e); color: #fff; width: 42px; height: 42px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center;">Z</span>
|
|
316
|
-
<div class="provider-name">z.ai</div>
|
|
317
|
-
<div class="provider-type">Cloud</div>
|
|
318
|
-
<span class="provider-badge paid">GLM MODELS</span>
|
|
319
|
-
</div>
|
|
320
|
-
|
|
321
|
-
<div class="provider-card">
|
|
322
|
-
<span class="provider-icon">💎</span>
|
|
323
|
-
<div class="provider-name">Vertex AI</div>
|
|
324
|
-
<div class="provider-type">Cloud</div>
|
|
325
|
-
<span class="provider-badge paid">GEMINI</span>
|
|
326
|
-
</div>
|
|
327
|
-
</div>
|
|
328
|
-
</div>
|
|
329
|
-
</section>
|
|
330
|
-
|
|
331
|
-
<!-- Clients Section -->
|
|
332
|
-
<section class="section" id="clients">
|
|
333
|
-
<div class="container">
|
|
334
|
-
<div class="section-header">
|
|
335
|
-
<div class="section-tag">Compatible Tools</div>
|
|
336
|
-
<h2 class="section-title">Works With Your Stack</h2>
|
|
337
|
-
<p class="section-description">
|
|
338
|
-
Drop-in replacement for Anthropic API — no code changes required in any of your tools.
|
|
339
|
-
</p>
|
|
340
|
-
</div>
|
|
341
|
-
|
|
342
|
-
<div class="clients-grid">
|
|
343
|
-
<div class="client-card">
|
|
344
|
-
<div class="client-icon">⚡</div>
|
|
345
|
-
<div class="client-info">
|
|
346
|
-
<div class="client-name">Claude Code CLI</div>
|
|
347
|
-
<div class="client-desc">Official Anthropic terminal assistant</div>
|
|
348
|
-
</div>
|
|
349
|
-
</div>
|
|
350
|
-
|
|
351
|
-
<div class="client-card">
|
|
352
|
-
<div class="client-icon">📝</div>
|
|
353
|
-
<div class="client-info">
|
|
354
|
-
<div class="client-name">Cursor IDE</div>
|
|
355
|
-
<div class="client-desc">AI-first code editor</div>
|
|
356
|
-
</div>
|
|
357
|
-
</div>
|
|
358
|
-
|
|
359
|
-
<div class="client-card">
|
|
360
|
-
<div class="client-icon">💻</div>
|
|
361
|
-
<div class="client-info">
|
|
362
|
-
<div class="client-name">Codex CLI</div>
|
|
363
|
-
<div class="client-desc">OpenAI's terminal assistant</div>
|
|
364
|
-
</div>
|
|
365
|
-
</div>
|
|
366
|
-
|
|
367
|
-
<div class="client-card">
|
|
368
|
-
<div class="client-icon">🤖</div>
|
|
369
|
-
<div class="client-info">
|
|
370
|
-
<div class="client-name">ClawdBot</div>
|
|
371
|
-
<div class="client-desc">GitHub Copilot alternative</div>
|
|
372
|
-
</div>
|
|
373
|
-
</div>
|
|
374
|
-
|
|
375
|
-
<div class="client-card">
|
|
376
|
-
<div class="client-icon">🔗</div>
|
|
377
|
-
<div class="client-info">
|
|
378
|
-
<div class="client-name">Cline / Continue.dev</div>
|
|
379
|
-
<div class="client-desc">OpenAI-compatible VS Code extensions</div>
|
|
380
|
-
</div>
|
|
381
|
-
</div>
|
|
382
|
-
</div>
|
|
383
|
-
</div>
|
|
384
|
-
</section>
|
|
385
|
-
|
|
386
|
-
<!-- Quick Start Section -->
|
|
387
|
-
<section class="section" id="quickstart">
|
|
388
|
-
<div class="container">
|
|
389
|
-
<div class="section-header">
|
|
390
|
-
<div class="section-tag">Get Started</div>
|
|
391
|
-
<h2 class="section-title">Up and Running in Minutes</h2>
|
|
392
|
-
<p class="section-description">
|
|
393
|
-
Three simple steps to unlock any LLM provider with your favorite coding tools.
|
|
394
|
-
</p>
|
|
395
|
-
</div>
|
|
396
|
-
|
|
397
|
-
<div class="steps">
|
|
398
|
-
<div class="step">
|
|
399
|
-
<div class="step-number">1</div>
|
|
400
|
-
<div class="step-content">
|
|
401
|
-
<div class="step-title">Install Lynkr</div>
|
|
402
|
-
<div class="step-description">Install globally via npm or Homebrew — your choice.</div>
|
|
403
|
-
<div class="code-block">
|
|
404
|
-
<div class="code-header">
|
|
405
|
-
<div class="code-dots">
|
|
406
|
-
<span class="code-dot red"></span>
|
|
407
|
-
<span class="code-dot yellow"></span>
|
|
408
|
-
<span class="code-dot green"></span>
|
|
409
|
-
</div>
|
|
410
|
-
<span class="code-title">Terminal</span>
|
|
411
|
-
</div>
|
|
412
|
-
<div class="code-content">
|
|
413
|
-
<pre><code><span class="code-comment"># Using npm</span>
|
|
414
|
-
npm install -g lynkr
|
|
415
|
-
|
|
416
|
-
<span class="code-comment"># Or using Homebrew</span>
|
|
417
|
-
brew tap vishalveerareddy123/lynkr && brew install lynkr</code></pre>
|
|
418
|
-
</div>
|
|
419
|
-
</div>
|
|
420
|
-
</div>
|
|
421
|
-
</div>
|
|
422
|
-
|
|
423
|
-
<div class="step">
|
|
424
|
-
<div class="step-number">2</div>
|
|
425
|
-
<div class="step-content">
|
|
426
|
-
<div class="step-title">Configure Your Provider</div>
|
|
427
|
-
<div class="step-description">Set your preferred LLM provider using environment variables.</div>
|
|
428
|
-
<div class="code-block">
|
|
429
|
-
<div class="code-header">
|
|
430
|
-
<div class="code-dots">
|
|
431
|
-
<span class="code-dot red"></span>
|
|
432
|
-
<span class="code-dot yellow"></span>
|
|
433
|
-
<span class="code-dot green"></span>
|
|
434
|
-
</div>
|
|
435
|
-
<span class="code-title">Local with Ollama (FREE)</span>
|
|
436
|
-
</div>
|
|
437
|
-
<div class="code-content">
|
|
438
|
-
<pre><code><span class="code-keyword">export</span> <span class="code-variable">MODEL_PROVIDER</span>=<span class="code-string">ollama</span>
|
|
439
|
-
<span class="code-keyword">export</span> <span class="code-variable">OLLAMA_MODEL</span>=<span class="code-string">qwen2.5-coder:latest</span></code></pre>
|
|
440
|
-
</div>
|
|
441
|
-
</div>
|
|
442
|
-
<div class="code-block">
|
|
443
|
-
<div class="code-header">
|
|
444
|
-
<div class="code-dots">
|
|
445
|
-
<span class="code-dot red"></span>
|
|
446
|
-
<span class="code-dot yellow"></span>
|
|
447
|
-
<span class="code-dot green"></span>
|
|
448
|
-
</div>
|
|
449
|
-
<span class="code-title">Cloud with AWS Bedrock</span>
|
|
450
|
-
</div>
|
|
451
|
-
<div class="code-content">
|
|
452
|
-
<pre><code><span class="code-keyword">export</span> <span class="code-variable">MODEL_PROVIDER</span>=<span class="code-string">bedrock</span>
|
|
453
|
-
<span class="code-keyword">export</span> <span class="code-variable">AWS_BEDROCK_API_KEY</span>=<span class="code-string">your-api-key</span>
|
|
454
|
-
<span class="code-keyword">export</span> <span class="code-variable">AWS_BEDROCK_MODEL_ID</span>=<span class="code-string">anthropic.claude-3-5-sonnet-20241022-v2:0</span></code></pre>
|
|
455
|
-
</div>
|
|
456
|
-
</div>
|
|
457
|
-
</div>
|
|
458
|
-
</div>
|
|
459
|
-
|
|
460
|
-
<div class="step">
|
|
461
|
-
<div class="step-number">3</div>
|
|
462
|
-
<div class="step-content">
|
|
463
|
-
<div class="step-title">Connect Your Tools</div>
|
|
464
|
-
<div class="step-description">Point your AI coding tools to Lynkr and you're done.</div>
|
|
465
|
-
<div class="code-block">
|
|
466
|
-
<div class="code-header">
|
|
467
|
-
<div class="code-dots">
|
|
468
|
-
<span class="code-dot red"></span>
|
|
469
|
-
<span class="code-dot yellow"></span>
|
|
470
|
-
<span class="code-dot green"></span>
|
|
471
|
-
</div>
|
|
472
|
-
<span class="code-title">Start Lynkr & Connect Claude Code</span>
|
|
473
|
-
</div>
|
|
474
|
-
<div class="code-content">
|
|
475
|
-
<pre><code><span class="code-comment"># Start the proxy server</span>
|
|
476
|
-
npm start <span class="code-comment"># → Running at http://localhost:8081</span>
|
|
477
|
-
|
|
478
|
-
<span class="code-comment"># Connect Claude Code CLI</span>
|
|
479
|
-
<span class="code-keyword">export</span> <span class="code-variable">ANTHROPIC_BASE_URL</span>=<span class="code-string">http://localhost:8081</span>
|
|
480
|
-
<span class="code-keyword">export</span> <span class="code-variable">ANTHROPIC_API_KEY</span>=<span class="code-string">dummy</span>
|
|
481
|
-
claude</code></pre>
|
|
482
|
-
</div>
|
|
483
|
-
</div>
|
|
484
|
-
</div>
|
|
485
|
-
</div>
|
|
486
|
-
</div>
|
|
487
|
-
</div>
|
|
488
|
-
</section>
|
|
489
|
-
|
|
490
|
-
<!-- Architecture Section -->
|
|
491
|
-
<section class="section">
|
|
492
|
-
<div class="container">
|
|
493
|
-
<div class="section-header">
|
|
494
|
-
<div class="section-tag">How It Works</div>
|
|
495
|
-
<h2 class="section-title">Architecture</h2>
|
|
496
|
-
<p class="section-description">
|
|
497
|
-
Lynkr sits between your tools and any LLM provider, handling format conversion, caching, and optimization transparently.
|
|
498
|
-
</p>
|
|
499
|
-
</div>
|
|
500
|
-
|
|
501
|
-
<div class="architecture">
|
|
502
|
-
<pre class="architecture-diagram">
|
|
503
|
-
<span class="architecture-highlight">Claude Code</span> / <span class="architecture-highlight">Cursor</span> / <span class="architecture-highlight">Codex</span> / <span class="architecture-highlight">ClawdBot</span>
|
|
504
|
-
│
|
|
505
|
-
▼
|
|
506
|
-
┌─────────────────────┐
|
|
507
|
-
│ <span class="architecture-highlight">Lynkr Proxy</span> │
|
|
508
|
-
│ localhost:8081 │
|
|
509
|
-
│ │
|
|
510
|
-
│ • Format Conversion│
|
|
511
|
-
│ • Prompt Caching │
|
|
512
|
-
│ • Token Optimization
|
|
513
|
-
│ • Tool Calling │
|
|
514
|
-
│ • Memory System │
|
|
515
|
-
│ • Metrics & Logs │
|
|
516
|
-
└──────────┬──────────┘
|
|
517
|
-
│
|
|
518
|
-
┌───────────────┼───────────────┐
|
|
519
|
-
▼ ▼ ▼
|
|
520
|
-
┌─────────┐ ┌─────────┐ ┌─────────┐
|
|
521
|
-
│ <span class="architecture-highlight">Local</span> │ │ <span class="architecture-highlight">Cloud</span> │ │ <span class="architecture-highlight">Remote</span> │
|
|
522
|
-
├─────────┤ ├─────────┤ ├─────────┤
|
|
523
|
-
│ Ollama │ │ Bedrock │ │GPU Server│
|
|
524
|
-
│llama.cpp│ │OpenRouter │ (any IP)│
|
|
525
|
-
│LM Studio│ │Databricks │ │
|
|
526
|
-
│MLX Server │Azure/OpenAI │ │
|
|
527
|
-
└─────────┘ └─────────┘ └─────────┘
|
|
528
|
-
</pre>
|
|
529
|
-
</div>
|
|
530
|
-
</div>
|
|
531
|
-
</section>
|
|
532
|
-
|
|
533
|
-
<!-- CTA Section -->
|
|
534
|
-
<section class="section">
|
|
535
|
-
<div class="container">
|
|
536
|
-
<div class="cta-section">
|
|
537
|
-
<h2 class="cta-title">Ready to Get Started?</h2>
|
|
538
|
-
<p class="cta-description">
|
|
539
|
-
Join developers saving 60-80% on LLM costs while using their favorite coding tools with any provider.
|
|
540
|
-
</p>
|
|
541
|
-
<div class="cta-actions">
|
|
542
|
-
<a href="https://github.com/vishalveerareddy123/Lynkr" class="btn btn-primary">
|
|
543
|
-
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
|
|
544
|
-
<path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/>
|
|
545
|
-
</svg>
|
|
546
|
-
Star on GitHub
|
|
547
|
-
</a>
|
|
548
|
-
<a href="https://www.npmjs.com/package/lynkr" class="btn btn-secondary">
|
|
549
|
-
<svg width="18" height="18" viewBox="0 0 24 24" fill="currentColor">
|
|
550
|
-
<path d="M0 7.334v8h6.666v1.332H12v-1.332h12v-8H0zm6.666 6.664H5.334v-4H3.999v4H1.335V8.667h5.331v5.331zm4 0v1.336H8.001V8.667h5.334v5.332h-2.669v-.001zm12.001 0h-1.33v-4h-1.336v4h-1.335v-4h-1.33v4h-2.671V8.667h8.002v5.331zM10.665 10H12v2.667h-1.335V10z"/>
|
|
551
|
-
</svg>
|
|
552
|
-
View on NPM
|
|
553
|
-
</a>
|
|
554
|
-
<a href="docs.html" class="btn btn-ghost">
|
|
555
|
-
Read the Docs →
|
|
556
|
-
</a>
|
|
557
|
-
</div>
|
|
558
|
-
</div>
|
|
559
|
-
</div>
|
|
560
|
-
</section>
|
|
561
|
-
|
|
562
|
-
<!-- Footer -->
|
|
563
|
-
<footer class="footer">
|
|
564
|
-
<div class="footer-logo">Lynkr</div>
|
|
565
|
-
<div class="footer-links">
|
|
566
|
-
<a href="https://github.com/vishalveerareddy123/Lynkr">GitHub</a>
|
|
567
|
-
<a href="https://www.npmjs.com/package/lynkr">NPM</a>
|
|
568
|
-
<a href="docs.html">Documentation</a>
|
|
569
|
-
<a href="https://github.com/vishalveerareddy123/Lynkr/issues">Issues</a>
|
|
570
|
-
<a href="https://github.com/vishalveerareddy123/Lynkr/discussions">Discussions</a>
|
|
571
|
-
</div>
|
|
572
|
-
<div class="footer-meta">
|
|
573
|
-
Apache 2.0 License · Built by <a href="https://github.com/vishalveerareddy123">Vishal Veera Reddy</a>
|
|
574
|
-
</div>
|
|
575
|
-
</footer>
|
|
576
|
-
</body>
|
|
577
|
-
</html>
|