AI UNDERDOGS
Back
0:00 / 1:00
#135

Gallup Strengths Finder

galluptest.00c0.com/
psych assessmentCloudflare D1frontend-onlyopen tool
128 views💬 0 comments🔗 0 visits

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

Pure frontend + edge DB

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'

Real craft

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

📍 Source: v2ex📅 2026-07-18Original post →Visit site →
Ad
Ad slot (AdSense unit renders here once connected)

Discussion (0)

Sign in with GitHub to post
  • No comments yet — be the first.

Related