{"id":47734035,"url":"https://github.com/builderio/agent-native","last_synced_at":"2026-06-13T03:10:40.824Z","repository":{"id":344222247,"uuid":"1179959183","full_name":"BuilderIO/agent-native","owner":"BuilderIO","description":"A framework for building agent-native applications.","archived":false,"fork":false,"pushed_at":"2026-06-03T03:22:53.000Z","size":80471,"stargazers_count":448,"open_issues_count":5,"forks_count":66,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-06-03T03:24:19.718Z","etag":null,"topics":["agents","ai","react"],"latest_commit_sha":null,"homepage":"https://agent-native.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BuilderIO.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-03-12T14:57:10.000Z","updated_at":"2026-06-03T03:14:38.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/BuilderIO/agent-native","commit_stats":null,"previous_names":["builderio/agent-native"],"tags_count":369,"template":false,"template_full_name":null,"purl":"pkg:github/BuilderIO/agent-native","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BuilderIO%2Fagent-native","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BuilderIO%2Fagent-native/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BuilderIO%2Fagent-native/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BuilderIO%2Fagent-native/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BuilderIO","download_url":"https://codeload.github.com/BuilderIO/agent-native/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BuilderIO%2Fagent-native/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34042554,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-07T02:00:07.652Z","response_time":124,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agents","ai","react"],"created_at":"2026-04-02T22:10:12.012Z","updated_at":"2026-06-13T03:10:40.816Z","avatar_url":"https://github.com/BuilderIO.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Agent-Native\n\n### Agentic applications you own.\n\nDon't choose between rich user interfaces and autonomous agents. Every Agent-Native app is both.\n\n## Agents and UIs — Fully Connected\n\nThe agent and the UI are equal citizens of the same system. Every action works both ways — click it or ask for it.\n\n![Agents and UIs fully connected](https://cdn.builder.io/api/v1/file/assets%2FYJIGb4i01jvw0SRdL5Bt%2Fadc1e9e9368e4a8cb1b4dbb5aae5aaa2)\n\n- **Everything syncs** — Agent and UI share one database and one state. Changes from either side show up instantly on the other.\n- **Real-time multiplayer** — Humans and agents collaborate in the same document simultaneously: CRDT merging, live presence (cursors, selection rings, who's on which slide), and the agent as a first-class peer editor. Works on any SQL database and any host, including serverless.\n- **Context-aware** — The agent knows what you're looking at. Select text, hit Cmd+I, and tell it what to do.\n- **Per-user workspace** — Skills, memory, instructions, sub-agents, and MCP servers — SQL-backed, customizable per user. Claude-Code-level flexibility, SaaS-grade economics.\n- **Agents call agents** — Tag another agent from any app. They discover each other over A2A and take action across your stack.\n- **Reusable integrations** — Connect a provider once in Dispatch, keep secret values in the vault, then grant apps like Brain, Analytics, Mail, and Dispatch access to the shared account metadata and credential refs.\n- **Apps that improve themselves** — Your apps get better on their own. The agent can add features, fix bugs, and refine the UI over time.\n- **Any database, any host** — Any SQL database Drizzle supports. Any hosting target Nitro supports. No lock-in.\n- **Any AI agent** — Claude Code, Codex, Gemini CLI, OpenCode, or Builder.io. Use whichever agent you prefer.\n\n## Try it with a skill\n\nDon't want to scaffold a whole app yet? Add agent-native superpowers to a coding agent you already use — Claude Code, Codex, or Cursor — with one command:\n\n```bash\nnpx @agent-native/core@latest skills add visual-plan\n```\n\nIt installs the skills, registers the hosted MCP connector, and signs in the selected local client(s) in one step. You get two slash commands that upgrade how your agent plans and reports its work:\n\n- **`/visual-plan`** — before the agent writes code, it opens a structured, reviewable plan document instead of a wall of text: inline diagrams, UI wireframes and prototypes, file-by-file implementation maps, and annotations you can comment on and approve.\n- **`/visual-recap`** — after changes land, it turns a PR or git diff into a high-altitude visual recap: schema, API, and file changes rendered as grounded before/after blocks with a shareable review link, instead of scrolling a raw diff.\n\nSee the **[Skills Guide](https://agent-native.com/docs/skills-guide#app-backed-skills)** for more skills and local installs.\n\n## Templates\n\nStart from a complete, production-grade SaaS app — cloneable, not scaffolded. Each one replaces tools you're paying for, except you own everything and can customize it however you want. Not demos; products.\n\n\u003ctable\u003e\n\u003ctr\u003e\n\u003ctd width=\"33%\" align=\"center\" valign=\"top\"\u003e\n\n**Mail**\n\n\u003ca href=\"https://agent-native.com/templates/mail\"\u003e\u003cimg src=\"https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F6f49a81c404d4242b33317491eac7575?format=webp\u0026width=800\" alt=\"Mail template\" width=\"100%\" /\u003e\u003c/a\u003e\n\n**Agent-Native Mail, Superhuman**\n\nSuperhuman-style email client with keyboard shortcuts, AI triage, and a fully customizable inbox you own.\n\n\u003c/td\u003e\n\u003ctd width=\"33%\" align=\"center\" valign=\"top\"\u003e\n\n**Calendar**\n\n\u003ca href=\"https://agent-native.com/templates/calendar\"\u003e\u003cimg src=\"https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2Ffb6c3b483ca24ab3b6c3a758aeceef4c?format=webp\u0026width=800\" alt=\"Calendar template\" width=\"100%\" /\u003e\u003c/a\u003e\n\n**Agent-Native Google Calendar, Calendly**\n\nManage events, sync with Google Calendar, and share a public booking page with AI scheduling.\n\n\u003c/td\u003e\n\u003ctd width=\"33%\" align=\"center\" valign=\"top\"\u003e\n\n**Plans**\n\n\u003ca href=\"https://agent-native.com/templates/plan\"\u003e\u003cimg src=\"https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2Fb6f4213ac7cc42eeb10c12e8ccda8936?format=webp\u0026width=800\" alt=\"Plans template\" width=\"100%\" /\u003e\u003c/a\u003e\n\n**Visual plan mode for coding agents**\n\nInstall `/visual-plan` and `/visual-recap` so your coding agent can plan before it builds and recap changes after they land — high-level code reviews with diagrams, wireframes, annotations, and review links.\n\n\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd width=\"33%\" align=\"center\" valign=\"top\"\u003e\n\n**Content**\n\n\u003ca href=\"https://agent-native.com/templates/content\"\u003e\u003cimg src=\"https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F89bcfc6106304bfbaf8ec8a7ccd721eb?format=webp\u0026width=800\" alt=\"Content template\" width=\"100%\" /\u003e\u003c/a\u003e\n\n**Agent-Native Notion, Google Docs**\n\nWrite and organize content with an agent that knows your brand and publishing workflow.\n\n\u003c/td\u003e\n\u003ctd width=\"33%\" align=\"center\" valign=\"top\"\u003e\n\n**Slides**\n\n\u003ca href=\"https://agent-native.com/templates/slides\"\u003e\u003cimg src=\"https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F2c09b451d40c4a74a89a38d69170c2d8?format=webp\u0026width=800\" alt=\"Slides template\" width=\"100%\" /\u003e\u003c/a\u003e\n\n**Agent-Native Google Slides, Pitch**\n\nGenerate and edit React-based presentations via prompt or point-and-click.\n\n\u003c/td\u003e\n\u003ctd width=\"33%\" align=\"center\" valign=\"top\"\u003e\n\n**Video**\n\n\u003ca href=\"https://agent-native.com/templates/video\"\u003e\u003cimg src=\"https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F6b8bfcc18a1d4c47a491da3b2d4148a4?format=webp\u0026width=800\" alt=\"Video template\" width=\"100%\" /\u003e\u003c/a\u003e\n\n**Agent-Native video editing**\n\nCreate and edit Remotion video compositions with agent assistance.\n\n\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd width=\"33%\" align=\"center\" valign=\"top\"\u003e\n\n**Analytics**\n\n\u003ca href=\"https://agent-native.com/templates/analytics\"\u003e\u003cimg src=\"https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F4933a80cc3134d7e874631f688be828a?format=webp\u0026width=800\" alt=\"Analytics template\" width=\"100%\" /\u003e\u003c/a\u003e\n\n**Agent-Native Amplitude, Mixpanel**\n\nConnect analytics data sources, prompt for real charts, and build reusable dashboards. Shared workspace connections can provide provider credentials, while Analytics still owns metrics, source-of-truth choices, and saved analyses.\n\n\u003c/td\u003e\n\u003ctd width=\"33%\" align=\"center\" valign=\"top\"\u003e\n\n**Clips**\n\n\u003ca href=\"https://agent-native.com/templates/clips\"\u003e\u003cimg src=\"https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F678be5a501a14ab8a508e5f7bc92c468?format=webp\u0026width=800\" alt=\"Clips template\" width=\"100%\" /\u003e\u003c/a\u003e\n\n**Agent-Native Loom**\n\nRecord your screen with auto-transcripts, shareable links, and an agent that summarizes, captions, and edits clips on demand.\n\n\u003c/td\u003e\n\u003ctd width=\"33%\" align=\"center\" valign=\"top\"\u003e\n\n**Design**\n\n\u003ca href=\"https://agent-native.com/templates/design\"\u003e\u003cimg src=\"https://cdn.builder.io/api/v1/image/assets%2F348da13fcd8b414c87de9066196f7266%2F961bedb713a94463b834c1f2f4643bcf?format=webp\u0026width=800\" alt=\"Design template\" width=\"100%\" /\u003e\u003c/a\u003e\n\n**Agent-Native Figma, Canva**\n\nCreate and edit visual designs by prompt or by hand, with the agent as your co-designer.\n\n\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd width=\"33%\" align=\"center\" valign=\"top\"\u003e\n\n**Dispatch**\n\n\u003ca href=\"https://agent-native.com/templates/dispatch\"\u003e\u003cimg src=\"https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F104b3ad8d1dc461aa33ab9bff37a4482?format=webp\u0026width=800\" alt=\"Dispatch template\" width=\"100%\" /\u003e\u003c/a\u003e\n\n**Mission control for agent-native apps**\n\nMessage, manage, and delegate to agents from Slack, Telegram, or the web. Dispatch is also the control plane for vault secrets, reusable provider connections, app grants, routing, memory, and approvals.\n\n\u003c/td\u003e\n\u003ctd width=\"33%\" align=\"center\" valign=\"top\"\u003e\n\n**Forms**\n\n\u003ca href=\"https://agent-native.com/templates/forms\"\u003e\u003cimg src=\"https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F190c3fabd51f4c1bba5aa4e091ad4e9b?format=webp\u0026width=800\" alt=\"Forms template\" width=\"100%\" /\u003e\u003c/a\u003e\n\n**Agent-Native Typeform**\n\nGenerate forms from a prompt, branch logic with the agent, and own every response in your own database.\n\n\u003c/td\u003e\n\u003ctd width=\"33%\" align=\"center\" valign=\"top\"\u003e\n\n**Brain**\n\n\u003ca href=\"https://agent-native.com/templates/brain\"\u003e\u003cimg src=\"https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F9c9fe3b5b9494e33803cd3f494cba356?format=webp\u0026width=800\" alt=\"Brain template\" width=\"100%\" /\u003e\u003c/a\u003e\n\n**Agent-Native company memory**\n\nAsk questions over cited company knowledge from approved Slack, meetings, transcripts, GitHub, and decisions.\n\n\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd width=\"33%\" align=\"center\" valign=\"top\"\u003e\n\n**Assets**\n\n\u003ca href=\"https://agent-native.com/templates/assets\"\u003e\u003cimg src=\"https://cdn.builder.io/api/v1/image/assets%2FYJIGb4i01jvw0SRdL5Bt%2F769092170a14474f998cbca47384f891?format=webp\u0026width=800\" alt=\"Assets template\" width=\"100%\" /\u003e\u003c/a\u003e\n\n**Agent-Native asset library**\n\nUpload, organize, search, and generate on-brand image and video assets that other apps can reuse.\n\n\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/table\u003e\n\nEvery template is a complete cloneable SaaS — fork it, customize it with the agent, own it. Try them with example data before connecting your own sources.\n\n## Quick Start\n\n```bash\nnpx @agent-native/core@latest create my-platform\ncd my-platform\npnpm install\npnpm dev\n```\n\nThe CLI shows a multi-select picker so you can include as many templates as you want in one workspace. Pick Mail + Calendar + Forms and you get all three apps wired up and sharing auth in one go. Or browse the **[template gallery](https://agent-native.com/templates)** for live demos.\n\nWant a single app, no monorepo? Use `--standalone`:\n\n```bash\nnpx @agent-native/core@latest create my-app --standalone --template mail\n```\n\n## Workspaces (Monorepo)\n\nA workspace is the default shape of an agent-native project. Every app sits under `apps/`, and `packages/shared/` is available for the small amount of code, instructions, skills, or branding that should truly apply to every app.\n\n```\nmy-platform/\n├── package.json                   # declares `agent-native.workspaceCore`\n├── pnpm-workspace.yaml\n├── .env                           # shared secrets: ANTHROPIC_API_KEY, BUILDER_PRIVATE_KEY, A2A_SECRET, ...\n├── packages/\n│   └── shared/                    # optional shared custom code\n└── apps/\n    ├── mail/\n    ├── calendar/\n    └── forms/\n```\n\nAdd another app later:\n\n```bash\nnpx @agent-native/core@latest add-app notes --template content\n```\n\nDeploy every app behind one origin:\n\n```bash\nnpx @agent-native/core@latest deploy\n# https://your-agents.com/mail/*       → mail\n# https://your-agents.com/calendar/*   → calendar\n# https://your-agents.com/forms/*      → forms\n```\n\nSame-origin deploy means a **shared login session** across every app and **zero-config cross-app A2A** — tag `@mail` from the calendar's agent chat and it just works (no JWT signing, no CORS). Full details at **[agent-native.com/docs/multi-app-workspace](https://agent-native.com/docs/multi-app-workspace)**.\n\n## The Best of Both Worlds\n\n|                   | SaaS Tools         | Raw AI Agents           | Internal Tools             | Agent-Native            |\n| ----------------- | ------------------ | ----------------------- | -------------------------- | ----------------------- |\n| **UI**            | Polished but rigid | None                    | Mixed quality              | Full UI, fork \u0026 go      |\n| **AI**            | Bolted on          | Powerful                | Shallowly connected        | Agent-first, integrated |\n| **Customization** | Can't              | Instructions and skills | Full, but high maintenance | Agent modifies the app  |\n| **Ownership**     | Rented             | Somewhat yours          | You own the code           | You own the code        |\n\n## Community\n\nJoin the **[Discord](https://discord.gg/qm82StQ2NC)** to ask questions, share what you're building, and get help.\n\n## Docs\n\nFull documentation at **[agent-native.com](https://agent-native.com)**.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuilderio%2Fagent-native","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbuilderio%2Fagent-native","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuilderio%2Fagent-native/lists"}