Jarvis for your dashboard
Let users control your app through chat and dynamic UI.
See how Warpy works
Your dashboard is powerful. Your users use 10% of it.
You built a feature-rich product. But most users never discover what it can do. They file support tickets instead of filtering. They churn instead of exploring. And every onboarding guide you write gets ignored.
- Support teams answer the same “how do I…” questions every day.
- New users feel overwhelmed and leave before they see the value.
- Powerful features sit unused because nobody knows they exist.
An AI assistant your users will actually use.
Warpy embeds directly in your dashboard. Users ask questions in plain language, and Warpy filters, sorts, navigates, and takes action—all within the boundaries you define.
One line of code
Add Warpy to any dashboard with a single embed. It stays invisible until your user needs help, then it’s right there.
Secure by design
Choose exactly what Warpy can access and do. Enable or disable capabilities anytime—it only acts within boundaries you set.
Works as your user
Warpy acts within each user’s existing permissions. No extra auth, no privilege escalation—just the same access they already have.
Find, filter, and act
Users ask for the workflow they need, and Warpy uses configured tools or screen autopilot to filter the table, add the column, navigate, or complete the task inside your product.
A real request, completed in seconds.
A user types what they need in plain English. Warpy figures out which APIs to call, fetches the data, and applies filters and columns right in the dashboard. What used to take minutes of clicking now takes one sentence.
- Step 1APIPOST /api/accounts/queryFetch candidate accounts and apply filters.
{ "sinceDays": 90, "segment": "enterprise", "exclude": ["trial"], "groupBy": "plan" } - Step 2APIPOST /filter/post/filterBuild a filter state that matches the request.
{ "table": "accounts", "filters": { "createdWithinDays": 90, "segment": "enterprise", "exclude": ["trial"] } } - Step 3UIUI.Action.applyApply filters, group enterprise accounts, and add the Renewal Risk column.Grouping appliedColumn added
Generative UI
Warpy can turn chat replies into compact widget components designed for narrow side panels. You can also bring in your own native React, Vue, Angular, Svelte, or vanilla components.
Up and running in minutes.
Drop in one snippet. Point Warpy at your APIs or connect MCP servers to add the tools your product already uses. Choose which features to enable. Your users get an AI assistant without you building one from scratch.
- Works with React, Vue, Angular, Svelte, or a plain script tag.
- Enable and disable capabilities anytime from your dashboard.
- Bring in existing MCP servers so the agent can use the tools your team already trusts.
npm install @warpy-ai/widget
import { Widget } from "@warpy-ai/widget/react"
<Widget
agentId="agent_demo_7f3a"
baseUrl="https://api.your-product.com"
scriptSrc="https://cdn.warpy.ai/widget.js"
/>See what your users actually need.
Every time a user asks Warpy for help, you learn what they’re struggling with. Track the most common requests, discover which features need better UX, and let real usage data drive your roadmap.
Make every user a power user.
We’re working with a small group of SaaS teams to shape how AI assistants work inside dashboards. Book a 15-minute call and we’ll walk through your product together.