New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@notation-ai/react-sdk

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@notation-ai/react-sdk

A plug-and-play AI assistant widget for your web app. Drop it in, connect your API key, and give users instant, context-aware answers based on your docs.

latest
npmnpm
Version
1.0.5
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

@notation-ai/react-sdk

A plug-and-play AI assistant widget for your web app. Drop it in, connect your API key, and give users instant, context-aware answers based on your docs.

🚀 Installation

Install via npm or yarn:

npm install @notation-ai/react-sdk

or

yarn add @notation-ai/react-sdk

🧠 Quick Start

import { Notation } from '@notation-ai/react-sdk';

function App() {
  return <Notation apiKey="your-api-key-here" />;
}

🔑 You can generate your API key from the Notation Dashboard

🎨 Customization

The <Notation /> component supports optional customization props:

PropTypeDefaultDescription
apiKeystringRequired – Your Notation API key
primaryColorstring (hex, rgb, etc.)#6366f1Accent color (buttons, highlights)
secondaryColorstring#f1f5f9Bubble background, borders, etc.
position"bottom-right" or "bottom-left"bottom-rightBubble position on the screen

Example:

<Notation
  apiKey="your-api-key"
  primaryColor="#10b981"
  secondaryColor="#fefce8"
  position="bottom-left"
/>

🛡️ Security

  • Your API key is tied to your Notation account and usage quota.
  • Never expose it in public repositories.
  • Calls are rate-limited and monitored for abuse.

📦 What's Inside

  • 💬 Animated chat bubble with embedded assistant
  • 🎯 Context-aware LLM responses powered by your uploaded docs
  • 🔧 Customizable UI for seamless branding
  • ⚡ Zero-config integration

🧾 License

MIT — Made with 💻 by the Notation team

FAQs

Package last updated on 10 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts