How I Built a Missing GitHub Feature using GitHub itself

Written by pravj | Published 2019/09/08
Tech Story Tags: github | open-source | side-project | indiedev | accessibility | entrepreneurship | product | latest-tech-stories

TLDR There are unmatched expectations that users have from the hub of open-source. This guide is about a feature that is missing from GitHub and my product-first approach to building that as a side-project. There is no way to subscribe to an organization and receive events when something happens in it (for example, when a new repository is created) The solution will involve activity-checker polling for new events at its core, but notifying the users about an event is going to be the major deal.via the TL;DR App

After the Microsoft acquisition, GitHub has been on a roller coaster ride. It has been winning the developer community’s affinity by launching a series of offerings, one after another, starting from the free private repositories to the GitHub Sponsors program.
Still, there are unmatched expectations that users have from the hub of open-source.
This guide is about one such expectation, a feature that is missing from GitHub and my product-first approach to building that as a side-project.
ALL THAT IS MISSING
Started as a code hosting platform for the Git version control system, GitHub has evolved into a complete software development platform. It fits perfectly in the software development lifecycle that people have started using it in multiple ways (blog for some other day on the wild network effects of GitHub and its use of social incentives).
Isaac’s repository is one such corner of the platform where people come to request new features, they create an issue for what they want and thumbs up each other’s comments, hoping that GitHub will listen to their requests. It does. Support for reactions is my favorite feature that was implemented after getting noticed from here.
FINDING WHAT TO WORK ON
Know your customers wherever they are.
Want to know what’s wrong with a product, head straight to the user forums or customer feedback channels, and you will get the answer.
More than a year ago when I was looking for a side project to work on, this repository was the correct place to find out the missing pieces related to GitHub.
Now comes the much anticipated missing feature, the ability to follow an organization. Yes, you can’t follow an organization like following a normal user account to receive user-activities. It’s the most-commented issue on Issac’s repository.
GitHub shows you user-generated activities (creating, starring, and forking repositories, etc.) in your main feed, which allows people to discover new things (read my other blog Information dynamics on the GitHub network for details). But there is no way to subscribe to an organization and receive events when something happens in it (for example, when a new repository is created).
ARE YOU BORED RIGHT NOW?
If you don’t care to read more about the development process, you can skip this and check out followgithub.org, browser extension that allows you to follow a GitHub organization. It’s open-source as well, feel free to hack on it during weekends.
THE REAL MVP
Once the idea was shortlisted, it was time to work out a plan to manage risk by prototyping early and cheaply, the risk of shipping the wrong stuff that nobody wanted in the first place.
Given the motive, I aimed to spend as little time as possible on the implementation to get the initial version to validate the hypothesis. One, there weren’t enough resources to pull this off as I was working on it on Sundays, that too sporadically. Another, Steve Blank wouldn’t agree.
Think about cheap hacks to test the goal, keep the eyes on the prize.
I found that the solution will involve activity-checker polling for new events at its core, but notifying the users about an event is going to be the major deal.
I was fiddling with some typical and atypical distribution channels such as Email alerts (where the events are being sent to a verified email address) and Twitter bot (to keep updating a thread for an organization OR responding to tagged questions). But none of them was a convincing idea because it would bound the solution in one particular way before even getting buy-in from the potential users.
That’s when I realized that I was looking outside, but the real distribution channel was in front of my eyes, GitHub. It’s a place to position your product for the right people in itself. It has a social pull that brings a community closer, generating value for each other; for example, awesome-lists.
And here comes the MVP, a GitHub repository acting as a user forum.
This saved me from investing in email notification services or choosing a channel where none of the potential users are (Twitter).
It was shared on Hacker News by my friend Amit, leading to some early adoption.
TWEAK IT
After a few days, I started interacting with people using the setup for the next iteration. About both the good and the bad parts; how they are excited to follow an organization, and how the issue thread is adding duplicate comments or missing beats.
For this, I prepared a series of questions aligned with The Mom Test by Rob Fitzpatrick.
  • Open-ended questions, what has changed because of this setup
  • Daily habits, how exactly do they use GitHub in life
  • Specifics from the past, how did they find their (recent) favorite GitHub repository
I realized the current setup was doing a bad job at user experience. Neither the notification delivery (for a new repository) system was providing a native GitHub experience aligned to their browsing habits. It required you to take multiple actions to follow an organization.
  • Find if there exists an issue for the organization you want to follow
  • Create an issue with adding the link for the organization in the comment
Then one day a friend pointed me out to refined-github during a discussion, a famous browser extension that simplifies the GitHub interface and adds useful features. And that’s when I found the real distribution channel resonating with all the requirements.
A browser extension that allows you to follow GitHub organizations in your sleep.
EXTENSIONS AND SKEPTICISM
During my interaction with potential and existing users, I observed that not everyone has a virtuous view of browser extensions. Some of the users have strong opinions against them because of potential security risks.
That’s why I decided to open-source the extension and it’s being built out in the open.
PATH TO RAMEN SUCCESS
As mentioned by Mike Perham, people start something valuable with enthusiasm and give it for free, only to get overwhelmed by support requests and burn out of the project.
I realized that it’s the right time to put a price tag on all the time spent on the development, at least to pay the server bills. I will consider this a ramen sustainable success in two possible scenarios:
  • GitHub builds this feature
  • I stop investing on the product from my own pocket to sustain it
PUTTING THE RIGHT PRICE TAG
After deciding the path for ramen success, it was time to put the right price tag. I was reading about different pricing mechanisms (The anatomy of SaaS pricing strategy) and found every coin has two sides to it.
  • Cost-plus pricing: isn’t a calculated decision if the product depends on external factors. Also, your customers don’t care about your costs.
  • Value-based pricing: isn’t easy all the times to quantify the value being generated by your product. But it validates their willingness to pay, if there is a value in it.
Logically, I decided to go ahead with the value-based freemium pricing structure as it felt like the right move in the given context. But this required me to come up with metrics to define the value generated by users.
In this case, the total number of organizations followed was the fitting value metric. I have kept the bar at 10 organizations in the “adopter” version for the following reasons:
  • You should not give up too many things for free
  • It was close to the following count of some new users (in a small sample set)
INCENTIVE FLYWHEEL
Everyone has their own strategy to get the first 10 or 100 customers, different for the kind of product you are building, this is mine.
Given GitHub has a strong social-capital game in place (might not apply to all the GitHub users), one would want to generate value by creating or contributing to an existing repository, in return for a special status in the topology. Encouraging more members to join the value-generation efforts in the connected network, and bringing more members into the userbase.
And for that, I’ve kept an incentive for contributions to the extension. A free supporter license key for any legit contribution you make to it.
All kinds of contributions are welcome as long as it’s beneficial for the end users.
That’s it, please let me know what do you think of the extension.
Reach out to me at @hackpravj (@followgithuborg) or followgithuborg@gmail if you come across any issue or suggestion for the tool. I would love to make it better for you.
If you want to win the supporter license key, head straight to the repository.

Written by pravj | Building followgithub.org, Product Manager @Vernacular.ai
Published by HackerNoon on 2019/09/08