-
Notifications
You must be signed in to change notification settings - Fork 38
Introduce aggregation story w/ npm announcement(s) #1045
Comments
The most immediate marketing message here is that it is now much easier for npm packages to apply to join Gratipay as projects. I'm inclined to use this opportunity to start telling our story around aggregation and the three-sided marketplace. On the one hand that telegraphs our strategy to our fellow travelers, but on the other hand with this release we'll be a step ahead on this path, and I think we want to start building awareness Here's a blog post stub. |
Bumping this up a level in scope from project to epic. |
Search PR in gratipay/gratipay.com#4458. |
I did some outreach on Slack/IRC and have also posted to HN. I guess let's track uptake here?
|
Leaving open to retry on HN. |
@jdorfman to submit to Product Hunt once we have a landing page. |
|
Our second order of magnitude! 💃
And the person that put us over the top is the founder of npm! 😱 🙀 😍 😻 |
Adding https://www.reddit.com/r/opensource/ alongside HN and Product Hunt as places to go for our next push. |
We're flat.
|
@whit537 landing page for reddit too. |
Separate or same as for Product Hunt? |
I've started making progress on gratipay/gratipay.com#4488. How about we aim to deploy that next week, and then make an HN/PH/Reddit push starting on Tuesday, June 13th? cc: @jdorfman @Jaimeyann @clone1018 @rohitpaulk @mattbk et al. |
|
I think we should not push to HN/PH/Reddit until we clean things up a lot more. Marketing on Twitter and IRC/Slack/email should be enough to start getting some traffic. The thing about HN/PH is that it seems more one-shot. I think we wait until things are tighter and we're more like beta quality because right now we're more like alpha quality. |
I've started writing a post to announce package.json discovery. https://gratipay.news/pay-for-your-package-json-cb07341445ca Here's the script I used to compute the 48% with 2+ and 7% with 10+ figures (based on a dump of the # -*- coding: utf-8 -*-
from __future__ import absolute_import, division, print_function, unicode_literals
import csv
from collections import defaultdict
counts = defaultdict(int)
for rec in csv.reader(open('emails.csv')):
emails = rec[0].decode('utf8')[1:-1].split(',')
for email in emails:
counts[email] += 1
nmany = nmulti = 0
for email in counts:
if counts[email] > 10:
nmany += 1
if counts[email] > 1:
nmulti += 1
total = len(counts)
print(nmany , total, nmany / total)
print(nmulti, total, nmulti / total) |
gratipay/gratipay.com#4507 is in! Last call for input on the "Pay for your package.json" announcement. |
I'm going to go ahead and close this out since the first pieces are out. There will be ongoing additional marketing tasks that can have their own tickets. |
Follows on gratipay/gratipay.com#4427. How are we going to promote this new feature?
1-on-1 email—punting to Email maintainers about available money #969https://news.ycombinator.com/item?id=14360935purged, retry laterThe text was updated successfully, but these errors were encountered: