WeSearch

I shipped a self-discovery app in a weekend. Here's the whole stack.

·3 min read · 0 reactions · 0 comments · 12 views
#appdevelopment#selfdiscovery#ai#webdev
I shipped a self-discovery app in a weekend. Here's the whole stack.
⚡ TL;DR · AI summary

A developer created a self-discovery app called Origin Of You over a weekend. The app combines multiple personality frameworks into a single AI-generated portrait. It was built using Lovable, React, and Supabase, and went live with real users within 48 hours.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3847884) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Jakub Posted on May 18 I shipped a self-discovery app in a weekend. Here's the whole stack. #ai #webdev #buildinpublic #react Last Saturday morning I had an idea for a personality quiz app. Not one of those BuzzFeed "which bread are you" things. Something that actually combines multiple self-discovery frameworks into one written portrait. By Sunday evening it was live on a custom domain with analytics, a database, and real users hitting it.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)