Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
- [Blogging](#blogging)
- [Weird](#weird)
- [Serialization](#serialization)
- [AI](#ai)
- [Miscellaneous](#miscellaneous)
- [Package Manager](#package-manager)
- [Resources](#resources)
Expand Down Expand Up @@ -779,6 +780,10 @@
- [protobuf](https://github.com/protobufjs/protobuf.js) - Implementation of Protocol Buffers.
- [compactr](https://github.com/compactr/compactr.js) - Implementation of the Compactr protocol.

### AI

- [MastraAI](https://github.com/mastra-ai/mastra) - An opinionated TypeScript framework that helps you build AI applications and features quickly.

### Miscellaneous

- [execa](https://github.com/sindresorhus/execa) - Better `child_process`.
Expand Down