I shipped a self-discovery app in a weekend. Here's the whole stack.
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.
- ▪The app features five personality systems and over 120 data points.
- ▪Lovable, an AI app builder, facilitated much of the development process without requiring manual coding.
- ▪The developer spent a total of about 14 hours on the project, focusing on content creation and AI prompt engineering.
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).