<?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: Shorya</title>
    <description>The latest articles on DEV Community by Shorya (@coding_truck_).</description>
    <link>https://dev.to/coding_truck_</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%2F3926274%2Fe4765906-0a03-4c98-93ae-5348865ec039.png</url>
      <title>DEV Community: Shorya</title>
      <link>https://dev.to/coding_truck_</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/coding_truck_"/>
    <language>en</language>
    <item>
      <title>I built my own Buy Me a Coffee because I was tired of platform fees and Stripe gatekeeping</title>
      <dc:creator>Shorya</dc:creator>
      <pubDate>Tue, 12 May 2026 05:30:06 +0000</pubDate>
      <link>https://dev.to/coding_truck_/i-built-my-own-buy-me-a-coffee-because-i-was-tired-of-platform-fees-and-stripe-gatekeeping-18di</link>
      <guid>https://dev.to/coding_truck_/i-built-my-own-buy-me-a-coffee-because-i-was-tired-of-platform-fees-and-stripe-gatekeeping-18di</guid>
      <description>&lt;p&gt;I wanted a supporter page. Simple enough.&lt;/p&gt;

&lt;p&gt;Except every tool that does this well: Buy Me a Coffee, Ko-fi, &lt;br&gt;
GitHub Sponsors- runs on Stripe. And Stripe isn't available in &lt;br&gt;
a big chunk of the world. India, Pakistan, Nigeria, Bangladesh, &lt;br&gt;
most of Southeast Asia, invite-only at best, flat out unavailable &lt;br&gt;
at worst.&lt;/p&gt;

&lt;p&gt;So what do developers do instead? They cope.&lt;/p&gt;

&lt;p&gt;They paste a UPI ID in their README. They share a Razorpay link &lt;br&gt;
in a DM. They put a PayPal button that eats 5% and confuses &lt;br&gt;
half their audience. It works, barely, but it feels janky and &lt;br&gt;
more importantly it doesn't scale. You can't build a supporter &lt;br&gt;
relationship on a UPI ID buried in a README.&lt;/p&gt;

&lt;p&gt;I got tired of seeing that. So I built something better.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Buy4Chai is
&lt;/h2&gt;

&lt;p&gt;A self-hostable supporter page you fork, configure in one file, &lt;br&gt;
and deploy in 10 minutes. It sits on top of whatever payment &lt;br&gt;
gateway actually works where you are.&lt;/p&gt;

&lt;p&gt;No platform. No middleman. No fees.&lt;/p&gt;

&lt;p&gt;You fork it → edit chai.config.js → deploy to Vercel → paste &lt;br&gt;
a badge in your README. Done.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it looks like
&lt;/h2&gt;

&lt;p&gt;Two column layout. Left side tells your story: bio, gallery, &lt;br&gt;
pinned projects. Right side is a sticky support card. Modal &lt;br&gt;
checkout with currency toggle (USD ↔ your local currency). &lt;br&gt;
Full dark mode.&lt;/p&gt;

&lt;p&gt;Not a janky form. An actual page you'd be proud to send someone.&lt;/p&gt;

&lt;h2&gt;
  
  
  Who this is for
&lt;/h2&gt;

&lt;p&gt;Honestly anyone who:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Can't access Stripe&lt;/li&gt;
&lt;li&gt;Doesn't want to give 5-10% to a platform&lt;/li&gt;
&lt;li&gt;Is tired of sharing payment links in DMs&lt;/li&gt;
&lt;li&gt;Wants to own their supporter experience end to end, maybe hack their experience&lt;/li&gt;
&lt;li&gt;Just wants a clean page that doesn't look like a Google Form&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The tech
&lt;/h2&gt;

&lt;p&gt;React 18 + Vite + Tailwind + Framer Motion. Fully static. &lt;br&gt;
Deploys free on Vercel, Netlify, or GitHub Pages.&lt;/p&gt;

&lt;p&gt;Ships with Razorpay, Dodo Payments, UPI direct, and manual &lt;br&gt;
payment links out of the box. Swap gateways by changing one &lt;br&gt;
line in your config. Add a new one by creating one file.&lt;/p&gt;

&lt;p&gt;There's also a 6-step setup wizard built into the app so &lt;br&gt;
non-technical creators can configure it without touching code.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;Live demo: buy4-chai.vercel.app&lt;br&gt;
GitHub: github.com/vassu-v/Buy4Chai&lt;/p&gt;

&lt;p&gt;If you've ever felt locked out of the creator economy because &lt;br&gt;
of where you live or which payment processor your country &lt;br&gt;
supports — this is for you.&lt;/p&gt;

&lt;p&gt;And if you want to contribute, we just opened issues for new &lt;br&gt;
gateways, UI features, and docs. First contributor already &lt;br&gt;
jumped in this week.&lt;/p&gt;

&lt;p&gt;Guys your support would mean a lot, either as pr, discussions, forks or enhancement ideas.&lt;/p&gt;

&lt;p&gt;Star it if it's useful. Fork it if you need it. Both help.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>opensource</category>
      <category>buymeacoffee</category>
      <category>sideprojects</category>
    </item>
  </channel>
</rss>
