WeSearch

I built a mutual SNS marketing platform — here's what I learned

·1 min read · 0 reactions · 0 comments · 23 views
#marketing#socialmedia#startup
I built a mutual SNS marketing platform — here's what I learned
TL;DR · WeSearch summary

Jerry Hoo created a mutual SNS marketing platform to help indie hackers and small startups promote their services without the high costs of traditional advertising. The platform allows users to earn points by promoting others' services, which they can then use to have their own services promoted. Hoo has faced challenges in attracting initial users, citing trust issues and the novelty of the concept as significant barriers.

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 === 3938949) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } jerry hoo Posted on May 20 I built a mutual SNS marketing platform — here's what I learned #marketing #showdev #socialmedia #startup The problem I was trying to solve Running paid ads is expensive. Most indie hackers and small startups can't afford $5k/month on Facebook or Google ads.

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)