<?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: HAZAR BİLGİN</title>
    <description>The latest articles on DEV Community by HAZAR BİLGİN (@hazar_bilgin_543841604655).</description>
    <link>https://dev.to/hazar_bilgin_543841604655</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%2F4097411%2F8861ad88-93e0-4e23-8bea-fc52485ce388.png</url>
      <title>DEV Community: HAZAR BİLGİN</title>
      <link>https://dev.to/hazar_bilgin_543841604655</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hazar_bilgin_543841604655"/>
    <language>en</language>
    <item>
      <title>I Built a Decentralized P2P PaaS to Host Web &amp; AI Apps on Idle Home PCs (NeighborHost)</title>
      <dc:creator>HAZAR BİLGİN</dc:creator>
      <pubDate>Thu, 27 Aug 2026 12:26:28 +0000</pubDate>
      <link>https://dev.to/hazar_bilgin_543841604655/i-built-a-decentralized-p2p-paas-to-host-web-ai-apps-on-idle-home-pcs-neighborhost-5cb6</link>
      <guid>https://dev.to/hazar_bilgin_543841604655/i-built-a-decentralized-p2p-paas-to-host-web-ai-apps-on-idle-home-pcs-neighborhost-5cb6</guid>
      <description>&lt;p&gt;Hey everyone! 👋&lt;/p&gt;

&lt;p&gt;Like many indie developers, I noticed a huge inefficiency in the way we deploy web and AI applications today:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;The Cloud Problem:&lt;/strong&gt; Big cloud platforms (Vercel, AWS, Render) charge premium monthly markups and impose tight serverless execution limits (10s timeouts, cold starts, surprise bandwidth bills).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;The Idle Hardware Problem:&lt;/strong&gt; Meanwhile, millions of high-performance gaming PCs, Macbooks, and homelabs sit idle for 18+ hours a day around the world.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;So over the past few months, I built and launched &lt;strong&gt;&lt;a href="https://neighborhost.com" rel="noopener noreferrer"&gt;NeighborHost&lt;/a&gt;&lt;/strong&gt; — a decentralized peer-to-peer PaaS platform.&lt;/p&gt;




&lt;h3&gt;
  
  
  💡 How It Works
&lt;/h3&gt;

&lt;h4&gt;
  
  
  1. 🖥️ For Hardware Hosts (Monetize Idle PCs)
&lt;/h4&gt;

&lt;p&gt;If you have a home PC or homelab, you can install our lightweight daemon (Windows / Linux / Mac):&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Earn 70% Net Revenue:&lt;/strong&gt; You get 70% of every app subscription hosted on your machine (up to $400+ / mo).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;100% Safe Sandbox:&lt;/strong&gt; Applications run in isolated PM2 process containers without accessing your files or host OS.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Zero Configuration:&lt;/strong&gt; No static IP or router port-forwarding required. All traffic is tunneled through encrypted reverse WebSockets.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;👉 &lt;strong&gt;Join as a Host:&lt;/strong&gt; &lt;a href="https://neighborhost.com/register?role=host" rel="noopener noreferrer"&gt;https://neighborhost.com/register?role=host&lt;/a&gt;&lt;/p&gt;




&lt;h4&gt;
  
  
  2. 🚀 For Developers (Ultra-Affordable, Real 24/7 Hosting)
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;70% Cheaper:&lt;/strong&gt; Plans start at ~₺250 / $7/month with fair unmetered bandwidth.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Persistent Long-Running Processes:&lt;/strong&gt; No 10-second serverless execution timeouts or cold starts.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Multi-Runtime Engine:&lt;/strong&gt; Supports Node.js, Python, PHP, and .NET.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Instant SSL &amp;amp; Subdomains:&lt;/strong&gt; Native deployment straight from GitHub (&lt;code&gt;https://yourapp.neighborhost.com&lt;/code&gt;).&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;👉 &lt;strong&gt;Deploy an App:&lt;/strong&gt; &lt;a href="https://neighborhost.com/customer/deploy" rel="noopener noreferrer"&gt;https://neighborhost.com/customer/deploy&lt;/a&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  ⚙️ Technical Architecture
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Control Plane:&lt;/strong&gt; Node.js + Fastify + Prisma SQLite cluster running on AWS EC2.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tunneling:&lt;/strong&gt; Bidirectional low-latency WebSocket tunnel multiplexer with automatic reconnects and heartbeat health checks.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Edge Caching:&lt;/strong&gt; Static assets (JS/CSS/images) are cached at the edge for sub-10ms delivery.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Process Isolation:&lt;/strong&gt; Automatic runtime detection, isolated port allocations (4000+), and real-time CPU/RAM monitoring.&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  🔗 Try It Live
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;🌐 &lt;strong&gt;Platform:&lt;/strong&gt; &lt;a href="https://neighborhost.com" rel="noopener noreferrer"&gt;https://neighborhost.com&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;📊 &lt;strong&gt;Pricing:&lt;/strong&gt; &lt;a href="https://neighborhost.com/pricing" rel="noopener noreferrer"&gt;https://neighborhost.com/pricing&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;⚖️ &lt;strong&gt;Vercel Comparison:&lt;/strong&gt; &lt;a href="https://neighborhost.com/compare/vercel-alternative" rel="noopener noreferrer"&gt;https://neighborhost.com/compare/vercel-alternative&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I'd love to hear your thoughts, feedback, or any security/performance questions from the community! 🚀&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>opensource</category>
      <category>devops</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
