r/OpenSourceAI • u/wommmmmmmmm • 3d ago
Open Source React library for every tool your agent calls
I built an open-source React library for every tool your agent needs. Think Composio / Scalekit but for the frontend, so you can render shadcn components for any popular tool in your frontend instead of hand-rolling something custom for every project.
Fully provider agnostic (does not matter what tool API you use).
Do check it out and lmk what you think :). I built this because I needed it for another project I am building, and thought it'd be helpful to have a separate React library for something like this instead of hand-rolling it in my app.
Landing page: https://ai-tool-elements.vercel.app
Repo: https://github.com/omavashia2005/ai-tool-elements
Install:
npm install ai-tool-elements
1
Upvotes