<?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: THEFIFTYSEEN</title>
    <description>The latest articles on DEV Community by THEFIFTYSEEN (@thefiftyseen).</description>
    <link>https://dev.to/thefiftyseen</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%2F3972246%2F2820cbe2-bad9-48a3-926e-d5bbc0926f11.jpg</url>
      <title>DEV Community: THEFIFTYSEEN</title>
      <link>https://dev.to/thefiftyseen</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/thefiftyseen"/>
    <language>en</language>
    <item>
      <title>I'm 15, from Siberia. Built a humanitarian map after meeting a Sudanese refugee on Discord</title>
      <dc:creator>THEFIFTYSEEN</dc:creator>
      <pubDate>Sun, 07 Jun 2026 08:37:32 +0000</pubDate>
      <link>https://dev.to/thefiftyseen/im-15-from-siberia-built-a-humanitarian-map-after-meeting-a-sudanese-refugee-on-discord-d64</link>
      <guid>https://dev.to/thefiftyseen/im-15-from-siberia-built-a-humanitarian-map-after-meeting-a-sudanese-refugee-on-discord-d64</guid>
      <description>&lt;h2&gt;
  
  
  How HelpNearby started
&lt;/h2&gt;

&lt;p&gt;November 2025. I was scrolling TikTok in my bedroom in Prokopyevsk, Siberia. A video showed Yale Humanitarian Research Lab satellite images of El-Fasher, Sudan. Red patches on the ground. I thought they were cattle from space. They weren't — they were blood from killed people, visible from orbit.&lt;/p&gt;

&lt;p&gt;I closed the phone. Did nothing.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Discord moment
&lt;/h2&gt;

&lt;p&gt;February 2026. I was looking for English speakers to play GTA 5. Random Discord interaction. Someone sent me the Discord mascot sticker. I asked "who r u?" He said "same question." Turned out he was half Sudanese, half Russian, fled Sudan to Egypt when the war got bad.&lt;/p&gt;

&lt;p&gt;That's when it connected in my head.&lt;/p&gt;

&lt;h2&gt;
  
  
  Building HelpNearby
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;April 16, 2026 — started Webflow prototype&lt;/li&gt;
&lt;li&gt;May 12 — submitted to SDG Submit competition. Rejected.&lt;/li&gt;
&lt;li&gt;May 15 — almost gave up. Sent my Sudanese friend the link anyway, no expectations. He replied: "I was just talking with my friend in Sudan and he said it's working great."&lt;/li&gt;
&lt;li&gt;May 17 — rebuilt seriously on Next.js.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;His friend was using my buggy prototype in an active war zone.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it is now
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://help-nearby.org" rel="noopener noreferrer"&gt;help-nearby.org&lt;/a&gt; — multilingual humanitarian platform helping people in crisis find free emergency assistance.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;114+ verified organizations across 5 countries (Russia, Kazakhstan, Sudan, UAE, Belarus)&lt;/li&gt;
&lt;li&gt;7 languages including Arabic with RTL support&lt;/li&gt;
&lt;li&gt;Lite mode under 200KB for slow connections in conflict zones&lt;/li&gt;
&lt;li&gt;UN OCHA databases integrated (HDX, GDHO)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Tech stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Next.js 16 + TypeScript&lt;/li&gt;
&lt;li&gt;Supabase (PostgreSQL) for verified directory&lt;/li&gt;
&lt;li&gt;Tailwind CSS for styling&lt;/li&gt;
&lt;li&gt;Leaflet + react-leaflet for maps&lt;/li&gt;
&lt;li&gt;OpenStreetMap + Overpass API for live POI search&lt;/li&gt;
&lt;li&gt;Nominatim for geocoding&lt;/li&gt;
&lt;li&gt;OSRM for routing&lt;/li&gt;
&lt;li&gt;Groq (Llama 3.3 70B) for AI chat assistance&lt;/li&gt;
&lt;li&gt;PostHog for analytics&lt;/li&gt;
&lt;li&gt;Vercel for hosting&lt;/li&gt;
&lt;li&gt;Playwright for E2E tests (14 passing)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Status
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Live: help-nearby.org&lt;/li&gt;
&lt;li&gt;GitHub: github.com/pizenkov13-boop/Help-Nearby&lt;/li&gt;
&lt;li&gt;MIT licensed&lt;/li&gt;
&lt;li&gt;Submitting to Zayed Sustainability Prize 2027 (Global High Schools category, deadline June 22)&lt;/li&gt;
&lt;li&gt;Revenue: $0. Not monetized yet.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Origin context
&lt;/h2&gt;

&lt;p&gt;I'm 15. Self-taught. From Prokopyevsk — a small industrial city in Siberia where most people work in coal mines or factories. Family income around $30K/year. No bootcamps, no tutors, no CS prep. Just Cursor + Claude + a lot of debugging.&lt;/p&gt;

&lt;p&gt;HelpNearby exists because someone in a war zone shouldn't need a VPN, paywalls, or scattered NGO websites to find a shelter.&lt;/p&gt;

&lt;h2&gt;
  
  
  Open questions
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Best practices for low-bandwidth web apps in conflict zones?&lt;/li&gt;
&lt;li&gt;Anyone built humanitarian tech with verified data partnerships?&lt;/li&gt;
&lt;li&gt;Migration considerations from Vercel for global reach?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Feedback welcome.&lt;/p&gt;

</description>
      <category>codenewbie</category>
      <category>showdev</category>
      <category>sideprojects</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
