<?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: Sai Venkata Reddy</title>
    <description>The latest articles on DEV Community by Sai Venkata Reddy (@sai_venkatareddy_1fc062b).</description>
    <link>https://dev.to/sai_venkatareddy_1fc062b</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3592946%2F58a865c3-b72a-4c06-8e4c-840a1b9decb0.jpg</url>
      <title>DEV Community: Sai Venkata Reddy</title>
      <link>https://dev.to/sai_venkatareddy_1fc062b</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sai_venkatareddy_1fc062b"/>
    <language>en</language>
    <item>
      <title>KindChain - One good deed shouldn't end with you.</title>
      <dc:creator>Sai Venkata Reddy</dc:creator>
      <pubDate>Mon, 07 Sep 2026 04:08:58 +0000</pubDate>
      <link>https://dev.to/sai_venkatareddy_1fc062b/kindchain-one-good-deed-shouldnt-end-with-you-270h</link>
      <guid>https://dev.to/sai_venkatareddy_1fc062b/kindchain-one-good-deed-shouldnt-end-with-you-270h</guid>
      <description>&lt;p&gt;&lt;strong&gt;This is a submission for [Weekend Challenge: Generosity Edition]&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;I built &lt;strong&gt;KINDCHAIN&lt;/strong&gt; — a platform based on a simple idea:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;One good deed shouldn't end with you.&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;KINDCHAIN is a generosity chain where people can ask for help, offer help, and pass kindness forward.&lt;/p&gt;

&lt;p&gt;There is no money involved. Instead, people can give:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Knowledge&lt;/strong&gt; — teach someone a skill, explain a concept, mentor them, or share what they know.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Time&lt;/strong&gt; — help someone with a task, guidance, or a favour.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Resources&lt;/strong&gt; — share useful books, PDFs, videos, GitHub repositories, links, or other resources.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The interesting part is what happens after someone receives help.&lt;/p&gt;

&lt;p&gt;Instead of repaying the person who helped them, they can help someone else. This creates a chain of generosity:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Person A → helps Person B → Person B helps Person C → Person C helps Person D&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The goal isn't to track money or donations. It's to make the &lt;strong&gt;impact of kindness visible&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;KINDCHAIN can show how far a single act of kindness travelled — for example:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Your kindness travelled 3 generations.&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Everyone can participate from both sides. You can ask for something you need, or you can help someone else.&lt;/p&gt;

&lt;p&gt;The core flow is:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Need → Match → Help → Confirm → Chain → Pass it forward&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I wanted to build something that makes generosity feel less like a transaction and more like a movement that keeps going.&lt;/p&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Live Demo:&lt;/strong&gt; &lt;a href="https://kindchain-one.vercel.app/" rel="noopener noreferrer"&gt;https://kindchain-one.vercel.app/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The landing page introduces the three main ways people can contribute: sharing knowledge, lending their time, and giving useful resources.&lt;/p&gt;

&lt;p&gt;To try it:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Enter your name and email to join.&lt;/li&gt;
&lt;li&gt;Explore what people need / Create your request from one account and help from the another to understand how the flow goes.&lt;/li&gt;
&lt;li&gt;Choose something you can help with.&lt;/li&gt;
&lt;li&gt;Complete the act of kindness.&lt;/li&gt;
&lt;li&gt;The recipient confirms that they received the help.&lt;/li&gt;
&lt;li&gt;The act becomes part of the generosity chain.&lt;/li&gt;
&lt;li&gt;Share KINDCHAIN with someone else and keep the idea moving.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Code
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;GitHub:&lt;/strong&gt; [&lt;a href="https://github.com/sai1505/kindchain" rel="noopener noreferrer"&gt;https://github.com/sai1505/kindchain&lt;/a&gt;]&lt;/p&gt;

&lt;p&gt;The project is built as a Next.js application with TypeScript, Tailwind CSS, and Supabase.&lt;/p&gt;

&lt;h2&gt;
  
  
  How I Built It
&lt;/h2&gt;

&lt;p&gt;I built KINDCHAIN with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Next.js&lt;/strong&gt; — application framework and routing&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;TypeScript&lt;/strong&gt; — type-safe application logic&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tailwind CSS&lt;/strong&gt; — UI and responsive styling&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Supabase&lt;/strong&gt; — PostgreSQL database and file storage&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Vercel&lt;/strong&gt; — deployment&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The database is centered around three main concepts:&lt;/p&gt;

&lt;h3&gt;
  
  
  Users
&lt;/h3&gt;

&lt;p&gt;People participating in the KINDCHAIN community.&lt;/p&gt;

&lt;h3&gt;
  
  
  Needs
&lt;/h3&gt;

&lt;p&gt;A request for something a person needs — knowledge, time, or resources.&lt;/p&gt;

&lt;h3&gt;
  
  
  Acts
&lt;/h3&gt;

&lt;p&gt;The actual generosity connection between the person helping and the person receiving help.&lt;/p&gt;

&lt;p&gt;An act starts as pending and can be confirmed by the recipient. Once confirmed, it becomes part of the verified generosity chain.&lt;/p&gt;

&lt;p&gt;One of the design decisions I cared about was keeping the experience simple. I didn't want to build another donation platform, crowdfunding site, or volunteer directory.&lt;/p&gt;

&lt;p&gt;Instead, the platform focuses on a very small loop:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Someone needs something → someone helps → the recipient confirms it → the kindness continues.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;For resources, the idea is intentionally flexible. A person can share things like YouTube videos, PDFs, GitHub repositories, articles, or other useful links rather than restricting generosity to monetary donations.&lt;/p&gt;

&lt;p&gt;The project is also designed so that the real-world act of helping can happen outside the platform. KINDCHAIN records the connection and confirmation rather than trying to turn kindness itself into a transaction.&lt;/p&gt;

&lt;h2&gt;
  
  
  Prize Categories
&lt;/h2&gt;

&lt;p&gt;KINDCHAIN is not submitting to the Snowflake, Solana, or ElevenLabs prize categories.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why KINDCHAIN?
&lt;/h2&gt;

&lt;p&gt;A lot of platforms measure generosity in terms of money, donations, or transactions.&lt;/p&gt;

&lt;p&gt;I wanted to explore a different question:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;What if we measured generosity by how far it travels?&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;If someone spends 30 minutes teaching you Python, you don't need to repay them.&lt;/p&gt;

&lt;p&gt;Maybe you help someone prepare for an interview.&lt;/p&gt;

&lt;p&gt;That person helps someone find a useful resource.&lt;/p&gt;

&lt;p&gt;That person teaches someone else a skill.&lt;/p&gt;

&lt;p&gt;The original act keeps moving.&lt;/p&gt;

&lt;p&gt;That's &lt;strong&gt;KINDCHAIN&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;One good deed shouldn't end with you.&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>weekendchallenge</category>
    </item>
  </channel>
</rss>
