From ddd0a592aa049ba668294559d66ce3591900057a Mon Sep 17 00:00:00 2001 From: Rene Fichtmueller Date: Thu, 19 Mar 2026 15:42:02 +1000 Subject: [PATCH] Add live demo link: https://transceiver-db-demo.pages.dev --- README.md | 4 ++++ src/types.ts | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dec231b..0457031 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # transceiver-db +> **[🚀 Live Demo](https://transceiver-db-demo.pages.dev)** — Try it in your browser, no installation needed. + [![npm version](https://img.shields.io/npm/v/transceiver-db.svg)](https://www.npmjs.com/package/transceiver-db) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) [![TypeScript](https://img.shields.io/badge/TypeScript-Ready-blue.svg)](https://www.typescriptlang.org/) @@ -13,6 +15,8 @@ From 1G SFP to 800G OSFP. Zero dependencies. ## Why? +> **[🚀 Live Demo](https://transceiver-db-demo.pages.dev)** — Try it in your browser, no installation needed. + No open-source transceiver database existed. Network engineers, inventory systems, and automation tools had to maintain their own fragmented lists. Now there is a single, typed, searchable source of truth. ## Install diff --git a/src/types.ts b/src/types.ts index dd91e84..451022e 100644 --- a/src/types.ts +++ b/src/types.ts @@ -116,7 +116,7 @@ export interface Standard { export interface Competitor { name: string; - type: "OEM" | "Whitebox" | "Manufacturer" | "Distributor"; + type: "OEM" | "Whitebox" | "Manufacturer" | "Distributor" | "Compatible"; headquarters: string; marketPosition: string; formFactorsOffered: string[];