<?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: Noah Weerwag</title>
    <description>The latest articles on DEV Community by Noah Weerwag (@devbynoah).</description>
    <link>https://dev.to/devbynoah</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%2F4051961%2F8ad5f512-46d5-4356-a246-a81e52c44d4c.png</url>
      <title>DEV Community: Noah Weerwag</title>
      <link>https://dev.to/devbynoah</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/devbynoah"/>
    <language>en</language>
    <item>
      <title>I built a Dutch real estate platform with Next.js and Supabase — looking for feedback</title>
      <dc:creator>Noah Weerwag</dc:creator>
      <pubDate>Tue, 28 Jul 2026 19:35:16 +0000</pubDate>
      <link>https://dev.to/devbynoah/i-built-a-dutch-real-estate-platform-with-nextjs-and-supabase-looking-for-feedback-2b3h</link>
      <guid>https://dev.to/devbynoah/i-built-a-dutch-real-estate-platform-with-nextjs-and-supabase-looking-for-feedback-2b3h</guid>
      <description>&lt;p&gt;Hi everyone! 👋&lt;/p&gt;

&lt;p&gt;I am currently studying software development, and alongside my studies I enjoy designing and building my own projects.&lt;/p&gt;

&lt;p&gt;Over the past few weeks, I built &lt;strong&gt;ZoekUwMakelaar.nl&lt;/strong&gt;, a Dutch platform that helps people request support when buying or selling a home.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is ZoekUwMakelaar.nl?
&lt;/h2&gt;

&lt;p&gt;Users can submit a free, no-obligation request for several real estate services:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🏠 Selling a home&lt;/li&gt;
&lt;li&gt;📊 Requesting a property valuation&lt;/li&gt;
&lt;li&gt;🔑 Buying a home&lt;/li&gt;
&lt;li&gt;💬 Arranging an appraisal or receiving real estate advice&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The user selects a service, enters a location and provides some information about their situation. Based on the request and location, a suitable local real estate agent may contact them.&lt;/p&gt;

&lt;p&gt;🔗 &lt;a href="https://zoekuwmakelaar.nl" rel="noopener noreferrer"&gt;Visit ZoekUwMakelaar.nl&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The website is written in Dutch, but the design, responsiveness and user flow can still be reviewed without submitting a request.&lt;/p&gt;

&lt;p&gt;You can explore the request flow without completing the final submission, so please avoid sending test requests.&lt;/p&gt;

&lt;h2&gt;
  
  
  Building the project
&lt;/h2&gt;

&lt;p&gt;I worked on the project from concept to deployment, including:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Designing the user interface&lt;/li&gt;
&lt;li&gt;Building the responsive website&lt;/li&gt;
&lt;li&gt;Creating the request forms and user flows&lt;/li&gt;
&lt;li&gt;Setting up the database and lead handling&lt;/li&gt;
&lt;li&gt;Implementing email notifications&lt;/li&gt;
&lt;li&gt;Adding location autocomplete&lt;/li&gt;
&lt;li&gt;Connecting analytics to cookie consent&lt;/li&gt;
&lt;li&gt;Improving technical SEO, performance and accessibility&lt;/li&gt;
&lt;li&gt;Creating automated UI and end-to-end tests&lt;/li&gt;
&lt;/ul&gt;

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

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Next.js 15&lt;/strong&gt; with the App Router&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;React&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;TypeScript&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Custom CSS&lt;/strong&gt; in &lt;code&gt;app/globals.css&lt;/code&gt;, without Tailwind CSS&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Supabase&lt;/strong&gt; for the database and lead storage&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Resend&lt;/strong&gt; for email delivery&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Netlify&lt;/strong&gt; for hosting and deployment&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Google Analytics 4&lt;/strong&gt;, connected to cookie consent&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Google Search Console&lt;/strong&gt; for indexing and SEO monitoring&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;PDOK&lt;/strong&gt; for Dutch location autocomplete&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Playwright&lt;/strong&gt; for UI and end-to-end testing&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Lighthouse&lt;/strong&gt; for performance, SEO and accessibility checks&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Some of the challenges
&lt;/h2&gt;

&lt;p&gt;One of the main challenges was creating a platform that feels trustworthy enough for users to share their contact details.&lt;/p&gt;

&lt;p&gt;I wanted the request process to remain simple while still collecting enough information for the request to be useful.&lt;/p&gt;

&lt;p&gt;Another challenge was combining location-based SEO pages with a clear user experience. I wanted the pages to be discoverable through search engines without making them feel overloaded with repetitive SEO content.&lt;/p&gt;

&lt;p&gt;I also connected Google Analytics to the cookie consent system, so analytics is only activated after the user has given permission.&lt;/p&gt;

&lt;h2&gt;
  
  
  Feedback I am looking for
&lt;/h2&gt;

&lt;p&gt;I would appreciate honest feedback on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Is it immediately clear what the platform does?&lt;/li&gt;
&lt;li&gt;Does the website feel professional and trustworthy?&lt;/li&gt;
&lt;li&gt;Does the request process feel simple and logical?&lt;/li&gt;
&lt;li&gt;Do you notice any responsive, accessibility, performance or SEO issues?&lt;/li&gt;
&lt;li&gt;What would you improve first, either technically or from a UX perspective?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This is still an early version, so constructive criticism is very welcome. I would rather hear what is unclear or not working well than only receive positive feedback.&lt;/p&gt;

&lt;p&gt;Thanks for taking a look! 👨‍💻&lt;/p&gt;

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