It has multiple difficulty levels and you will talk to an AI agent using Vapi AI.
Create .env.local:
Add these environment variables:
NEXT_PUBLIC_VAPI_PUBLIC_KEY=<pub_key_from_vapi_ai_website>
NEXT_PUBLIC_ASSISTANT_ID=<create_an_assistant_and_place_the_id_here>
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.js
. The page auto-updates as you edit the file.