1

Clone the template repository

git clone https://github.com/thesysdev/template-c1-next.git
2

Install the dependencies

cd template-c1-next
npm install
3

Create and set an API key

Navigate to C1 Console and create a new API key, then set it as an environment variable.

export THESYS_API_KEY=<your-api-key>
4

Test it out!

Run the development server to see generative UI in action.

npm run dev