I just launched my second Chrome extension in 8 weeks. Here's what building product two taught me.
Building your second product is completely different from building your first. With Prompt Helix I...
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 === 3809508) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } HelixLabs-dev Posted on Apr 28 I just launched my second Chrome extension in 8 weeks. Here's what building product two taught me. #discuss #javascript #webdev Building your second product is completely different from building your first. With Prompt Helix I was learning everything simultaneously — manifest V3, content scripts, service workers, multi-provider API routing, Chrome Store submission, privacy policies, Stripe integration. Every day was a new rabbit hole.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV Community.