How SenseFolks Works
A SenseFolks website groups your surveys and results. Each survey has a key that connects its embed to the dashboard.
How do surveys and embeds connect?
Surveys
A survey is a configured question flow that belongs to one website.
Create surveys in the dashboard and embed them with web components. Refreshing the page clears unfinished answers.
Survey Components
Each survey type has a custom HTML element:
<sf-pricepoint>— Find the right price (Van Westendorp, Gabor-Granger)<sf-userchoice>— See which trade-offs people prefer (Conjoint Analysis)<sf-featurepriority>— Sort features by what users care about (Kano, MaxDiff, Bradley-Terry)<sf-fastpoll>— Get a quick signal on any question<sf-openfeedback>— Collect open-ended feedback<sf-reaction>— Run an icon-based quick survey with three built-in sets: expressive faces, thumbs up/down, or a heart
What is a survey key?
The survey key is a UUID. Pass it to the embed to load the right configuration and route responses to your dashboard.
html
<sf-fastpoll survey-key="a1b2c3d4-e5f6-7890-abcd-ef1234567890"></sf-fastpoll>Responses and Insights
View submitted responses in the dashboard. Filters and exports depend on your plan.
SenseFolks Terms in Plain Language
| Term | What It Means |
|---|---|
| Website | A container for your surveys and insights. Add one per product or site. |
| Survey | A configured questionnaire with one or more steps, living inside a website container |
| Step | A single screen or question within a survey |
| Response | A completed survey submission from a user |
| Component | The web component that renders a survey type on your page |
| Survey Key | Unique identifier (UUID) that connects an embedded component to its survey |
| CSS Parts | Styling hooks exposed by components so you can customise appearance |
| Insights Dashboard | Where aggregated results from all surveys within a website are displayed |