Skip to content

Commit 0108a39

Browse files
committed
feat: full upgrade per updated 10/10 report - added Related Research section, enhanced commercial tiers, updated bridge README, direct artifact links, no placeholders
1 parent 3cb11db commit 0108a39

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

source/src/pages/Commercial.tsx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,17 @@ export default function Commercial() {
131131
</p>
132132
</div>
133133

134+
{/* Clear Tiers */}
135+
<div>
136+
<h2 className="text-2xl font-bold mb-4">License Tiers</h2>
137+
<div className="text-secondary text-sm">
138+
<p><strong>Researcher / Academic Lab:</strong> Free for non-commercial, full artifacts, community support.</p>
139+
<p><strong>Commercial Deployment:</strong> Internal use rights, written license, priority support, IBM eval access.</p>
140+
<p><strong>Enterprise + Support:</strong> Full access, custom builds, SLAs, onboarding.</p>
141+
</div>
142+
<p className="text-xs mt-2">What remains free: Workbench GUI, public PyPI package (non-commercial), all GitHub artifacts.</p>
143+
</div>
144+
134145
{/* Pricing Cards */}
135146
<div ref={(el) => addRef(el, 2)} className="grid grid-cols-1 md:grid-cols-3 gap-4">
136147
<PricingTierCard

source/src/pages/Home.tsx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,21 @@ export default function Home() {
370370
</div>
371371
</section>
372372

373+
{/* ===== Related Research & Ecosystem (P1) ===== */}
374+
<section className="py-12 bg-void/50 border-t border-gridline">
375+
<div className="section-padding max-w-5xl mx-auto">
376+
<h2 className="text-2xl font-bold mb-4 text-center">Related Research &amp; Ecosystem</h2>
377+
<div className="grid grid-cols-1 md:grid-cols-3 gap-4 text-sm">
378+
<a href="https://github.com/GuillaumeLessard/qector-decoder" className="card-surface hover:border-cyan-300/50">QECTOR Decoder GitHub - Artifacts, code, full validation harness</a>
379+
<a href="https://github.com/qectorlab/qector-decoder-workbench" className="card-surface hover:border-cyan-300/50">Free Workbench v3.4 - GUI, MCP server, benchmarks</a>
380+
<div className="card-surface">
381+
Broader QECTOR / SATI CODEX / LCL-833 theoretical work and papers available via the decoder repo README and linked Zenodo records.
382+
</div>
383+
</div>
384+
<p className="text-center text-xs text-muted-foreground mt-4">Cross-linked with ORCID, "Mastering QEC" book, and full research corpus on GitHub.</p>
385+
</div>
386+
</section>
387+
373388
{/* ===== CTA ===== */}
374389
<section id="pricing-section" className="py-24 md:py-32 bg-surface/50">
375390
<div className="section-padding">

0 commit comments

Comments
 (0)