npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@agent-native/dispatch

v0.7.0

Published

Dispatch — workspace control plane for agent-native apps. Vault, integrations, destinations, scheduled jobs, and cross-app delegation, shipped as a single drop-in package.

Downloads

3,890

Readme

Agent-Native

Agentic applications you own.

Don't choose between structured user flows and autonomous agents. Every Agent-Native app is both.

Agents and UIs — Fully Connected

The agent and the UI are equal citizens of the same system. Every action works both ways — click it or ask for it.

Agents and UIs fully connected

  • Everything syncs — Agent and UI share one database and one state. Changes from either side show up instantly on the other.
  • Context-aware — The agent knows what you're looking at. Select text, hit Cmd+I, and tell it what to do.
  • Per-user workspace — Skills, memory, instructions, sub-agents, and MCP servers — SQL-backed, customizable per user. Claude-Code-level flexibility, SaaS-grade economics.
  • Agents call agents — Tag another agent from any app. They discover each other over A2A and take action across your stack.
  • Apps that improve themselves — Your apps get better on their own. The agent can add features, fix bugs, and refine the UI over time.
  • Any database, any host — Any SQL database Drizzle supports. Any hosting target Nitro supports. No lock-in.
  • Any AI agent — Claude Code, Codex, Gemini CLI, OpenCode, or Builder.io. Use whichever agent you prefer.

Templates

Start 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.

Mail

Agent-Native Mail, Superhuman

Superhuman-style email client with keyboard shortcuts, AI triage, and a fully customizable inbox you own.

Calendar

Agent-Native Google Calendar, Calendly

Manage events, sync with Google Calendar, and share a public booking page with AI scheduling.

Content

Agent-Native Notion, Google Docs

Write and organize content with an agent that knows your brand and publishing workflow.

Slides

Agent-Native Google Slides, Pitch

Generate and edit React-based presentations via prompt or point-and-click.

Video

Agent-Native video editing

Create and edit Remotion video compositions with agent assistance.

Analytics

Agent-Native Amplitude, Mixpanel

Connect any data source, prompt for any chart. Build reusable dashboards, not throwaway Q&A.

Clips

Agent-Native Loom

Record your screen with auto-transcripts, shareable links, and an agent that summarizes, captions, and edits clips on demand.

Design

Agent-Native Figma, Canva

Create and edit visual designs by prompt or by hand, with the agent as your co-designer.

Dispatch

Mission control for agent-native apps

Message, manage, and delegate to agents from Slack, Telegram, or the web, with routing, memory, and approvals built in.

Forms

Agent-Native Typeform

Generate forms from a prompt, branch logic with the agent, and own every response in your own database.

Every 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.

Quick Start

npx @agent-native/core create my-platform
cd my-platform
pnpm install
pnpm dev

The 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 for live demos.

Want a single app, no monorepo? Use --standalone:

npx @agent-native/core create my-app --standalone --template mail

Workspaces (Monorepo)

A 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.

my-platform/
├── package.json                   # declares `agent-native.workspaceCore`
├── pnpm-workspace.yaml
├── .env                           # shared secrets: ANTHROPIC_API_KEY, BUILDER_PRIVATE_KEY, A2A_SECRET, ...
├── packages/
│   └── shared/                    # optional shared custom code
└── apps/
    ├── mail/
    ├── calendar/
    └── forms/

Add another app later:

npx @agent-native/core add-app notes --template content

Deploy every app behind one origin:

agent-native deploy
# https://your-agents.com/mail/*       → mail
# https://your-agents.com/calendar/*   → calendar
# https://your-agents.com/forms/*      → forms

Same-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.

The Best of Both Worlds

| | SaaS Tools | Raw AI Agents | Internal Tools | Agent-Native | | ----------------- | ------------------ | ----------------------- | -------------------------- | ----------------------- | | UI | Polished but rigid | None | Mixed quality | Full UI, fork & go | | AI | Bolted on | Powerful | Shallowly connected | Agent-first, integrated | | Customization | Can't | Instructions and skills | Full, but high maintenance | Agent modifies the app | | Ownership | Rented | Somewhat yours | You own the code | You own the code |

Community

Join the Discord to ask questions, share what you're building, and get help.

Docs

Full documentation at agent-native.com.

License

MIT