Embeddable voice agent
A support bubble on any page — one script tag, no iframes, no layout shift.
Platform
Orello is built around one job: deflect repetitive questions while your team handles what actually needs a human.
A support bubble on any page — one script tag, no iframes, no layout shift.
Answers from your FAQs, PDFs, and URLs — strictly cited.
Streaming replies with <300ms latency.
Dashboard for prompts, tone, and model limits.
See what customers ask and where your knowledge gaps are.
Audit logs, RBAC, and domain allowlists.
Most businesses don't need a six-week rollout. Configure once, embed once, iterate from real conversations.
Upload FAQs, product docs, or point it at your site. You control what it can say — policies, pricing, shipping, onboarding flows.
One script tag or a native package for your framework. The voice bubble appears in minutes — no iframe hacks or layout breakage.
import { Orello } from "@orello/react";
<Orello id="bot_123" />
Customers get instant answers day or night. Your team sees what was asked, what resolved, and where to add more knowledge.
How do I return?
You can start a return via our portal...
Don't build from scratch. Start with a pre-tuned playbook and customize it in minutes.
Returns, shipping, and order status handled instantly without human overhead.
Ezra: "Order #4829 is on its way!"
npm install @orello/next1import { OrelloAgent } from "pkg@orello/next";23export default function Layout({ children }) {4 return (5 <>6 {children}7 <OrelloAgent agent="your-agent-id" />8 </>9 );10}
Looking for the CDN version? Check the tab.