<?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>Forem: Meet Shah</title>
    <description>The latest articles on Forem by Meet Shah (@meetshahbuilds).</description>
    <link>https://forem.com/meetshahbuilds</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%2F3930543%2Fd34dd0fd-62bd-433d-b835-67b6e8fcd497.png</url>
      <title>Forem: Meet Shah</title>
      <link>https://forem.com/meetshahbuilds</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/meetshahbuilds"/>
    <language>en</language>
    <item>
      <title>Building a "Zero Server" App with Next.js 15 and Tailwind v4</title>
      <dc:creator>Meet Shah</dc:creator>
      <pubDate>Thu, 14 May 2026 08:07:54 +0000</pubDate>
      <link>https://forem.com/meetshahbuilds/building-a-zero-server-app-with-nextjs-15-and-tailwind-v4-bkp</link>
      <guid>https://forem.com/meetshahbuilds/building-a-zero-server-app-with-nextjs-15-and-tailwind-v4-bkp</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;As developers, we constantly rely on web-based utilities. Need to decode a JWT? Format a massive JSON payload? Generate a quick UUID? We usually just Google it and click the first link.&lt;br&gt;
But recently, I experienced a moment of "privacy anxiety." I was about to paste a production JWT containing sensitive claims into a random formatter site. I had no idea who owned the backend or if my token was being logged.&lt;br&gt;
I decided to build a suite of tools where developers never have to worry about that again. I built &lt;a href="https://zeroserver.tools" rel="noopener noreferrer"&gt;ZeroServer.tools&lt;/a&gt;.&lt;/p&gt;
&lt;h2&gt;
  
  
  The "Zero Server" Architecture
&lt;/h2&gt;

&lt;p&gt;The core rule for this project was simple: &lt;strong&gt;No data leaves the browser.&lt;/strong&gt; &amp;gt;&lt;br&gt;
By keeping everything 100% client-side, the risk of data leakage drops to zero.&lt;/p&gt;
&lt;h2&gt;
  
  
  The Tech Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Framework:&lt;/strong&gt; Next.js 15. The App Router makes building a multi-tool dashboard incredibly clean.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Styling:&lt;/strong&gt; Tailwind CSS v4. I created a custom "Obsidian" dark theme that developers are used to seeing in their IDEs.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Security:&lt;/strong&gt; Native Browser APIs. Instead of relying on external libraries for randomization, tools like the UUID generator utilize the browser's native &lt;code&gt;crypto.randomUUID()&lt;/code&gt; to ensure hardware-level cryptographic security.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Deployment:&lt;/strong&gt; Cloudflare Pages. Serving static files directly from the edge means the tools load almost instantly, no matter where the user is located.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;
  
  
  The Result
&lt;/h2&gt;

&lt;p&gt;A hyper-fast, secure environment containing JSON/XML formatters, Base64/URL encoders, and secure generators.&lt;br&gt;
Building this reinforced a great lesson: not every web app needs a backend. Sometimes, pushing the processing power entirely to the client is not just cheaper—it's significantly safer.&lt;br&gt;
Check out the live project here: &lt;a href="https://zeroserver.tools" rel="noopener noreferrer"&gt;ZeroServer.tools&lt;/a&gt; and let me know what you think of the UI!&lt;/p&gt;
&lt;/blockquote&gt;

</description>
      <category>webdev</category>
      <category>nextjs</category>
      <category>showdev</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
