From 80acdd2c62f1d09ea3e35f52ec2ca5afee705f4b Mon Sep 17 00:00:00 2001 From: Anthony Alex Date: Mon, 1 Sep 2025 11:08:32 -0400 Subject: [PATCH 1/4] Add KaibanJS (#943) Checklist: - [x] I've read and understood [Contributing Guidelines](CONTRIBUTING.md). - [x] I've added the new resource at the end of its section. - [x] This resource is out there for a while, and actively maintained. - [x] This resource is popular enough and has at least a few hundred stars on GitHub. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index fa77a0e..fc12338 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [SDK](#sdk) * [ORM](#orm) * [WebSockets](#websockets) + * [Generative AI](#generative-ai) * [Misc](#misc) * [Worth Reading](#worth-reading) * [Other Awesome Lists](#other-awesome-lists) @@ -1045,6 +1046,10 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [Socket.io](https://github.com/socketio/socket.io) The most widely used WebSocket library for real-time applications. Supports auto-reconnection, rooms, and fallbacks (e.g., polling). * [ws](https://github.com/websockets/ws) Simple to use, blazing fast and thoroughly tested WebSocket client and server for Node.js. +## Generative AI + +* [KaibanJS](https://github.com/kaiban-ai/KaibanJS) - KaibanJS is an open-source framework browser-compatibility of orchestration of multi-agent ai systems using a Kanban-inspired architecture. + ## Misc * [echo](https://github.com/toddmotto/echo) - Lazy-loading images with data-* attributes. From 7752448167c6b000872ee0e25b15cf7c04c28974 Mon Sep 17 00:00:00 2001 From: cmdragon <39700024+cmdragon@users.noreply.github.com> Date: Fri, 5 Sep 2025 17:05:45 +0800 Subject: [PATCH 2/4] Add package manager bun (#945) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fc12338..ee03382 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [Duo](https://github.com/duojs/duo) - Next-generation package manager that blends the best ideas from Component, Browserify and Go to make organizing and writing front-end code quick and painless. * [yarn](https://yarnpkg.com/) - Fast, reliable, and secure dependency management. * [pnpm](https://pnpm.io/) - Fast, disk space efficient package manager. +* [bun](https://bun.sh/) - Bun is a fast JavaScript all-in-one toolkit. ## Component Management From 1404f11ac130a434b10ad4b0292e3c1d993f8fb4 Mon Sep 17 00:00:00 2001 From: WILLIAMS EZE Date: Tue, 23 Sep 2025 12:20:02 +0100 Subject: [PATCH 3/4] feat: add yup to Type Checkers section (#949) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ee03382..89d583d 100644 --- a/README.md +++ b/README.md @@ -149,6 +149,7 @@ A collection of awesome browser-side [JavaScript](https://developer.mozilla.org/ * [TypL](https://github.com/getify/TypL) - the JavaScript Type Linter with a bias on type inference. * [Hindley Milner Definitions](https://github.com/xodio/hm-def) - runtime type checking for JavaScript functions using Haskell-alike Hindley Milner type signatures. * [Zod](https://github.com/colinhacks/zod) - TypeScript-first schema validation with built-in static type inference. +* [Yup](https://github.com/jquense/yup) - JavaScript schema builder and validator. ## Testing Frameworks From eb33d33bc567e8c26234d6907d1cb8e9d88e03e1 Mon Sep 17 00:00:00 2001 From: WILLIAMS EZE Date: Tue, 23 Sep 2025 12:21:12 +0100 Subject: [PATCH 4/4] feat: this commit adds shiki to Code Highlighting (#948) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 89d583d..3171481 100644 --- a/README.md +++ b/README.md @@ -676,6 +676,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [Highlight.js](https://github.com/isagalaev/highlight.js) - JavaScript syntax highlighter. * [PrismJS](https://github.com/PrismJS/prism) - Lightweight, robust, elegant syntax highlighting. +* [shiki](https://github.com/shikijs/shiki) - Code highlighter powered by VS Code TextMate grammars. Accurate, themeable, works in Node or browser, great for JS and TS. ## Loading Status *Libraries for indicate load status.*