This app serves as the place where an "interview" takes place between OneStudy and a respondent. This app is meant to be used as a starter template and can be customized as anyone sees fit.
Fork this repo, click the button below for a quick deploy, or clone this repo and deploy it to your favorite hosting provider.
The following ENV vars are required to run this app:
API_KEY="YOUR_API_KEY_HERE"
: The API key given to you from onestudy.ai
NEXT_PUBLIC_API_ENDPOINT=https://onestudy.ai/api/1
: The OneStudy.ai API endpoint
NOTE: You must get an API key from OneStudy.ai before you can use this app. Contact OneStudy.ai for more information.
Add a .env.local
and add the above ENV vars.
Run npm run dev
to start the NextJS server