Loading...

How I got 800 stars on GitHub in a day

how-to
Ram Patra Published on November 28, 2019
Image placeholder

Is your project solving a pain point that no other project is solving or is it solving a problem in a way better than others? If the answer is yes then read on.

Below are some of the things which I did to publicize my open-source projects on github. I have tried them on two of my recent projects and it has worked for both so thought of sharing it with you all here.

  1. Write a clear and concise README.
  2. Post it on Hacker News.
  3. Write about it on carefully chosen subreddits.
  4. Write a blog post about it on Medium, DZone, Dev.to, etc.
  5. Search Stackoverflow.com for problems that your project solves and try to answer the question mentioning your project along with a proper example and a disclosure stating that you’re the author of the project. You can have a look at one of my answers on Stackoverflow on AnimateScroll.
  6. There are various communities on Slack nowadays, you can post it there too.

README is the first impression of your project so I would request you to put a little extra effort in writing this and always place it at the root of your project. You can, of course, have links here to more elaborate documentation if you like. Please, put some examples showing how to use your project, starting with a simple example and then gradually moving to complex scenarios.

There is a section on Hacker News called “Show”. While posting your link, just add “Show HN:” before the title and it will be listed under the “Show” section. This is the place where people publish their creations and moreover, the audience here is tech savvy so it’s a must place to post your project link.

Reddit—the front page of the internet—has proven to be useful too. There are a gamut of subreddits and a decent number of folks are active in each of them. Posting about your project in strategically chosen subreddits would help a lot.

Writing a blog post about the project not only helps publicize your work but also helps developers to get started easily. You can write about different use cases in the blog post. Medium, DZone, Dev.to seem to be in trend nowadays.

It’s worth noting that the above practices would not only help publicize your project but it would also help you get feedback from other developers. You may start with 1-2 steps above and after getting some valuable feedback, you can follow the rest of the steps.

You can have a look at some of my projects, i.e, JBot, Wedding-Website, and Animatescroll. The documentation may not be the best but it’s able to articulate the purpose of the project. Wedding-website was even listed as the most trending project on Github for a week.

I hope my experience may help your project reach thousands of developers. Happy coding!

Ram Patra Published on November 28, 2019
Image placeholder

Keep reading

If you liked this article, you may like these as well

May 14, 2019 Variables and Literals in Java

Variables are devices that are used to store data, such as a number, or a string of character data so that we can manipulate them later in our program.

June 7, 2020 How to add Global Key Shortcuts to your macOS app using MASShortcut

Adding Global Keyboard Shortcuts to your macOS app can be a pain as there isn’t a Cocoa API for the same. You would have to rely on the old, most of which are deprecated, Carbon API.

pc-build windows motherboard January 29, 2022 How to fix blank screen when entering BIOS in MSI MAG X570 Tomahawk Motherboard?

If you’re using a CPU that doesn’t have an integrated graphics module (like AMD Ryzen 7 5800X that I am using), you have to install an external GPU in order to get your output on a monitor/screen. Ergo, I had to use one of my old NVIDIA GTX 1080 graphics card in my PC.