<?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: Marco Pellegrini</title>
    <description>The latest articles on DEV Community by Marco Pellegrini (@marco-php).</description>
    <link>https://dev.to/marco-php</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%2F4130432%2F3407bcce-da7c-428b-a353-5b4dbd6d42b0.png</url>
      <title>DEV Community: Marco Pellegrini</title>
      <link>https://dev.to/marco-php</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/marco-php"/>
    <language>en</language>
    <item>
      <title>Showdev: I built a Completly Free and ultra-lightweight (0.8MB) PWA Digital Business Card platform in pure PHP &amp; Vanilla JS</title>
      <dc:creator>Marco Pellegrini</dc:creator>
      <pubDate>Thu, 17 Sep 2026 20:30:28 +0000</pubDate>
      <link>https://dev.to/marco-php/showdev-i-built-a-completly-free-and-ultra-lightweight-08mb-pwa-digital-business-card-platform-3df8</link>
      <guid>https://dev.to/marco-php/showdev-i-built-a-completly-free-and-ultra-lightweight-08mb-pwa-digital-business-card-platform-3df8</guid>
      <description>&lt;p&gt;Hi dev community! 👋&lt;/p&gt;

&lt;p&gt;I wanted to challenge myself to build a digital networking tool that is as lightweight, fast, and clean as possible. The result is MyBusinessCard.digital, an independent platform to create digital business cards.&lt;/p&gt;

&lt;p&gt;To keep it extremely fast, I built the entire stack using &lt;strong&gt;pure PHP, Vanilla JavaScript, HTML, CSS, and Bootstrap&lt;/strong&gt;—no heavy frameworks, no bloated external libraries. Thanks to native image compression, a complete user profile takes up less than 0.8 MB on the server.&lt;/p&gt;

&lt;h3&gt;
  
  
  Core Features &amp;amp; Architecture
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;  &lt;strong&gt;100% Free:&lt;/strong&gt; No hidden paywalls, no premium tiers, and no platform watermarks or ads on your card.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Custom Slug:&lt;/strong&gt; Secure your personalized URL permanently (e.g., &lt;code&gt;mybusinesscard.digital/yourname&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Native PWA:&lt;/strong&gt; The system dynamically generates a Progressive Web App. Recipients can save your card directly to their smartphone home screen after just 4 seconds of scrolling.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Privacy-First &amp;amp; No Tracker Cookies:&lt;/strong&gt; Zero profiling or tracking cookies. Users can fully test the advanced dashboard in &lt;strong&gt;Guest Mode&lt;/strong&gt; without leaving an email. Guest data is permanently wiped via a 12-hour cronjob to keep the infrastructure clean.&lt;/li&gt;
&lt;li&gt;  &lt;strong&gt;Global Accessibility:&lt;/strong&gt; Fully localized in &lt;strong&gt;15 languages&lt;/strong&gt; (including Spanish, Portuguese, Indonesian, Vietnamese, Turkish, Polish, Arabic, Chinese, Japanese, Korean, and major European languages) adapting automatically to the smartphone's system language.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  36-Second Video Demo
&lt;/h3&gt;

&lt;p&gt;Here is a quick look at how the interactive two-column dashboard works:&lt;/p&gt;

&lt;p&gt;  &lt;iframe src="https://www.youtube.com/embed/nTFSohAkTYo" width="710" height="399"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;

&lt;h3&gt;
  
  
  Templates Preview
&lt;/h3&gt;

&lt;p&gt;Since I implemented a 3-state live validation for the slug and a real-time live preview iframe on the desktop dashboard, here is how the interface and some of the 12 ready-to-use models look:&lt;/p&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%2Fifbhxixd6sewuo8ct8ls.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%2Fifbhxixd6sewuo8ct8ls.png" alt="Three digital business card templates showing colorful interfaces on smartphone screens" width="800" height="479"&gt;&lt;/a&gt;&lt;/p&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%2Fa8xtqaq5aseo3j5tv2vr.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%2Fa8xtqaq5aseo3j5tv2vr.png" alt="Three alternative digital business card designs with clean and dark custom themes" width="800" height="479"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h3&gt;
  
  
  🛠️ Live Validation &amp;amp; Backend Security
&lt;/h3&gt;

&lt;p&gt;The signup form features live availability checks for the slug (letters, numbers, and &lt;code&gt;-&lt;/code&gt;, minimum 3 characters) and blocks international trademark names to avoid future infringement issues. The backend has also been tested with OWASP ZAP against injection vulnerabilities.&lt;/p&gt;

&lt;p&gt;The project is fully live and open for testing here: &lt;br&gt;
&lt;a href="https://mybusinesscard.digital" class="crayons-btn crayons-btn--primary" rel="noopener noreferrer"&gt;Try the Dashboard instantly in Guest Mode (No signup required)&lt;/a&gt;
&lt;/p&gt;

&lt;p&gt;I would love to get your feedback, technical advice, or thoughts on the architecture. Let me know what you think!&lt;/p&gt;

</description>
      <category>business</category>
      <category>webdev</category>
      <category>php</category>
      <category>marketing</category>
    </item>
  </channel>
</rss>
