Hume EVI Next.js Starter

repository·main·Indexed 20 days ago

https://github.com/humeai/hume-evi-next-js-starter

A starter template and sample implementation for building applications with Hume's Empathic Voice Interface (EVI) using Next.js, the App Router, and the Hume React SDK.

Tokens
220
Snippets
1
Records
2
Agent score
22%

What's inside hume-evi-next-js-starter

  1. Deploy the EVI Next.js starter to Vercel

    main

    You can deploy this project directly to Vercel using the provided deployment button. When deploying, you must provide the following required environment variables to ensure the EVI functionality works:

    • HUME_API_KEY: Your Hume API key.
    • HUME_SECRET_KEY: Your Hume Client Secret key.

    To obtain these credentials, log into the Hume portal and navigate to the API keys page.

    # Required environment variables for deployment
    HUME_API_KEY=your_api_key
    HUME_SECRET_KEY=your_secret_key