Skip to content

Commit 37dcb21

Browse files
vishal veerareddyclaude
andcommitted
design: full landing page and docs redesign — Precision Instrument aesthetic
- New design system: Syne display + IBM Plex Sans/Mono, electric amber accent oklch(0.78 0.17 78), near-black cool bg oklch(0.08 0.008 250) - Replaced purple gradient SaaS aesthetic with data-forward, terminal-native look - Hero: asymmetric split layout, benchmark numbers as instrument readings panel - Features: spec-sheet layout (metric + description rows) replacing card grid - Benchmark: animated before/after bar charts, real compression comparisons - Providers: compact chip grid replacing 13 identical cards - Quick Start: clean terminal blocks, no macOS chrome dots - Removed all gradient text, glassmorphism, and section eyebrow on every section - docs-style.css: full rebrand to match new tokens (amber accent, IBM Plex) - Added PRODUCT.md (register: brand, Vercel-reference, anti-refs defined) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent a562005 commit 37dcb21

6 files changed

Lines changed: 1038 additions & 1939 deletions

File tree

.impeccable/live/config.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"files": ["docs/**/*.html"],
3+
"insertBefore": "</body>",
4+
"commentSyntax": "html",
5+
"cspChecked": true,
6+
"framework": "multi-page-static",
7+
"devServer": null
8+
}

PRODUCT.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Product
2+
3+
## Register
4+
5+
brand
6+
7+
## Users
8+
9+
Solo developers and engineers evaluating AI coding gateway options. They arrive from GitHub, npm, or a referral link. They're already using Claude Code, Cursor, or Codex and are looking to cut costs or route through their own infrastructure. Primary action: `npm install -g lynkr`. They make the decision themselves; no lengthy sales process.
10+
11+
## Product Purpose
12+
13+
Lynkr is a self-hosted LLM gateway that compresses tokens before they reach the model. It sits between AI coding tools (Claude Code, Cursor, Codex) and 13+ LLM providers, reducing costs through smart tool selection (47-60%), TOON JSON compression (up to 87.6%), semantic caching (171ms hits, 0 tokens billed), and automatic complexity-based tier routing. Zero code changes required from the client tool.
14+
15+
Success: a developer reads the landing page, understands the value in under 30 seconds, and runs the install command.
16+
17+
## Brand Personality
18+
19+
Precise, technical, trustworthy. Like Vercel: sharp dark theme, data-forward (real benchmark numbers, not marketing adjectives), confident copy that doesn't waste words. Every claim is specific and measurable.
20+
21+
## Anti-references
22+
23+
- Generic SaaS: Intercom/HubSpot-style soft gradients, stock illustrations, feature grids with "empower your workflow" copy.
24+
- Typical 2024 AI startup landing page: aurora gradient backgrounds, glowing cards, buzzword-dense hero copy.
25+
- shadcn/zinc-dark clones: deep zinc + purple but with nothing distinctive — looks like a template, not a product.
26+
27+
## Design Principles
28+
29+
1. **Show numbers, not adjectives.** Every capability claim is backed by a specific measured number. "87.6% fewer tokens" not "massive compression".
30+
2. **Earn trust through specificity.** Developers are skeptical. The copy reads like it was written by someone who actually ran the benchmark.
31+
3. **Speed of comprehension.** A developer should understand what Lynkr does, why it matters, and how to install it within 30 seconds of arrival.
32+
4. **Tool-native aesthetic.** The visual language should feel at home in a terminal-centric developer workflow. Sharp edges, monospace where appropriate, no decorative softness.
33+
5. **No fluff, no apology.** Don't qualify claims. Don't use filler intros. State the thing, then prove it.
34+
35+
## Accessibility & Inclusion
36+
37+
Best effort practical compliance. Body text must have sufficient contrast against dark backgrounds. No motion for users who prefer reduced motion.

0 commit comments

Comments
 (0)