Skip to main content
Let’s get you up and running with Cuehand in 60 seconds. It is important to note that Cuehand uses Gemini as the default model for AI interactions. You can use any other model supported by the Vercel AI SDK.
1

Create a sample project

Here we use the Cuehand CLI to create a sample project. For this guide just press Enter on your keyboard for all options to accept the defaults. If you want to learn more about the CLI, see the CLI page.
2

Add your API key

  1. Navigate to the Google AI Studio.
  2. Copy your API key.
  3. Paste your Google AI API key into your .env file.
.env
3

Use Cuehand (act, extract, observe)

The scaffold includes an index.ts file that contains basic Cuehand code. Here’s what it looks like:
index.ts
4

Finally, run it

Run the project using the following command:
That’s it! You have successfully created and run your first Cuehand project. 🎉