Aidexa

Build, Deploy & Embed AI Assistants in Minutes

Transform your organization's knowledge into intelligent AI assistants with Hybrid RAG, secure APIs, and developer-friendly SDKs.

Platform

Everything you need to ship organization AI

Workspaces, hybrid RAG, and an embeddable SDK — built around your knowledge.

Answers from your docs

Hybrid RAG retrieves the right passages before every reply.

Safe to embed

Public key in the browser. Secret key stays in the console.

Live in minutes

Create a workspace, add knowledge, install aidexa.

How it works

Four steps to a live assistant

From empty workspace to embedded chat — usually under five minutes.

After onboarding

Integrate with npm and your public key.

No custom backend for the widget. Install the package, paste your public key, and you are live on your platform.

1

Finish onboarding

Create a workspace and copy your public key from the console.

2

Install the package

Add aidexa from npm with one command.

3

Drop in the widget

Pass your public key — the bubble appears bottom-right, branded from the console.

What you add to your app

Use the public key only in the browser. Keep the secret key in the console for branding and knowledge — never in customer-facing code.

  • npm install aidexa
  • Pass publicKey="pk_live_…"
  • Widget loads branding from your workspace automatically
terminal + App.tsx
npm install aidexa

import { AidexaChat } from 'aidexa'
import 'aidexa/styles.css'

export function App() {
  return (
    <>
      <YourProduct />
      <AidexaChat
        publicKey="pk_live_…"   // from console
        apiBase="https://aidexa-sdk-api.vercel.app/v1"
      />
    </>
  )
}

Help

FAQ & support

Quick answers — or send a note. Full detail in Docs and Support.

Raise a request

We reply within one business day.