Getting Started with Suko
Suko gives your restaurant a custom website, AI chat assistant, and reservation system — all in one.
What you’ll get
<SukoChat />— floating chat widget for guests, installed on your website- Access to dashboard.getsuko.com to manage your restaurant
Prerequisites
- A Suko account and API key
- A Next.js project (or any React app)
Quick Start
npm install @suko/chatimport { SukoChat } from '@suko/chat'
export default function Layout({ children }) {
return (
<>
{children}
<SukoChat apiKey="sk_live_your_key" />
</>
)
}That’s it. Your AI chat is live.
Manage your menu, appearance, sessions, and reservations at dashboard.getsuko.com.