Hi HN,<p>A friend and I hacked this together to turn PDFs, docs and raw text into an easy-to-fill online form.<p>The hardest part was getting the prompts to work reliably. We're using PDF.js to parse the document, asking OpenAI to extract the questions and calling the Fillout API to create the form.<p>Let me know what you think: <a href="https://fillout.com/ai-form-builder" rel="nofollow noreferrer">https://fillout.com/ai-form-builder</a> (free to use + no sign up needed)
This is really impressive, especially being able to start with an AI generated template is super practical imho. I also like the form builder itself. Good luck with the project!