Embed in any web app · Two script tags

Chat that finishes the work
inside your product.

Users ask in plain English. ActBrow opens the right screen, calls your APIs, and completes the task — so they never open a ticket. Unlike Intercom or Zendesk, it acts inside your app.

Prefer a walkthrough? Book a demo

Two script tags  ·  No backend rewrite  ·  Self-hostable

app.cal.com/event-types
ActBrow AssistantLive

Ask, navigate, and act inside this app

Add a 30-minute intro call to my event types.

Used 2 steps
Navigateapp.navigate → /event-types
Create event typePOST /api/v2/event-types

Added “30 Min Intro Call” — your booking link is cal.com/you/30min-intro.

Ask me to navigate or help with what's on this page
Powered by ActBrow

Works in any web app — React, Vue, Rails, or plain HTML.

See it work

One ask. Navigate. Done.

This is the widget your users get. Click a tab to see navigating, calling an API, running a flow, or answering from docs.

ActBrow AssistantLive
Ask, navigate, and act inside this app

Take me to my upcoming bookings.

Used 2 steps

Navigateapp.navigate → /bookings
Locate bookingpath.find

You're on Bookings — your Thursday calls are highlighted.

Ask me to navigate or help with what's on this page

Powered by ActBrow

Reads page context and navigates to the right place.

30-second walkthrough

Watch a user finish a task without clicking

One ask in chat → navigate → API call → done. Same flow you embed in your own app.

Get it running

From zero to in-app chat by end of day

Keep your stack as-is. Skip the rewrite. Follow three steps — then people ask in chat and ActBrow handles the clicking.

  1. 1

    Add an assistant

    Create one in the dashboard, then open Connect for the setup prompt.

  2. 2

    Let your coding agent wire it up

    Drop the prompt into Claude Code or Codex. It syncs tools and docs over the API so you don't configure by hand.

  3. 3

    Embed with two scripts

    Paste the snippet before </body> and the widget is live on your site.

Works in any web app
index.html
<script src="https://actbrow-backend.depak.dev/actbrow-sdk.js"></script>
<script>
window.ActbrowWidgetConfig = {
assistantId: "YOUR_ASSISTANT_ID",
baseUrl: "https://actbrow-backend.depak.dev",
apiKey: "wk_...",
navigate: function (path) { window.location.assign(path); }
};
</script>
<script src="https://actbrow-backend.depak.dev/actbrow-widget.js"></script>
Ready when you are

Put a finishing assistant
in your product today.

Two script tags. Users ask. ActBrow navigates and acts. Start free in minutes — or book a walkthrough.

Two script tags · No backend rewrite · Self-hostable

deepakfordev@gmail.com@depak_7