/sample-nextjs-with-typeform

Sample NextJS application which includes Typeform integration

Primary LanguageTypeScript

Sample NextJS Application with Typeform

This is a sample NextJS application which demonstrates integration of Typeform, a paid SAAS tool to create web forms.

Latest production version can be viewed online at sample-nextjs-with-typeform.vercel.app.

Running

Install dependencies and run the code:

npm ci
npm run dev

Possibly more instructions are forthcoming. To integrate your own forms you'll need to change the code a bit.

Documentation