Most "AI features" in apps are just chatbots that tell users what to do.
Here's how to build one that actually does things:
https://t.co/Nl16CwFXWv
🧵 Quick breakdown:
#ReactJS#AI#WebDev#JavaScript
The setup:
1. Drop a component into your React app
2. Give it context (your app's current state)
3. Define tools (functions the AI can call)
The agent figures out which tool to use based on what the user says.
#ReactJS#TypeScript
SaaS users in 2026 don't want AI that answers questions.
They want AI that does things for them.
This open-source React library adds agents that operate your UI, not chatbots that explain it.
#SaaS#AI#ReactJS
We just open-sourced InAppAI: React components for AI agents that actually operate your UI.
Not chatbots that explain your product.
Agents that use it.
npm install @inappai/react
🧵 Here's how it works:
#ReactJS#AI#OpenSource
Over the last year, the way I use #AI has changed fundamentally.
It started with AI answering questions.
Then it helped me think.
Now it increasingly takes action inside real workflows.
That shift says a lot about where #SaaS is heading.
I wrote down my perspective on what this means for SaaS in 2026, from a founder point of view.
No hype.
Just product and roadmap implications.
Shared as part of #BuildingInPublic.