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. Persona
    Persona icon

    Persona

    AI Development Libraries
    Featured

    A themeable, pluggable VanillaJS AI chat widget for websites with WebMCP support, streaming, voice I/O, tool approvals, and zero framework dependencies.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully open-source MIT-licensed widget, free to use, modify, and distribute.

    Engagement

    Available On

    Linux
    Web
    API
    SDK
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    AI Development LibrariesConversational AgentsMCP Integration

    Alternatives

    ParlantnanochatMaster of Code Global
    Developer
    Runtype (Travrse Labs, LLC)San Francisco, CAEst. 2025

    Listed Jun 2026

    About Persona

    Persona is an open-source AI chat widget library built in TypeScript with zero framework dependencies, published under the MIT License by Travrse Labs, LLC (d/b/a Runtype). It renders using Vanilla JS and is designed to drop into any website or web app — alongside React, Vue, or any other frontend framework — to deliver agentic chat experiences. The latest release is @runtypelabs/persona@4.4.2, published June 24, 2026.

    What It Is

    Persona is a frontend UI library for embedding AI assistants into web pages. It ships as an npm package (@runtypelabs/persona) and also supports a no-build-step <script> tag install via jsDelivr CDN. The core job is rendering a chat widget — floating launcher, docked side panel, or fullscreen layout — that connects to any SSE-capable backend and handles streaming responses, tool calls, voice input/output, file attachments, and more. It is WebMCP-native, meaning it can discover and invoke tools registered on the page via document.modelContext without any backend integration.

    Three Primary Layouts

    Persona supports three layout modes, switched by changing the launcher config rather than the agent or app code:

    • Floating (default): a launcher button in the corner that opens a floating panel — the entry point for support, docs, sales, or onboarding.
    • Docked: a copilot panel docked beside a page region, with four reveal modes (resize, emerge, overlay, push).
    • Fullscreen: a full-height assistant that owns the page, with an optional resizable artifact split pane.

    WebMCP and Agentic Page Control

    Persona is built around the WebMCP standard, which gives the browser a standard place for page tools at document.modelContext. Pages register tools (search, cart, calendar, forms) via document.modelContext.registerTool(), and Persona discovers them, presents them to the agent, and enforces a human-in-the-loop approval gate before any mutating tool executes. Read-only tools can be auto-approved; mutating tools surface an approval bubble. Parallel tool calls in a single turn each get their own approval bubble, and results are batched into a single /resume request. This means storefront catalogs, calendar copilots, slide editors, and dashboard assistants can all be driven by the agent using tools that live entirely in page JavaScript — no backend changes required.

    Backend Agnosticism and Adapter Ecosystem

    Persona works with any SSE-capable backend. The repository ships pre-built example adapters for:

    • Vercel AI SDK (with WebMCP and OpenAI Responses)
    • OpenAI Agents SDK (@openai/agents)
    • LangGraph.js (@langchain/langgraph)
    • Hono (Node, Bun, Deno, Cloudflare Workers)
    • Express, SvelteKit, bare node:http
    • Vercel Eve (beta)

    Additional adapters for Anthropic Claude Agent SDK, Google Gen AI, Mastra, and Cloudflare Agents live in the companion runtypelabs/persona-examples repository. For teams that prefer no backend at all, a clientToken embed against a hosted Runtype backend is available via the @runtypelabs/cli setup path.

    Feature Depth

    Beyond basic chat, Persona ships a broad set of opt-in capabilities:

    • Streaming: SSE with pluggable parsers (plain text, JSON, XML, regex) and eight reveal animations (typewriter, word-fade, letter-rise, glyph-cycle, wipe, pop-bubble, and custom plugins)
    • Voice I/O: speech-to-text via Web Speech API or Runtype's WebSocket voice service with barge-in; TTS via a pluggable SpeechEngine
    • Reasoning display: collapsible chain-of-thought bubbles with duration tracking
    • Artifacts: resizable split pane for markdown and component content
    • Multi-modal: images (PNG, JPEG, GIF, WebP, SVG) and documents (PDF, DOCX, TXT, CSV, JSON, Excel)
    • Plugin system: 14 render hooks covering every major UI region, with priority-based ordering and Shadow DOM safety
    • Theming: three-layer token tree (palette → semantic → component), dark mode, and a live visual Theme Editor at persona-chat.dev/theme.html
    • Composer history: Up/Down navigation of previously sent messages
    • Feedback: per-message upvote/downvote/copy with backend submission, CSAT and NPS survey components

    Update: v4.4.2

    The latest published release is @runtypelabs/persona@4.4.2 (June 24, 2026). The repository was last pushed June 26, 2026, and the GitHub project shows active development with the monorepo managed via Changesets for versioning. The project is tagged with topics including webmcp, agentic-ai, and vanillajs, reflecting its positioning as a WebMCP-native frontend library for the emerging agentic web.

    Persona - 1

    Community Discussions

    Be the first to start a conversation about Persona

    Share your experience with Persona, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully open-source MIT-licensed widget, free to use, modify, and distribute.

    • Full widget source code under MIT License
    • npm package @runtypelabs/persona
    • All layouts: floating, docked, fullscreen
    • WebMCP page tool support
    • SSE streaming with pluggable parsers

    Capabilities

    Key Features

    • WebMCP-native page tool discovery and execution
    • Three layout modes: floating, docked, fullscreen
    • SSE streaming with pluggable parsers (plain text, JSON, XML, regex)
    • Human-in-the-loop tool approval gates with parallel call batching
    • Voice input via Web Speech API or Runtype WebSocket service
    • Text-to-speech via pluggable SpeechEngine
    • Collapsible reasoning/chain-of-thought bubbles
    • Resizable artifact split pane for markdown and component content
    • Multi-modal file attachments (images, PDF, DOCX, CSV, JSON, Excel)
    • 14-hook plugin system with Shadow DOM safety
    • Three-layer design token theming with live Theme Editor
    • Eight streaming text reveal animations
    • Composer history navigation (Up/Down)
    • Dynamic inline components via stream directives
    • Programmatic message injection with dual-content support
    • Event stream inspector with search, filter, and diagnostics
    • Per-message feedback (upvote/downvote/copy) with backend submission
    • Script-tag install via jsDelivr CDN (no build step)
    • Zero framework dependencies, works alongside React/Vue/Svelte

    Integrations

    Vercel AI SDK
    OpenAI Agents SDK
    LangGraph.js
    Hono
    Express
    SvelteKit
    Next.js
    Cloudflare Workers
    Bun
    Deno
    Vercel Eve
    Runtype
    WebMCP / document.modelContext
    jsDelivr CDN
    Web Speech API
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate Persona and help others make informed decisions.

    Developer

    Runtype (Travrse Labs, LLC)

    Runtype (legally Travrse Labs, LLC) builds Persona, an open-source VanillaJS AI chat widget library, and the Runtype hosted backend platform for deploying AI agents. The team provides a CLI (`@runtypelabs/cli`) that spins up agents and client tokens in seconds, and maintains a growing ecosystem of backend adapters for frameworks including Vercel AI SDK, OpenAI Agents, LangGraph.js, and Hono. Runtype differentiates by being WebMCP-native, enabling agents to discover and invoke tools registered directly on web pages without backend changes.

    Founded 2025
    San Francisco, CA
    3 employees
    Read more about Runtype (Travrse Labs, LLC)
    WebsiteGitHub
    2 tools in directory

    Similar Tools

    Parlant icon

    Parlant

    Open-source conversational AI engine that keeps LLM agents business-aligned and compliant through alignment modeling and granular guidelines.

    nanochat icon

    nanochat

    End-to-end, open-source recipe to train and serve a small chat LLM (~560M params) for about $100 on one 8×H100 node, with tokenizer, pretrain→midtrain→SFT→optional RL, FastAPI web UI, and a KV-cached inference engine.

    Master of Code Global icon

    Master of Code Global

    Master of Code Global is a custom AI development company specializing in conversational AI, chatbots, AI agents, generative AI, and voice solutions for enterprise clients across diverse industries.

    Browse all tools

    Related Topics

    AI Development Libraries

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

    234 tools

    Conversational Agents

    AI chatbots and virtual assistants that can engage in natural dialogue.

    257 tools

    MCP Integration

    Tools for integrating MCP with existing AI systems and applications.

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