<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Mark Jackson</title>
    <description>The latest articles on DEV Community by Mark Jackson (@remjx).</description>
    <link>https://dev.to/remjx</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F112265%2F6a046dd0-e14c-4c68-ab6e-7264c4cbb347.jpeg</url>
      <title>DEV Community: Mark Jackson</title>
      <link>https://dev.to/remjx</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/remjx"/>
    <language>en</language>
    <item>
      <title>The Downsides of GitHub Sponsors... and a Solution</title>
      <dc:creator>Mark Jackson</dc:creator>
      <pubDate>Thu, 21 Jan 2021 03:17:26 +0000</pubDate>
      <link>https://dev.to/remjx/the-downsides-of-github-sponsors-and-a-solution-2c1e</link>
      <guid>https://dev.to/remjx/the-downsides-of-github-sponsors-and-a-solution-2c1e</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/sponsors" rel="noopener noreferrer"&gt;GitHub Sponsors&lt;/a&gt; is a way to receive funding as an open-source developer but it is lacking several features which make it unappealing to potential donors.&lt;/p&gt;

&lt;p&gt;Let's look at the downsides of GitHub Sponsors and how they can be mitigated with Coindrop.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://coindrop.to" rel="noopener noreferrer"&gt;Coindrop&lt;/a&gt; is a 100% free, open-source webpage builder I created where you can list all your accepted forms of payment and let the donor choose the most convenient method to pay you.&lt;/p&gt;

&lt;h1&gt;
  
  
  The downsides of GitHub Sponsors
&lt;/h1&gt;

&lt;h2&gt;
  
  
  Limited payment options 💳
&lt;/h2&gt;

&lt;p&gt;Everybody loves entering their credit card information into another website. Right..? &lt;/p&gt;

&lt;p&gt;The only payment methods that can be used on GitHub Sponsors are Credit Card and PayPal.&lt;/p&gt;

&lt;p&gt;Coindrop supports virtually all payment apps (CashApp, Venmo, etc), digital assets (Bitcoin, Ethereum, etc), and recurring donation platforms (Patreon, Buy Me A Coffee, etc).&lt;/p&gt;

&lt;h2&gt;
  
  
  10% platform fee for organizations 🏛
&lt;/h2&gt;

&lt;p&gt;GitHub Sponsors has zero fees if you're an individual: 100% of donations will go to the developer. However if you're an organization, there is a 10% platform fee incurred on every payment.&lt;/p&gt;

&lt;p&gt;Coindrop has zero platform fees regardless of whether you're an individual or organization.&lt;/p&gt;

&lt;h2&gt;
  
  
  Recurring donations only 🔁
&lt;/h2&gt;

&lt;p&gt;Sending a quick "thank you" in the form of a few bucks should be easy on the internet. With GitHub Sponsors this is impossible because it forces users to subscribe to a recurring donation.&lt;/p&gt;

&lt;p&gt;Coindrop gives the users the option: one-time or recurring donation?&lt;/p&gt;

&lt;h2&gt;
  
  
  Inflexible sponsorship tiers 🤔
&lt;/h2&gt;

&lt;p&gt;On GitHub Sponsors, you must set fixed sponsorship tiers e.g. $5/month, $25/month, etc. This is a deterrant because if the donor's preferred amount is not in the list, they may be inclined to pick a lower amount or decide not to donate at all.&lt;/p&gt;

&lt;p&gt;On Coindrop, the user chooses exactly how much they want to donate.&lt;/p&gt;

&lt;h1&gt;
  
  
  The Solution: Embed a Coindrop donation button in your GitHub project README ✔️
&lt;/h1&gt;

&lt;p&gt;The concept of Coindrop is to list &lt;strong&gt;all&lt;/strong&gt; your accepted forms of payment in one place and let people choose how to pay you based on what is most convenient and efficient for them.&lt;/p&gt;

&lt;p&gt;Once you &lt;a href="https://coindrop.to" rel="noopener noreferrer"&gt;create a Coindrop&lt;/a&gt; (it takes less than 2 minutes), you can embed a button like this in your GitHub project's &lt;code&gt;README.md&lt;/code&gt;:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fz3zpffd6h4x2kjcetgsf.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fz3zpffd6h4x2kjcetgsf.png" alt="Coindrop.to me button"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/hakerdefo/pmrp/blob/master/README.md" rel="noopener noreferrer"&gt;Here&lt;/a&gt; is an example of the Coindrop button being used in the wild on GitHub.&lt;/p&gt;

&lt;p&gt;If you don't like the style of this button, you are free to swap it out with your own design 😉 It is simply HTML code with an &lt;code&gt;&amp;lt;a&amp;gt;&lt;/code&gt; tag for the link and an &lt;code&gt;&amp;lt;img&amp;gt;&lt;/code&gt; tag for the button image.&lt;/p&gt;

&lt;h1&gt;
  
  
  Get started 🚀
&lt;/h1&gt;

&lt;p&gt;The first step in setting up your Coindrop is picking a custom URL e.g. &lt;a href="https://coindrop.to/mark" rel="noopener noreferrer"&gt;coindrop.to/mark&lt;/a&gt; (that's mine). You can always change it later.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://coindrop.to" rel="noopener noreferrer"&gt;Click here&lt;/a&gt; to create your first Coindrop. It's 100% free, zero fees.&lt;/p&gt;

&lt;h1&gt;
  
  
  Comments, Questions, Feedback
&lt;/h1&gt;

&lt;p&gt;Feedback is more than welcome! Just leave a comment below :) &lt;/p&gt;

&lt;h1&gt;
  
  
  GitHub
&lt;/h1&gt;

&lt;p&gt;Coindrop is 100% open source:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/remjx/coindrop" rel="noopener noreferrer"&gt;https://github.com/remjx/coindrop&lt;/a&gt;&lt;/p&gt;

</description>
      <category>github</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
