From 1184a5e362bbf316c14cd06d50f2553c80a765df Mon Sep 17 00:00:00 2001 From: keyp Date: Wed, 24 Jun 2026 18:22:16 +0800 Subject: [PATCH] feat(tools): add mqttkit to Frameworks --- config/tools-manual.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/config/tools-manual.json b/config/tools-manual.json index aa2c428b7afa..f05dd1fe0749 100644 --- a/config/tools-manual.json +++ b/config/tools-manual.json @@ -253,6 +253,20 @@ "categories": ["code-first", "framework"], "hasCommercial": false } + }, + { + "title": "mqttkit", + "description": "Elysia-style application framework for MQTT, written for Bun and TypeScript. Compose broker adapters, ordered middleware, typed topic routes, MQTT 5 RPC, and emit AsyncAPI 3.0 documents from the same route declarations via @mqttkit/asyncapi.", + "links": { + "websiteUrl": "https://mqttkit.keyp.dev", + "repoUrl": "https://github.com/keyp-dev/mqttkit" + }, + "filters": { + "language": "TypeScript", + "technology": ["Node.js"], + "categories": ["code-first", "framework"], + "hasCommercial": false + } } ] },