BuilderIO/agent-native

A framework for building agent-native applications.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 34 minutes ago
Added to GitGenius on June 30th, 2026
Created on March 12th, 2026
Open Issues & Pull Requests: 31 (+0)
Number of forks: 428
Total Stargazers: 4,501 (+0)
Total Subscribers: 9 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 12.1 hours
Mean response time: 46.6 hours
90th percentile: 7.1 days
Tracked items: 55

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 7% of issues opened in the past year have been closed. Three people close 92% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 7
New in 7 days: 7
Closed in 7 days: 7
Avg open age: 10 days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 6
Closed in 7 days: 7
Comments in 7 days: 252
Events in 7 days: 261

Top labels

No label distribution available yet.

Detailed Description

Agent-Native is an open-source framework designed for building applications where AI agents and user interfaces operate with shared actions, state, and context. Written in TypeScript, the framework enables developers to define business logic once and deploy it across multiple surfaces including UI components, agent interactions, HTTP endpoints, MCP protocols, agent-to-agent communication, and command-line interfaces.

The framework's core architecture centers on three main pillars. Actions serve as the fundamental unit of work that can be invoked from any application surface without duplication. The agent runtime bundles together chat capabilities, tool definitions, skill management, memory systems, job scheduling, observability features, and handoff mechanisms into a cohesive runtime environment. Backend flexibility is achieved through support for any Drizzle-compatible SQL database and any Nitro-compatible hosting platform, allowing developers to choose their preferred infrastructure.

Agent-Native ships with a collection of template applications that demonstrate the framework's capabilities across different domains. The Clips application combines screen recording with automatic transcription and browser debug log capture, enabling agents to analyze recorded sessions and identify bugs. The Plans template provides visual planning and recap functionality for coding agents, allowing them to outline approaches before implementation and review changes with diagrams and annotations afterward. The Design template facilitates agent-driven interactive HTML prototype generation with variant comparison and control refinement. Additional templates include Content for MDX editing with agent-assisted writing, Slides for React-based presentation generation, Analytics for connecting data sources and building dashboards, and Mail, Calendar, and Forms applications that can be combined in a shared workspace with unified authentication.

The quick start process accommodates different development preferences through a single command that guides users toward their chosen starting point. Developers can clone complete applications into a workspace, start with a minimal chat interface, or begin with a headless action-first application. Command-line flags provide shortcuts for experienced users who prefer to skip interactive prompts.

The framework is distributed under the MIT license and maintains comprehensive documentation at agent-native.com, with community support available through a Discord server for developers building with the platform.