This is a Next.js project bootstrapped with create-next-app.
It displays feedback typeform using @typeform/embed library.
Integrate Typeform with Next.js
First, run the development server:
yarn devOpen http://localhost:3000 with your browser to see the result.
You can find a <Popover /> component in pages/index.js
There is an API routes to retrieve typeform response in pages/api/response.js. It can be accessed on http://localhost:3000/api/response.
For Typeform Embed SDK and APIs see:
- Typeform React Embed Library README file
- Typeform Vanilla Embed Library README file
- Typeform Responses API docs on developer portal
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.