Installation
Requirements
- Node.js 18+
- React 17+
- A Suko API key (get one at getsuko.com)
Install the package
npm install @suko/chat
# or
yarn add @suko/chat
# or
pnpm add @suko/chatGet your API key
Your API key is provided by Suko when we set up your restaurant account.
You will receive a welcome email with:
- Your API key (starts with
sk_live_) - Login credentials for dashboard.getsuko.com
Don’t have an account yet? Book a free call and we’ll get you set up.
Manage your restaurant
Once your account is created, everything is managed at dashboard.getsuko.com — no additional setup needed.
The widget package (@suko/chat) is only needed for the <SukoChat /> component
that goes on your website.