File size: 696 Bytes
16b3069
f114b7f
5835ecd
16b3069
 
946017f
16b3069
55a034a
2e860a4
16b3069
0ce34cb
16b3069
5835ecd
 
8398b85
 
 
d78d0c6
 
 
8398b85
 
 
 
0ce34cb
 
 
 
5835ecd
0ce34cb
 
 
 
 
 
5835ecd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
title: Think in Sync
emoji: 🧠
colorFrom: blue
colorTo: pink
short_description: An addictive AI-powered word puzzle.
sdk: docker
app_port: 8080
pinned: false
---
# Think in Sync

You will be given a secret word. You aim to describe this secret word so an AI can guess it.
However, you can only say one word at a time, taking turns with another AI.

## Develop locally

You need Node.js and npm installed on your system.

Add a .env file with `VITE_MISTRAL_API_KEY=xxx` to query Mistral LLM from your local environment.

```
npm i
npm run dev
```

## What technologies are used for this project?

This project is built with

- Vite
- TypeScript
- React
- shadcn-ui
- Tailwind CSS
- Supabase