How I Built a Privacy-First Personality Quiz with Next.js and Zero Backend

typescript dev.to

Most online personality quizzes send answers to a server. I wanted to see whether the entire experience could run locally in the browser. What I built Soul Color Test offers a 7-question quick mode and a 16-question deep mode. Answers are mapped to four reflective dimensions: depth, clarity, connection, and momentum. Technical decisions Next.js and TypeScript Static export deployed on Cloudflare Pages Scoring runs entirely in the browser Progress is stored locally No ac

Read Full Tutorial open_in_new
arrow_back Back to Tutorials