https://github.com/thesysdev/template-c1-next
Template app for C1 by Thesys
https://github.com/thesysdev/template-c1-next
Last synced: 2 months ago
JSON representation
Template app for C1 by Thesys
- Host: GitHub
- URL: https://github.com/thesysdev/template-c1-next
- Owner: thesysdev
- Created: 2025-04-03T17:39:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-16T14:55:20.000Z (4 months ago)
- Last Synced: 2026-02-16T22:30:56.901Z (4 months ago)
- Language: TypeScript
- Size: 958 KB
- Stars: 9
- Watchers: 0
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# C1 App Template
Template repository for a generative UI chat client, powered by [C1 by Thesys](https://thesys.dev), and bootstrapped with `create-next-app`
[](https://thesys.dev)
## Getting Started
First, generate a new API key from [Thesys Console](https://chat.thesys.dev/console/keys) and then set it your environment variable.
```bash
export THESYS_API_KEY=
```
Install dependencies:
```bash
npm i
```
Then, run the development server:
```bash
npm run dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing your responses by modifying the system prompt in `src/app/api/chat/route.ts`.
## Learn More
To learn more about Thesys C1, take a look at the [C1 Documentation](https://docs.thesys.dev) - learn about Thesys C1.
## One-Click Deploy with Vercel
[]()