diff --git a/software/software.mdown b/software/software.mdown index 4d2d52f..5c5c2c4 100644 --- a/software/software.mdown +++ b/software/software.mdown @@ -42,6 +42,7 @@ * **[jmap-yacl](https://github.com/ilyhalight/jmap-yacl)** (TypeScript, MIT): Another lightweight client library for working with the JMAP, which supports working with JavaScript, TypeScript, and also has built-in types for Typebox. Not implemented yet: OAuth, Push * **[calcard](https://github.com/stalwartlabs/calcard)** (Rust; Apache/MIT): JSCalendar/iCalendar and JSContact/vCard parsing, building and conversion library for Rust. Try it [online](https://convert.jmap.cloud/). * **[jmap-tools](https://github.com/stalwartlabs/jmap-tools)** (Rust; Apache/MIT): JMAP object parser with JSON Pointer querying and patching support. +* **[jmap-kit](https://github.com/lachlanhunt/jmap-kit)** (TypeScript, MIT): A robust, type-safe SDK for building JMAP client applications in TypeScript, with an extensible plugin architecture supporting standard and vendor capabilities. ## Proxies * **[JMAP-to-IMAP Proxy](https://github.com/jmapio/jmap-perl)** (Perl, MIT): a complete JMAP server implementation that uses any IMAP, CalDAV and CardDAV store as a backend.