<?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: Pindrop</title>
    <description>The latest articles on DEV Community by Pindrop (@pindropgg).</description>
    <link>https://dev.to/pindropgg</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%2F3974336%2Fa86b59e9-6595-472e-b498-f99cc573b62b.png</url>
      <title>DEV Community: Pindrop</title>
      <link>https://dev.to/pindropgg</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/pindropgg"/>
    <language>en</language>
    <item>
      <title>Building an interactive Palworld map with Next.js, Leaflet and Supabase</title>
      <dc:creator>Pindrop</dc:creator>
      <pubDate>Fri, 19 Jun 2026 12:49:19 +0000</pubDate>
      <link>https://dev.to/pindropgg/building-an-interactive-palworld-map-with-nextjs-leaflet-and-supabase-24p2</link>
      <guid>https://dev.to/pindropgg/building-an-interactive-palworld-map-with-nextjs-leaflet-and-supabase-24p2</guid>
      <description>&lt;p&gt;As a solo developer I wanted a fast, mobile-friendly interactive map for Palworld that didn't bury me in ads. The result is &lt;a href="https://pindrop.gg/" rel="noopener noreferrer"&gt;Pindrop&lt;/a&gt;, and here are a few of the technical decisions behind it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Rendering 1000+ markers without jank
&lt;/h2&gt;

&lt;p&gt;The &lt;a href="https://pindrop.gg/palworld/map" rel="noopener noreferrer"&gt;interactive map&lt;/a&gt; uses Leaflet with a custom marker-clustering layer. Markers are served as static JSON from the edge and hydrated client-side, so the first paint is server-rendered and the heavy marker work happens after.&lt;/p&gt;

&lt;h2&gt;
  
  
  A breeding calculator as a pure function
&lt;/h2&gt;

&lt;p&gt;Palworld's breeding combos are deterministic, so the &lt;a href="https://pindrop.gg/palworld/breeding-calculator" rel="noopener noreferrer"&gt;breeding calculator&lt;/a&gt; is just a lookup over a precomputed table rather than a backend call. That keeps it instant and fully cacheable.&lt;/p&gt;

&lt;h2&gt;
  
  
  Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Next.js (App Router)&lt;/strong&gt; for SSR + static generation&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Leaflet&lt;/strong&gt; for the map layer&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Supabase&lt;/strong&gt; for the small amount of dynamic data&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Vercel&lt;/strong&gt; for hosting and edge caching&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you play Palworld, the &lt;a href="https://pindrop.gg/palworld/guides" rel="noopener noreferrer"&gt;guides section&lt;/a&gt; collects the breeding, location and boss notes I kept losing track of. Feedback from other devs welcome — especially on the clustering approach.&lt;/p&gt;

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