Quiz Funnel Software — Open Source Alternative
Most quiz funnel software comes with a monthly fee and a walled garden. quiz-ui flips the model: it's a set of React components you install as source — no SaaS, no API calls, no vendor lock-in. The funnel engine handles branching, progress calculation, and answer collection; you handle the styling.
Last updated: 2026-09-25
Frequently asked questions
How is quiz-ui different from SaaS quiz funnel software?
You own the code completely. No monthly fees, no usage limits, no data leaving your infrastructure. The components are plain .tsx files in your project.
Does it need a backend?
No. The engine runs entirely in the browser via React state. You decide what to do with the collected answers — send them to your API, CRM, or nothing at all.
What components are included?
QuizRoot, QuizStep, QuizProgress, QuizNavigation, QuizTransition, QuizChoiceGroup, QuizSlider, QuizRating, QuizTextInput, QuizEmailInput, QuizImageChoice, QuizResult, and QuizDialog.