This is a simple app that allows you to create a conversational form from any Google Form.
Deployed on Render: https://conversational-form.onrender.com/
- Clone the repository
- Run
npm install - Create a
.envfile and add:
PORT=3000
GOOGLE_SCRIPT_ENDPOINT=https://script.google.com/macros/s/AKfycbzIa7rekcqfEHltbl6-DOXgh2qz5gWI4wYrVfg3CGDUjR3qfq_Q4--SV8kwubEbeDEX/exec
ELEVENLABS_API_KEY=
FAL_KEY=
GEMINI_API_KEY=
- Run
npm start - Open
http://localhost:3000/in your browser
