Pleazup

Pleazup

Pleazup is a free social network to share gift ideas tactfully with your family.

The value proposition is to share a list of gifts that we would like to receive while preserving as much as possible the joy of surprises through anonymous interactions. You can make a suggestion or book a gift idea without the recipient knowing your identity.

It's a  twitter-like social network: everybody could follow anybody without accepting requests. But you're always notified when followed, and you can block anyone if needed.

I co-founded the company with Diane Frachon (https://www.linkedin.com/in/diane-frachon/). The project started in La cantine then Numa  (https://www.numa.co/), back then a free coworking in Paris. We lately moved to Réunion Island and were incubated by the regional startup program.

Revenue

Pleazup revenue model is based on affiliation. If a gift idea is a merchant product, for instance a book or consumer appliance, we try to find merchant websites that sell it, and we provide a link to purchase it. If the merchant also offers an affiliate program, we earn a commission after each sale if the user previously clicked on our link during the last month.

Growth

We have 2 strategies to reduce the chicken and egg problem that every social network faces: our service is only truly useful when a whole family uses it, but users only want to use it when it's already useful.

Firstly, we try to reduce the onboarding friction of building the network. We ask new users to share their email or phone contact and automatically match existing users. We also notify them whenever one of their contact signup.

Secondly, we optionally provide a public URL of your gift idea list, shareable to anyone without authentication.

Technology

Social networks share certain technical generalities. For instance, they need complex database queries to answer complex social questions (ideas liked by friends of friends, etc).

They also need an algorithm to sort their content. Notifications could be displayed chronologically but suggested content from our "Inspirations" feature require a recommendation engine, like Facebook EdgeRank (https://en.wikipedia.org/wiki/EdgeRank). We implemented a similar algorithm, weighing freshness, popularity, and monetization. Essentially, a recommendation engine is a search engine without textual queries: what should you see if you don't know what you want?

Our affiliation business model also requires matching gift ideas with product pages from affiliate merchant websites. Since textual information from gift ideas is rarely specific enough, we developed an image search engine restricted to merchant's websites.

- Native iOS (Swift) & Android (Java) mobile apps
- React web app
- Material design system
- Node backend using Parse Plateform (https://parseplatform.org/)
- Heroku hosting
- Search with Algolia
- Recommender engine using Google Vision API