EveryDev.ai
Subscribe
Home
Tools

2,956+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2063
  • Coding1441
  • Infrastructure665
  • Marketing524
  • Projects470
  • Research437
  • Design408
  • Analytics371
  • MCP268
  • Security265
  • Testing255
  • Data249
  • Integration183
  • Prompts183
  • Communication172
  • Learning166
  • Extensions163
  • Voice146
  • Commerce132
  • DevOps115
  • Web84
  • Finance24
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. Agent-Native
    Agent-Native icon

    Agent-Native

    Agent Frameworks
    Featured

    An open-source framework for building agent-native applications where AI agents and UIs share the same actions, state, and data.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source framework available on GitHub under the MIT license.

    Engagement

    Available On

    Web
    API
    VS Code
    SDK
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent FrameworksAI Development LibrariesVibe Coding

    Alternatives

    ThreadplaneAgent LightningCAMEL-AI
    Developer
    Builder.io, Inc.San Francisco, CAEst. 2019$62.25M+ raised

    Listed Jun 2026

    About Agent-Native

    Agent-Native is an open-source framework from BuilderIO for building agentic applications where the AI agent and the UI are equal citizens of the same system. It provides primitives for product-grade agentic software — shared actions, SQL-backed state, identity, tools, skills, jobs, observability, and UI surfaces — all working together. The project is hosted on GitHub under the BuilderIO organization and is available under the MIT license.

    What It Is

    Agent-Native is a TypeScript framework that lets developers define a single action once and have it automatically available from the chat UI, CLI, HTTP endpoints, MCP, A2A (agent-to-agent), scheduled jobs, and webhooks. Rather than bolting AI onto an existing app or building a raw agent with no UI, Agent-Native positions itself as a middle path: a full-featured, forkable application framework where the agent is a first-class peer alongside the user interface.

    Core Architecture

    The framework is built around three primitives:

    • Actions: Typed, Zod-validated operations defined once with defineAction(). A single action file fans out to every consumer — agent, UI, HTTP, MCP, A2A, CLI — with no extra wiring.
    • Agent runtime: Chat, tools, skills, memory, jobs, observability, and handoffs ship together. State is SQL-backed (SQLite locally, any Drizzle-supported database in production).
    • Agent surfaces: Headless (no UI), chat, embedded sidebar, or full app — all sharing the same actions and state.

    The framework is backend-agnostic: developers bring their own database, hosting provider, and model stack. The server layer is built on Nitro, and the frontend uses React Router and Vite.

    Templates and Skills

    Agent-Native ships with a gallery of complete, forkable open-source app templates — not scaffolds, but full SaaS-style applications the developer owns entirely:

    • Clips: Screen recording with auto-transcripts and browser debug capture, positioned as an alternative to Loom and Granola.
    • Plans: Visual planning mode for coding agents like Claude Code, Codex, and Cursor, with diagrams, wireframes, and review links.
    • Design: HTML prototyping studio using Alpine/Tailwind, with variant comparison and export.
    • Content: Local Markdown/MDX editor with AI drafting and publishing, positioned as an alternative to Obsidian.
    • Slides: Prompt-driven presentation builder with 8 layouts and AI image generation.
    • Analytics: Connect data sources, prompt for charts, and build reusable dashboards.

    For developers who don't want to scaffold a full app, Agent-Native also offers installable skills — one-command additions to existing coding agents. The visual-plan skill adds /visual-plan and /visual-recap slash commands to Claude Code, Codex, Cursor, GitHub Copilot, and similar tools.

    Batteries-Included Feature Set

    The framework includes a broad set of production-ready building blocks: notifications, recurring jobs, RBAC, organizations, workspace secrets, observability, real-time sync, multi-tenancy, data loaders, live queries, MCP + A2A support, human handoff, durable resume, SSO, OAuth, audit logs, rate limits, queues, cron schedules, evals, file uploads, webhooks, and self-editing code capabilities.

    Update: @agent-native/skills@0.2.144

    The latest release as of late June 2026 is @agent-native/skills@0.2.144, published on June 26, 2026. The repository was created in March 2026 and has seen rapid iteration, with the GitHub repository accumulating over 2,500 stars and 243 forks according to GitHub metadata. The project is actively maintained with frequent pushes to the main branch.

    Agent-Native - 1

    Community Discussions

    Be the first to start a conversation about Agent-Native

    Share your experience with Agent-Native, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source framework available on GitHub under the MIT license.

    • Full framework source code
    • All templates (Clips, Plans, Design, Content, Slides, Analytics)
    • Skills system
    • MCP and A2A support
    • SQL-backed state

    Capabilities

    Key Features

    • Define actions once, use from UI, agent, HTTP, MCP, A2A, and CLI
    • SQL-backed state with SQLite locally and any Drizzle-supported DB in production
    • Chat UI, headless, embedded sidebar, and full app surfaces
    • Forkable open-source SaaS templates (Clips, Plans, Design, Content, Slides, Analytics)
    • Installable skills for existing coding agents (visual-plan, visual-recap)
    • Agent runtime with tools, skills, memory, jobs, observability, and handoffs
    • Real-time multiplayer with humans and agents as first-class peers
    • RBAC, organizations, workspace secrets, SSO, OAuth
    • MCP and A2A (agent-to-agent) support
    • Recurring jobs, cron schedules, queues, rate limits
    • Generative UI and tool calls
    • Self-editing code — agent can modify the app itself
    • Human handoff and durable resume
    • Audit logs, observability, evals, feedback loops
    • One-command project creation via npx

    Integrations

    Claude Code
    Codex
    Cursor
    GitHub Copilot
    VS Code
    OpenCode
    Pi
    MCP (Model Context Protocol)
    A2A (Agent-to-Agent)
    SQLite
    Drizzle ORM
    Nitro
    React Router
    Vite
    Zod
    Alpine.js
    Tailwind CSS
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Agent-Native and help others make informed decisions.

    Developer

    Builder.io, Inc.

    Founded by Steve Sewell, Builder.io develops a visual development platform that helps digital teams create and optimize digital experiences without extensive coding.

    Founded 2019
    San Francisco, CA
    $62.25M+ raised
    162 employees

    Used by

    Allbirds
    Vistaprint
    Everlane
    Zapier
    Read more about Builder.io, Inc.
    WebsiteGitHubX / Twitter
    4 tools in directory

    Similar Tools

    Threadplane icon

    Threadplane

    MIT-licensed Angular framework for building production-ready agentic apps with durable threads, interrupts, subagents, planning, memory, and generative UI.

    Agent Lightning icon

    Agent Lightning

    A Microsoft Research open-source Python library that trains any AI agent with reinforcement learning, automatic prompt optimization, and supervised fine-tuning with near-zero code changes.

    CAMEL-AI icon

    CAMEL-AI

    Open-source multi-agent framework for building AI systems focused on data generation, world simulation, and task automation.

    Browse all tools

    Related Topics

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

    459 tools

    AI Development Libraries

    Programming libraries and frameworks that provide machine learning capabilities, model integration, and AI functionality for developers.

    235 tools

    Vibe Coding

    Vibe code using low code AI tools that let you build applications with natural language prompts with minimal code.

    161 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions