Voxlink reinvents the voicemail in the age of AI. It's your Executive Assistant Software that takes care of the people calling you.
Voxlink is an AI-powered voice assistant that allows users to initiate a call to a user and get assistance to leave a rich message to the user for a better experience.
Voxlink is deployed as a web plugin in JavaScript that enables a click-to-call action on any webpage. The plugin will create an iframe that dynamically generates a user experience for initiating a call. It's also available on a dedicated regular phone number.
Here's an example with a personal website. Let's say you have a personal website and you want to add a click-to-call button to it.
Here it is:
voxlink-demo.mp4
See more details in the architecture document.
- Clone the repository
- Create a .env.local file with the following variables:
OPENAI_API_KEY
,NEXT_PUBLIC_ALLOWED_ORIGIN
,ALLOWED_ORIGINS
. See .env.example. - Run
npm install
- Run
npm run init-db
to initialize the database - Run
npm run dev
- Navigate to
http://localhost:3000