This example showcases a Next.js project using the Thesys GenUI SDK to create a "Table Tennis Analyst" AI assistant called Rally King.
-
Set up environment variables:
Copy the example environment file and add your Thesys API key.
cp example.env .env
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
Open http://localhost:3000 in your browser to see the result.