Quiz Builder — Headless React Components
quiz-ui is a quiz builder for React developers. Instead of a drag-and-drop SaaS tool, you get composable, headless components you install into your project and style with Tailwind. The quiz engine handles state, branching, and progress — so you focus on your questions and design.
Last updated: 2026-09-25
Frequently asked questions
What types of quiz questions are supported?
Single-select (radio), multi-select (checkbox), image choice, numeric slider, star/numeric rating, free text, and validated email input.
Is there an AI quiz generator?
quiz-ui components can be generated by AI agents. The examples section includes copy-paste prompts for every component — feed them to an LLM and it produces the code.
Can I build a scored quiz?
The engine collects answers — scoring is up to you. Use the onComplete callback to compute a score from the collected answers.