Install Mentoor

Add Mentoor to your app.

Paste the SDK once. Add your app URL. Record or approve the first guide from Studio when you are ready.

SDKscript tag or npm
URLallow where it can run
Guidereview before users see it

Paste the SDK. Add your URL. Open Studio.

Use Studio, or copy the prompt below.
The setup

Three things to wire up.

The SDK runs in your product. Studio keeps the project settings, keys, and guides.

01

Add the SDK.

Use the script tag, or install the npm package if your app has a bundle.

02

Allow your project URL.

Mentoor only runs on origins you add. Use localhost for testing.

03

Publish a guide.

Record one in Studio, or review a suggestion before it goes live.

ExampleScript tag · no npm required
<script src="https://mentoor.ai/sdk.js"></script>
<script>
  window.Mentoor.init({
    projectId: 'your-project-id',
    publicKey: 'pk_live_public_browser_key',
    getRouteContext: () => ({
      route: window.location.pathname + window.location.hash,
      title: document.title,
    }),
  })
</script>
ExampleNPM package
npm install @mentoor/inline-guide

import { Mentoor } from '@mentoor/inline-guide'

Mentoor.init({
  projectId: 'your-project-id',
  publicKey: 'pk_live_public_browser_key',
  user: currentUser ? { id: currentUser.id } : undefined,
  traits: { plan: 'trial' },
  getRouteContext: () => ({
    route: window.location.pathname + window.location.hash,
    title: document.title,
  }),
})
Install with AI

Let your coding agent do the install.

Tell us where Mentoor should be allowed to run. We create a project, add that origin to the public browser key, and give your agent a short prompt with the right values.

Allowed originThe public browser key only works on the app origin you enter.
Install manifestThe agent gets the project ID, public key, API host, and setup notes.
Your accountWe send setup to the email you enter.
Control

Start small.

Install the SDK first. You can turn chat, guides, learning, and review settings on or off from Studio.

Add your URL and paste the snippetUse the values from Studio.
Choose guides, chat, or bothKeep it quiet, or show a help launcher.
Review before publishingSuggested guides stay in Studio until you publish them.

Ready when your app is.

Add Mentoor to your app shell. Use Studio when you want to publish the first guide.

Open Studio setup
7-day trial · No credit card