<?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: matteo Marinazzo</title>
    <description>The latest articles on DEV Community by matteo Marinazzo (@matteo_marinazzo_f95488a1).</description>
    <link>https://dev.to/matteo_marinazzo_f95488a1</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%2F3792389%2Fc8daf306-0724-484f-a959-33c4da61380c.png</url>
      <title>DEV Community: matteo Marinazzo</title>
      <link>https://dev.to/matteo_marinazzo_f95488a1</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/matteo_marinazzo_f95488a1"/>
    <language>en</language>
    <item>
      <title>I Built a Mini Games Platform With Pure JavaScript (No Framework) And Firebase</title>
      <dc:creator>matteo Marinazzo</dc:creator>
      <pubDate>Wed, 25 Feb 2026 18:26:57 +0000</pubDate>
      <link>https://dev.to/matteo_marinazzo_f95488a1/i-built-a-mini-games-platform-with-pure-javascript-no-framework-and-firebase-1pid</link>
      <guid>https://dev.to/matteo_marinazzo_f95488a1/i-built-a-mini-games-platform-with-pure-javascript-no-framework-and-firebase-1pid</guid>
      <description>&lt;p&gt;I challenged myself to build a browser-based mini games platform without using any heavy frameworks.&lt;/p&gt;

&lt;p&gt;The goal was simple:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Instant play&lt;/li&gt;
&lt;li&gt;No downloads&lt;/li&gt;
&lt;li&gt;Clean architecture&lt;/li&gt;
&lt;li&gt;100/100 Lighthouse performance&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Here’s what I learned building it from scratch.&lt;/p&gt;

&lt;p&gt;Instead of relying on React or Vue, I structured the platform using modular vanilla JavaScript.&lt;/p&gt;

&lt;p&gt;Each game is dynamically loaded, keeping the main bundle lightweight and fast.&lt;/p&gt;

&lt;p&gt;Performance was a top priority.&lt;/p&gt;

&lt;p&gt;By minimizing render-blocking resources and keeping the DOM clean, the platform currently scores 92 in Performance, Best Practices and SEO on Lighthouse.&lt;/p&gt;

&lt;p&gt;One interesting challenge was balancing dynamic JavaScript rendering with SEO.&lt;/p&gt;

&lt;p&gt;While most of the interface is JS-driven, adding structured semantic HTML content helped search engines better understand the site.&lt;/p&gt;

&lt;p&gt;Actually I am creating a multiplayer game using Firebase RealTime database.&lt;/p&gt;

&lt;p&gt;The result is a lightweight browser-based mini games platform that runs instantly without installation.&lt;/p&gt;

&lt;p&gt;You can try it here:&lt;br&gt;
&lt;a href="https://mini-games.ch" rel="noopener noreferrer"&gt;https://mini-games.ch&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Feedback from fellow developers is welcome.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>seo</category>
      <category>firebase</category>
    </item>
  </channel>
</rss>
