Get started quickly with building your first conversational Generative UI application
Clone the template repository
git clone https://github.com/thesysdev/template-c1-next.git
Install the dependencies
cd template-c1-next npm install
Create and set an API key
export THESYS_API_KEY=<your-api-key>
Test it out!
npm run dev