-
Notifications
You must be signed in to change notification settings - Fork 156
[Feature Request] Any plans for a JavaScript / TypeScript SDK? #298
Hi team 👋,
First of all, thanks for the great work on Bub!
I'm currently building a project with a Node.js / TypeScript stack and would love to integrate Bub into my workflow. However, I noticed that there doesn't seem to be an official JavaScript or TypeScript SDK available at the moment.
So I have a few questions:
-
Is a JS/TS SDK on the roadmap? If so, is there a rough timeline or milestone we can track?
-
If not, is there a recommended way to interact with Bub from a JS/TS environment today? (e.g., REST API, community wrapper, etc.)
-
Would the team be open to community contributions toward an official or semi-official JS/TS SDK?
Why I think this would be valuable
I'd like to bring Bub into the frontend ecosystem. JS/TS covers both frontend and backend seamlessly, making it one of the fastest paths to productization. A JS/TS SDK would make it much easier to build end-to-end products around Bub and attract more developers to the community.
I'd be happy to help with design discussions or even contribute code if the team is open to it. Looking forward to hearing your thoughts!
Thanks 🙏
All reactions
Replies: 1 comment 1 reply
The official way to communicate with bub in a language-agnostic way is via bub-mcp-server. Install it into bub and it exposes a single API run_model via MCP.
All reactions
Thanks for the answer! Got it ~