Build applications with a framework that unifies AI agents and user interfaces around a shared set of actions and state.
Agent-Native is an open-source framework by BuilderIO for creating applications where AI agents are core components, not just side-car chatbots. It provides a set of primitives for building agentic software, allowing developers to integrate agents that can act directly within an app's UI and data layer. This solves the challenge of creating deeply integrated, stateful AI experiences where humans and agents can collaborate in real-time on the same tasks and documents.
Developers use the Agent-Native CLI to initialize a project from pre-built templates or a headless setup. The framework provides libraries to define actions and integrate an agent runtime that works with the developer's own database and hosting provider. It operates as a backend-agnostic, open-source (MIT license) set of packages installed via npm, giving developers full ownership over their application code and infrastructure.
This framework is best for developers building applications where AI agents need to be first-class participants, capable of directly manipulating application state and UI alongside human users.
As a framework, Agent-Native requires coding and infrastructure setup; it is not a no-code platform or a pre-built SaaS application.