I'll create a Next.js page that implements the ElevenLabs Convai widget. This will create an AI chat interface powered by ElevenLabs.
Script component to load the ElevenLabs Convai widget script<elevenlabs-convai> element with the provided agent IDYou can customize this implementation by:
To use this with your own ElevenLabs agent, simply replace the agent-id attribute with your own agent ID from ElevenLabs 1.
I'll create a simple page with "Plainview Demo" and the ElevenLabs widget positioned in the bottom right corner.
This implementation creates a clean, minimal page with "Plainview Demo" as the main title and positions the ElevenLabs Convai widget in the bottom right corner of the screen.
The widget will appear as a chat interface in the bottom right corner, allowing visitors to interact with the ElevenLabs AI agent while keeping the main page content minimal.