Skip to content

Latest commit

 

History

History

README.md

Table Tennis Tracker with Thesys GenUI

This example showcases a Next.js project using the Thesys GenUI SDK to create a "Table Tennis Analyst" AI assistant called Rally King.

Built with Thesys

Getting Started

  1. Set up environment variables:

    Copy the example environment file and add your Thesys API key.

    cp example.env .env
  2. Install dependencies:

    npm install
  3. Run the development server:

    npm run dev

    Open http://localhost:3000 in your browser to see the result.