DEV Community

Acauã Rangel
Acauã Rangel

Posted on

"ElysiaJS" for AI Agents? New SDK for Bun

For some time now I've been searching for a TypeScript alternative for AI orchestration focused on using secret data that isn't as bloated and slow as current options. Since I couldn't find anything that combined performance and simplicity, I decided to build the Monan SDK myself, using Bun.

The goal isn't just to be another library, but a complete framework that solves the "annoyance" of configuring AI infrastructure:

  1. It manages Ollama for you (auto-pull of models, retry logic).

  2. It connects to the cloud with OpenRouter when the local setup can't handle it.

  3. It automatically exposes an optimized API using Elysia.

I'm in the final polishing phase of the Alpha version and I want to validate if this solves the problem for anyone else besides myself. I've set a goal of 100 stars on the repo to unlock access.

Repository link: https://github.com/monan-ai/monan-sdk

Top comments (0)