References
Every SenseFolks survey is a web component you can embed in any page. This section covers survey component APIs, dashboard platform behavior, concept references, and integration events.
Start with Survey Components for embed/API details, then use Dashboard & Platform for data/workflow references, then check Concepts and API & Events for implementation details.
Survey Components
PricePoint
PRICE SENSITIVITY ANALYSIS
Use Van Westendorp and Gabor-Granger methods to estimate what users are willing to pay.
UserChoice
CHOICE-BASED CONJOINT SURVEYS
Run conjoint analysis to see which product trade-offs users actually prefer.
FeaturePriority
FEATURE PRIORITIZATION ANALYSIS
Use Kano, MaxDiff, and Bradley-Terry to separate must-haves from lower-priority requests.
FastPoll
QUICK DIRECTIONAL POLLS
Run quick single- or multiple-choice polls to get a fast signal on product questions.
OpenFeedback
OPEN-ENDED FEEDBACK COLLECTION
Collect open-ended feedback in users' own words.
Reaction
SENTIMENT REACTION TESTING
Capture sentiment with emoji, binary, or single-icon reactions.
Dashboard & Platform
Dashboard
CENTRAL CONTROL FOR SURVEYS & INSIGHTS
Manage surveys, review aggregated insights per website, and export response data.
Core Concepts
Web Components
EMBED API BASICS
Understand how SenseFolks survey elements work across React, Vue, Angular, and plain HTML.
CSS Parts
STYLING API
Use stable ::part() hooks to theme survey internals without
relying on fragile DOM selectors.
API & Events
Event Model
INTEGRATION WORKFLOWS
Bind lifecycle and submit events safely across frameworks for analytics, automations, and custom product flows.
Accessibility (WCAG 2.1 AA)
All SenseFolks components meet WCAG 2.1 AA standards. That means:
- Full keyboard navigation (Tab, Arrow keys, Enter/Space)
- Screen reader support with ARIA labels and live regions
- High contrast mode support for Windows users
- Reduced motion support via
prefers-reduced-motion - Visible focus indicators that meet contrast requirements
Browser Support
| Browser | Version |
|---|---|
| Chrome | 88+ |
| Firefox | 85+ |
| Safari | 14+ |
| Edge | 88+ |
| IE11 | Supported (ES5 build) |