<?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: Lautaro Cheppi</title>
    <description>The latest articles on DEV Community by Lautaro Cheppi (@soycheppi).</description>
    <link>https://dev.to/soycheppi</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%2F4130071%2F360fa3d4-5532-41a2-901b-77602203c3a2.png</url>
      <title>DEV Community: Lautaro Cheppi</title>
      <link>https://dev.to/soycheppi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/soycheppi"/>
    <language>en</language>
    <item>
      <title>How I Built an Open-Source Restaurant Storefront with React 19, Tailwind v4 &amp; Direct WhatsApp Checkout (LCP &lt; 0.8s)</title>
      <dc:creator>Lautaro Cheppi</dc:creator>
      <pubDate>Thu, 17 Sep 2026 14:28:52 +0000</pubDate>
      <link>https://dev.to/soycheppi/how-i-built-an-open-source-restaurant-storefront-with-react-19-tailwind-v4-direct-whatsapp-12jp</link>
      <guid>https://dev.to/soycheppi/how-i-built-an-open-source-restaurant-storefront-with-react-19-tailwind-v4-direct-whatsapp-12jp</guid>
      <description>&lt;p&gt;Local restaurants—like dark kitchens, pizzerias, and artisan bakeries—are losing up to 30% of their revenue to delivery aggregator commissions. Most of these businesses don't need a heavy, subscription-based backend server or complex database just to receive orders.&lt;/p&gt;

&lt;p&gt;To solve this, I built and open-sourced &lt;strong&gt;FoodFlow&lt;/strong&gt;: a zero-backend, ultra-fast food ordering storefront built with React 19 and Tailwind CSS v4.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Live Demo:&lt;/strong&gt; &lt;a href="https://foodflow-core.pages.dev" rel="noopener noreferrer"&gt;foodflow-core.pages.dev&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;GitHub Repository:&lt;/strong&gt; &lt;a href="https://github.com/soycheppi/foodflow-demo" rel="noopener noreferrer"&gt;github.com/soycheppi/foodflow-demo&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fbbon5ydkrv6vfez9dbfx.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fbbon5ydkrv6vfez9dbfx.gif" alt="FoodFlow Demo Flow" width="720" height="405"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  ⚡ Technical Highlights
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Zero-Backend Autonomy
&lt;/h3&gt;

&lt;p&gt;The entire order validation, item modifiers, catalog sync, and cart state run client-side. The app includes an autonomous mock layer that boots instantly with zero configuration:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;git clone https://github.com/soycheppi/foodflow-demo.git
&lt;span class="nb"&gt;cd &lt;/span&gt;foodflow-demo
npm &lt;span class="nb"&gt;install
&lt;/span&gt;npm run dev
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;No &lt;code&gt;.env&lt;/code&gt; file or remote database is required for local development or testing.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. WhatsApp Dispatch Engine
&lt;/h3&gt;

&lt;p&gt;Instead of setting up payment gateways and complex user sessions, the app formats the order into a clean, human-readable WhatsApp payload. It handles:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Delivery vs. Pickup calculations.&lt;/li&gt;
&lt;li&gt;Item variants and mandatory modifier groups.&lt;/li&gt;
&lt;li&gt;Coupon/discount rules and clear itemized pricing.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  3. Core Web Vitals &amp;amp; Performance
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fqtt24h2aumznh1ohm7hp.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fqtt24h2aumznh1ohm7hp.png" alt="Lighthouse 100/100 Score" width="799" height="443"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Sub-0.8s LCP&lt;/strong&gt; on mid-tier mobile networks.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;100/100 Lighthouse&lt;/strong&gt; scores across Performance, Accessibility, Best Practices, and SEO.&lt;/li&gt;
&lt;li&gt;Native inline SVGs (zero heavy icon package dependencies).&lt;/li&gt;
&lt;li&gt;Tailwind CSS v4 with full tokenized dark/light theme support.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  4. Architecture &amp;amp; State Management
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;React 19 &amp;amp; TypeScript 5.9&lt;/strong&gt; in strict mode (zero &lt;code&gt;any&lt;/code&gt; policy).&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;TanStack Query + React Context:&lt;/strong&gt; TanStack manages catalog fetching and caching, while lightweight Context handles localized cart operations without prop drilling or external state libraries like Redux/Zustand.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  💬 Community Feedback
&lt;/h2&gt;

&lt;p&gt;The code is MIT licensed and completely open.&lt;/p&gt;

&lt;p&gt;I’d love to hear your feedback on:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;The state split between TanStack Query and Context.&lt;/li&gt;
&lt;li&gt;The zero-backend WhatsApp dispatch approach for micro-merchants.&lt;/li&gt;
&lt;li&gt;How you are handling Tailwind CSS v4 in production applications.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Feel free to check out the &lt;a href="https://github.com/soycheppi/foodflow-demo" rel="noopener noreferrer"&gt;GitHub repo&lt;/a&gt; and drop a ⭐ if you find it helpful!&lt;/p&gt;

</description>
      <category>react</category>
      <category>webdev</category>
      <category>javascript</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
