
Gallup Strengths Finder
galluptest.00c0.com/ →The $50 Gallup test for free — built with Cloudflare D1
WHAT IT SOLVES
The official CliftonStrengths test costs money, requires account creation, and gates the full report. One dev thought: it's just 177 questions and a ranking algorithm — why not rebuild it?
WHY IT'S INTERESTING
No server — just Cloudflare D1 and a static frontend
No traditional backend at all. The frontend talks directly to Cloudflare D1, an edge SQLite database — user accounts, answer logs, results, everything lives on edge nodes globally. The author calls it a 'Vibe Coding' product — which roughly translates to 'I was vibing while coding and it works'
177 questions, 34 strengths — fully replicated
This isn't a random personality quiz slapped with a Gallup label. It replicates the actual assessment logic: 177 paired statements, all 34 talent themes, and a full results report. There's even login, history, and result sharing — this is a real project, not a weekend hack
「Rebuilt a free CliftonStrengths assessment using pure frontend + Cloudflare D1 (Vibe Coding)」
TECH GUESS
Frontend framework (likely React or Vue) + Cloudflare D1 edge database + Cloudflare Workers/Pages — zero traditional backend
Discussion (0)
- No comments yet — be the first.
Related
#136▶ 162Feed a glyph sheet, get a real TTF font
#134▶ 176Wordle but for Hearthstone cards
#133▶ 135Memory for AI agents that activates, not retrieves