<?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: Philip</title>
    <description>The latest articles on DEV Community by Philip (@flippp).</description>
    <link>https://dev.to/flippp</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%2F2035181%2F3a9461c0-8125-44bb-95dd-106e629d010e.png</url>
      <title>DEV Community: Philip</title>
      <link>https://dev.to/flippp</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/flippp"/>
    <language>en</language>
    <item>
      <title>Building a Google Rating Comparison Overview for Nomad Travel Insurances using Google Places API</title>
      <dc:creator>Philip</dc:creator>
      <pubDate>Fri, 03 Oct 2025 14:29:17 +0000</pubDate>
      <link>https://dev.to/flippp/building-a-google-rating-comparison-overview-for-nomad-travel-insurances-using-google-places-api-178k</link>
      <guid>https://dev.to/flippp/building-a-google-rating-comparison-overview-for-nomad-travel-insurances-using-google-places-api-178k</guid>
      <description>&lt;p&gt;Long-term travelers, expats, and digital nomads often struggle to find transparent travel health insurance options. Marketing websites are full of affiliate links, while reviews are scattered across forums and review portals.&lt;/p&gt;

&lt;p&gt;At &lt;a href="https://travelinsuranc.es" rel="noopener noreferrer"&gt;TravelInsuranc.es&lt;/a&gt;, the goal was to build an objective comparison tool: an overview of 30 major travel insurance providers, ranked purely by Google Business Profile reviews. This article explains how I built the backend logic using the Google Places API and automated daily updates.&lt;/p&gt;

&lt;h2&gt;
  
  
  Problem
&lt;/h2&gt;

&lt;p&gt;Traditional insurance comparison sites monetize through affiliate commissions, which often skews recommendations (Well, I might use them, too, but without manipulating the ranking). For travelers making long-term commitments, a biased suggestion can lead to costly mistakes.&lt;/p&gt;

&lt;p&gt;I wanted to solve this by:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Aggregating real customer reviews from Google Business Profiles.&lt;/li&gt;
&lt;li&gt;Displaying results in a clean, sortable table.&lt;/li&gt;
&lt;li&gt;Updating scores automatically every ~24 hours to stay relevant.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Solution Architecture
&lt;/h2&gt;

&lt;p&gt;The solution is built on three main components:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Data Collection with Google Places API&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Fetching company profiles using the place_id (this was the trickiest part: ensuring each insurer was mapped correctly to the right Google entity; for Aetna I chose the parent company CVS because the GBP has much more reviews).&lt;/li&gt;
&lt;li&gt;Using the Places Details API to retrieve rating and userRatingCount.&lt;/li&gt;
&lt;li&gt;Handling missing profiles (e.g., Chapka, NOW Health International, SafetyWing — still unresolved).&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Data Processing &amp;amp; Storage&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Normalizing rating data and storing it in a database (I used SQLite).&lt;/li&gt;
&lt;li&gt;Scheduling daily updates with a simple cron job that re-calls the Places API.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Frontend Display&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A sortable table where users can filter insurers by alphabetical order, average rating, and number of reviews&lt;/li&gt;
&lt;li&gt;Simple UI, optimized for quick decision-making.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Sample Data Snapshot
&lt;/h2&gt;

&lt;p&gt;Here are some interesting insights from the current dataset (October 2, 2025):&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Top 10 Best Rated Insurers&lt;/strong&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.amazonaws.com%2Fuploads%2Farticles%2Fvnbc1yffczcw1zqkds1t.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.amazonaws.com%2Fuploads%2Farticles%2Fvnbc1yffczcw1zqkds1t.png" alt="Top 10 Best Rated Travel Insurances" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Swisscare — ⭐ 4.9&lt;/li&gt;
&lt;li&gt;TravelSecure — ⭐ 4.9&lt;/li&gt;
&lt;li&gt;BDAE — ⭐ 4.5&lt;/li&gt;
&lt;li&gt;Care Concept — ⭐ 4.5&lt;/li&gt;
&lt;li&gt;Protrip (Dr. Walter) — ⭐ 4.5&lt;/li&gt;
&lt;li&gt;… all the way down to Bupa Global at ⭐ 3.9.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Top 10 Worst Rated Insurers&lt;/strong&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.amazonaws.com%2Fuploads%2Farticles%2Fp7ftp9tzyfa3ni6qe9fo.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.amazonaws.com%2Fuploads%2Farticles%2Fp7ftp9tzyfa3ni6qe9fo.png" alt="Top 10 Worst Rated Travel Insurances" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Notably, U.S.-based insurers dominate the bottom:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;United Healthcare Global — ⭐ 1.4&lt;/li&gt;
&lt;li&gt;Aetna (CVS Health) — ⭐ 1.6&lt;/li&gt;
&lt;li&gt;IMG — ⭐ 1.8&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Most Rated Insurers&lt;/strong&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.amazonaws.com%2Fuploads%2Farticles%2F7m7bdvh9gm7fg3srxjpe.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.amazonaws.com%2Fuploads%2Farticles%2F7m7bdvh9gm7fg3srxjpe.png" alt="Top 10 Most Rated Travel Insurances" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The “most reviewed” list looks different:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;HanseMerkur: 3,194 reviews&lt;/li&gt;
&lt;li&gt;Aetna: 1,676 reviews&lt;/li&gt;
&lt;li&gt;PassportCard: 1,280 reviews&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This contrast highlights how volume doesn’t always equal quality.&lt;/p&gt;

&lt;h2&gt;
  
  
  What’s Next
&lt;/h2&gt;

&lt;p&gt;Add missing insurers (if community members can help locate the correct Google profiles). I wasn't able to find the right Google Business Profiles (GBP) for these insurance companies:&lt;br&gt;
👉 Chapka&lt;br&gt;
👉 NOW Health International&lt;br&gt;
👉 Safety Wing&lt;/p&gt;

&lt;h2&gt;
  
  
  Final Thoughts
&lt;/h2&gt;

&lt;p&gt;I just did this as a small side project to test how I can collect GBP rating data. The most challenging part is to find the Google Places ID's. You can use the &lt;a href="https://developers.google.com/maps/documentation/javascript/examples/places-placeid-finder" rel="noopener noreferrer"&gt;Google Place ID Finder&lt;/a&gt;. However, for Service Area Businesses (SABs) without a specific address location, the finder does not work. In this case you can search in the source code of the GBP for the &lt;a href="https://localsearchforum.com/threads/how-to-find-gbp-place-id-for-a-sab.62758/#post-200107" rel="noopener noreferrer"&gt;place ID starting with "ChIJ"&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Unfortunately, you cannot look up the place ID using the company domain name + some address details. Using the domain name would make it more accurate, e.g. getting a list of matching profiles and then you can select the one that matches best. Using the company name and address complicates the matching. Some companies use their legal name and some their brand name in the GBP.&lt;/p&gt;

&lt;p&gt;You can check it out live here: 👉 &lt;a href="https://travelinsuranc.es" rel="noopener noreferrer"&gt;TravelInsuranc.es&lt;/a&gt;&lt;/p&gt;

</description>
      <category>api</category>
      <category>google</category>
      <category>nomad</category>
      <category>php</category>
    </item>
    <item>
      <title>The Ultimate Ranking of Vegetable-Inspired .com Brand Names</title>
      <dc:creator>Philip</dc:creator>
      <pubDate>Mon, 22 Sep 2025 12:09:48 +0000</pubDate>
      <link>https://dev.to/flippp/the-ultimate-ranking-of-vegetable-inspired-com-brand-names-dcf</link>
      <guid>https://dev.to/flippp/the-ultimate-ranking-of-vegetable-inspired-com-brand-names-dcf</guid>
      <description>&lt;p&gt;Tenth and final part of my series on lexicon domains. To better understand their current value and usage, I analyzed &lt;strong&gt;52 English vegetable .com domains&lt;/strong&gt;, covering both singular and plural forms.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;17 vegetable domains are actively in use by businesses or individuals&lt;/li&gt;
&lt;li&gt;16 vegetable domains are up for sale—with plural names disproportionately represented (12 vs. 4)&lt;/li&gt;
&lt;li&gt;19 vegetable domains are largely dormant, sitting parked, under construction, broken, redirected, or unreachable&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Besides animals and fruits, vegetables are my third most favorite type of brandable domains. I remember the &lt;a href="https://domainnamewire.com/2019/04/04/carrot-com-domain/" rel="noopener noreferrer"&gt;sale of carrot.com&lt;/a&gt; and the domain is still in use. It fits very good to the brand identity of the company 👍. Another popular vegetable domain is onion.com which redirects to theonion.com, an American satirical media outlet. I don't read it but heard about it several times, usually when quoted by other news sites.&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.amazonaws.com%2Fuploads%2Farticles%2Fibpowzpwr4szu55by42c.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.amazonaws.com%2Fuploads%2Farticles%2Fibpowzpwr4szu55by42c.png" alt="Vegetable domains by usage type" width="800" height="450"&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.amazonaws.com%2Fuploads%2Farticles%2Fuet2erc7zxhevelawq9a.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.amazonaws.com%2Fuploads%2Farticles%2Fuet2erc7zxhevelawq9a.png" alt="Plural vegetable domains by usage type" width="800" height="450"&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.amazonaws.com%2Fuploads%2Farticles%2Fpqj03te1wf9lah7mgmbq.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.amazonaws.com%2Fuploads%2Farticles%2Fpqj03te1wf9lah7mgmbq.png" alt="Singular vegetable domains by usage type" width="800" height="450"&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.amazonaws.com%2Fuploads%2Farticles%2Ffwmkdmvrjhenwgbhdzpv.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.amazonaws.com%2Fuploads%2Farticles%2Ffwmkdmvrjhenwgbhdzpv.png" alt="Public asking prices for vegetable domains" width="800" height="450"&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.amazonaws.com%2Fuploads%2Farticles%2Fp10ay1i335bqpnlr7w09.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.amazonaws.com%2Fuploads%2Farticles%2Fp10ay1i335bqpnlr7w09.png" alt="Registration years of vegetable domains" width="800" height="450"&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.amazonaws.com%2Fuploads%2Farticles%2Fsaqzyyqvu32x3sigp24p.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.amazonaws.com%2Fuploads%2Farticles%2Fsaqzyyqvu32x3sigp24p.png" alt="Top 10 oldest vegetable domains" width="800" height="450"&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.amazonaws.com%2Fuploads%2Farticles%2Fyyedll99sxa7rt5z3edr.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.amazonaws.com%2Fuploads%2Farticles%2Fyyedll99sxa7rt5z3edr.png" alt="Top 10 newest vegetable domains" width="800" height="450"&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.amazonaws.com%2Fuploads%2Farticles%2Fy0dxpw7bfaa63qmiggzz.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.amazonaws.com%2Fuploads%2Farticles%2Fy0dxpw7bfaa63qmiggzz.png" alt="Businesses using vegetable domains" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Source:&lt;/strong&gt; &lt;a href="https://lexicondomains.com/vegetable-domain-stats" rel="noopener noreferrer"&gt;Vegetable Domain Stats&lt;/a&gt; by &lt;a href="https://lexicondomains.com" rel="noopener noreferrer"&gt;Lexicon Domains&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>The Ultimate Ranking of Stone-Inspired .com Brand Names</title>
      <dc:creator>Philip</dc:creator>
      <pubDate>Sun, 21 Sep 2025 12:57:25 +0000</pubDate>
      <link>https://dev.to/flippp/the-ultimate-ranking-of-stone-inspired-com-brand-names-e02</link>
      <guid>https://dev.to/flippp/the-ultimate-ranking-of-stone-inspired-com-brand-names-e02</guid>
      <description>&lt;p&gt;Ninth part of my series on lexicon domains. I analyzed the current &lt;strong&gt;usage of 28 English stone .com domains&lt;/strong&gt;, and here are the results:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;10 stone domains are actively in use by businesses or individuals&lt;/li&gt;
&lt;li&gt;6 stone domains are up for sale&lt;/li&gt;
&lt;li&gt;12 stone domains are largely dormant, sitting parked, under construction, broken, redirected, or unreachable&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%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fma9hdxq4jb77z0tx7nk1.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.amazonaws.com%2Fuploads%2Farticles%2Fma9hdxq4jb77z0tx7nk1.png" alt="Stone domains by usage type" width="800" height="450"&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.amazonaws.com%2Fuploads%2Farticles%2Fmc1luidhf2jd9utgc15f.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.amazonaws.com%2Fuploads%2Farticles%2Fmc1luidhf2jd9utgc15f.png" alt="Registration years of stone domains" width="800" height="450"&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.amazonaws.com%2Fuploads%2Farticles%2Fht14fi0cjllreg1u8nrc.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.amazonaws.com%2Fuploads%2Farticles%2Fht14fi0cjllreg1u8nrc.png" alt="Top 10 oldest stone domains" width="800" height="450"&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.amazonaws.com%2Fuploads%2Farticles%2F608vd8vxzw8f9q3dypoz.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.amazonaws.com%2Fuploads%2Farticles%2F608vd8vxzw8f9q3dypoz.png" alt="Top 10 newest stone domains" width="800" height="450"&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.amazonaws.com%2Fuploads%2Farticles%2Fi5yxv8xgna54335ydsam.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.amazonaws.com%2Fuploads%2Farticles%2Fi5yxv8xgna54335ydsam.png" alt="Businesses using stone domains" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Source:&lt;/strong&gt; &lt;a href="https://lexicondomains.com/stone-domain-stats" rel="noopener noreferrer"&gt;Stone Domain Name Stats&lt;/a&gt; by &lt;a href="https://lexicondomains.com" rel="noopener noreferrer"&gt;Lexicon Domains&lt;/a&gt;&lt;/p&gt;

</description>
      <category>domain</category>
      <category>domainnames</category>
      <category>naming</category>
      <category>brand</category>
    </item>
    <item>
      <title>The Ultimate Ranking of Planet-Inspired .com Brand Names</title>
      <dc:creator>Philip</dc:creator>
      <pubDate>Sat, 20 Sep 2025 10:08:51 +0000</pubDate>
      <link>https://dev.to/flippp/the-ultimate-ranking-of-planet-inspired-com-brand-names-15c9</link>
      <guid>https://dev.to/flippp/the-ultimate-ranking-of-planet-inspired-com-brand-names-15c9</guid>
      <description>&lt;p&gt;Eighth part of my series on lexicon domains. I analyzed the current &lt;strong&gt;usage of 9 English planet .com domains&lt;/strong&gt;, and here are the results:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;7 planet domains are actively in use by businesses or individuals&lt;/li&gt;
&lt;li&gt;2 planet domains are up for sale&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I counted "Pluto" as a planet though it is considered a dwarf planet.&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.amazonaws.com%2Fuploads%2Farticles%2Fdrtuxcbckygqhkz8klse.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.amazonaws.com%2Fuploads%2Farticles%2Fdrtuxcbckygqhkz8klse.png" alt="Planet domains by usage type" width="800" height="450"&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.amazonaws.com%2Fuploads%2Farticles%2Fjwfc9m5r7q78h26dd159.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.amazonaws.com%2Fuploads%2Farticles%2Fjwfc9m5r7q78h26dd159.png" alt="Registration years of planet domains" width="800" height="450"&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.amazonaws.com%2Fuploads%2Farticles%2Fl6p188u2do7k8v0zzas9.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.amazonaws.com%2Fuploads%2Farticles%2Fl6p188u2do7k8v0zzas9.png" alt="The top 5 oldest planet domains" width="800" height="450"&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.amazonaws.com%2Fuploads%2Farticles%2Fglsrgf1zaer6os8wuk2z.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.amazonaws.com%2Fuploads%2Farticles%2Fglsrgf1zaer6os8wuk2z.png" alt="The top 5 newest planet domains" width="800" height="450"&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.amazonaws.com%2Fuploads%2Farticles%2Fv67d9fbh9u8e4t18xcn4.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.amazonaws.com%2Fuploads%2Farticles%2Fv67d9fbh9u8e4t18xcn4.png" alt="Businesses using planet domains" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Source:&lt;/strong&gt; &lt;a href="https://lexicondomains.com/planet-domain-stats" rel="noopener noreferrer"&gt;Planet Domain Stats&lt;/a&gt; by &lt;a href="https://lexicondomains.com" rel="noopener noreferrer"&gt;Lexicon Domains&lt;/a&gt;&lt;/p&gt;

</description>
      <category>domains</category>
      <category>domainnames</category>
      <category>names</category>
      <category>planets</category>
    </item>
    <item>
      <title>The Ultimate Ranking of (Spelled Out) Number-Inspired .com Brand Names</title>
      <dc:creator>Philip</dc:creator>
      <pubDate>Fri, 19 Sep 2025 12:18:36 +0000</pubDate>
      <link>https://dev.to/flippp/the-ultimate-ranking-of-spelled-out-number-inspired-com-brand-names-24g0</link>
      <guid>https://dev.to/flippp/the-ultimate-ranking-of-spelled-out-number-inspired-com-brand-names-24g0</guid>
      <description>&lt;p&gt;Seventh part of my series on lexicon domains. I analyzed the &lt;strong&gt;current usage of 25 English (spelled out) number .com domains&lt;/strong&gt;, and here are the results:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;13 number domains are actively in use by businesses or individuals&lt;/li&gt;
&lt;li&gt;8 number domains are up for sale&lt;/li&gt;
&lt;li&gt;4 number domains are largely dormant, sitting parked, under construction, broken, redirected, or unreachable&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I have only considered domains with key numbers that are spelled out and not numbers in numeric format. There have been some big sales of numerical domains, mostly to China—for example, &lt;a href="https://www.dnjournal.com/archive/domainsales/2014/20140305.htm" rel="noopener noreferrer"&gt;100.com sold in 2014 for 950,000 USD&lt;/a&gt;. The domain was actively used until 2021.&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.amazonaws.com%2Fuploads%2Farticles%2F3gg5mca1o1lmazg6t90e.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.amazonaws.com%2Fuploads%2Farticles%2F3gg5mca1o1lmazg6t90e.png" alt="Number domains by usage type" width="800" height="450"&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.amazonaws.com%2Fuploads%2Farticles%2F8o18wezchcswkknrbup0.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.amazonaws.com%2Fuploads%2Farticles%2F8o18wezchcswkknrbup0.png" alt="Public asking prices for number domains" width="800" height="450"&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.amazonaws.com%2Fuploads%2Farticles%2Fhxoqq4qc6j9g3jquzcpa.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.amazonaws.com%2Fuploads%2Farticles%2Fhxoqq4qc6j9g3jquzcpa.png" alt="Registration years of number domains" width="800" height="450"&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.amazonaws.com%2Fuploads%2Farticles%2Frowi5ia5xcyr26ikepun.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.amazonaws.com%2Fuploads%2Farticles%2Frowi5ia5xcyr26ikepun.png" alt="Top 10 oldest number domains" width="800" height="450"&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.amazonaws.com%2Fuploads%2Farticles%2Fqiac7u599pux65xpkpfq.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.amazonaws.com%2Fuploads%2Farticles%2Fqiac7u599pux65xpkpfq.png" alt="Top 10 newest number domains" width="800" height="450"&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.amazonaws.com%2Fuploads%2Farticles%2Fqzsho19ks7wc6da2ulrd.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.amazonaws.com%2Fuploads%2Farticles%2Fqzsho19ks7wc6da2ulrd.png" alt="Businesses using number domains" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Source:&lt;/strong&gt; &lt;a href="https://lexicondomains.com/number-domain-stats" rel="noopener noreferrer"&gt;Number Domain Stats&lt;/a&gt; by &lt;a href="https://lexicondomains.com" rel="noopener noreferrer"&gt;Lexicon Domains&lt;/a&gt;&lt;/p&gt;

</description>
      <category>domains</category>
      <category>domainname</category>
      <category>domain</category>
      <category>names</category>
    </item>
    <item>
      <title>The Ultimate Ranking of Metal-Inspired .com Brand Names</title>
      <dc:creator>Philip</dc:creator>
      <pubDate>Thu, 18 Sep 2025 14:49:03 +0000</pubDate>
      <link>https://dev.to/flippp/the-ultimate-ranking-of-metal-inspired-com-brand-names-26bg</link>
      <guid>https://dev.to/flippp/the-ultimate-ranking-of-metal-inspired-com-brand-names-26bg</guid>
      <description>&lt;p&gt;Sixth part of my series on lexicon domains. I analyzed the &lt;strong&gt;current usage of 26 English metal .com domains&lt;/strong&gt;, and here are the results:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;14 metal domains are actively in use by businesses or individuals&lt;/li&gt;
&lt;li&gt;2 metal domains are up for sale&lt;/li&gt;
&lt;li&gt;10 metal domains are largely dormant, sitting parked, under construction, broken, redirected, or unreachable&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The &lt;a href="https://www.dnjournal.com/archive/lowdown/2024/dailyposts/0510.htm" rel="noopener noreferrer"&gt;sale of Gold.com for $8.5M in 2024&lt;/a&gt; was record-breaking and ranks among the highest public domain prices in recent years. No surprise there – with governments printing ever more fiat money and gold prices soaring, Gold.com is simply capitalizing on the momentum with a huge leverage. Even &lt;a href="https://www.rollingstone.com/product-recommendations/lifestyle/buy-gold-bars-online-1235340584/" rel="noopener noreferrer"&gt;Walmart started selling gold bars&lt;/a&gt;. Since metal needs to be physically shipped (most buyers want to own it), also country TLDs for metal domains—which cover local markets and build trust—benefit from this trend.&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.amazonaws.com%2Fuploads%2Farticles%2F6un2am0katbmh8ztyjnb.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.amazonaws.com%2Fuploads%2Farticles%2F6un2am0katbmh8ztyjnb.png" alt="Metal domains by usage type" width="800" height="450"&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.amazonaws.com%2Fuploads%2Farticles%2Fckt8853ak8w7v9pjk5wf.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.amazonaws.com%2Fuploads%2Farticles%2Fckt8853ak8w7v9pjk5wf.png" alt="Public asking prices for metal domains" width="800" height="450"&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.amazonaws.com%2Fuploads%2Farticles%2Fsctxgvtiynk4py69ab9m.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.amazonaws.com%2Fuploads%2Farticles%2Fsctxgvtiynk4py69ab9m.png" alt="Registration years of metal domains" width="800" height="450"&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.amazonaws.com%2Fuploads%2Farticles%2Fk3st3axb62x7djz23n03.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.amazonaws.com%2Fuploads%2Farticles%2Fk3st3axb62x7djz23n03.png" alt="Top 10 oldest metal domains" width="800" height="450"&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.amazonaws.com%2Fuploads%2Farticles%2F21pb87yfq44wno4pmr65.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.amazonaws.com%2Fuploads%2Farticles%2F21pb87yfq44wno4pmr65.png" alt="Top 10 newest metal domains" width="800" height="450"&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.amazonaws.com%2Fuploads%2Farticles%2F6fsjtes9ezsxi5lgu2of.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.amazonaws.com%2Fuploads%2Farticles%2F6fsjtes9ezsxi5lgu2of.png" alt="Businesses using metal domains" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Source:&lt;/strong&gt; &lt;a href="https://lexicondomains.com/metal-domain-stats" rel="noopener noreferrer"&gt;Metal Domain Stats&lt;/a&gt; by &lt;a href="https://lexicondomains.com" rel="noopener noreferrer"&gt;Lexicon Domains&lt;/a&gt;&lt;/p&gt;

</description>
      <category>domainnames</category>
      <category>domain</category>
      <category>domains</category>
      <category>names</category>
    </item>
    <item>
      <title>The Ultimate Ranking of Fruit-Inspired .com Brand Names</title>
      <dc:creator>Philip</dc:creator>
      <pubDate>Thu, 11 Sep 2025 18:55:18 +0000</pubDate>
      <link>https://dev.to/flippp/the-ultimate-ranking-of-fruit-inspired-com-brand-names-2p7o</link>
      <guid>https://dev.to/flippp/the-ultimate-ranking-of-fruit-inspired-com-brand-names-2p7o</guid>
      <description>&lt;p&gt;Fifth part of my series on lexicon domains. I analyzed the current usage of 94 English fruit .com domains, and here are the results:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;36 fruit domains are actively in use by businesses or individuals&lt;/li&gt;
&lt;li&gt;29 fruit domains are up for sale—with plural names disproportionately represented (18 vs. 11)&lt;/li&gt;
&lt;li&gt;29 fruit domains are largely dormant, sitting parked, under construction, broken, redirected, or unreachable&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Apple.com, Blackberry.com, Kiwi.com and Mango.com are some fruit-based brands that most will know. I did not include apple.com and apples.com in my list and I don't know why because that's likely one of the most popular fruits and the most popular fruit-based brand. Fruits, animals, vegetables and sometimes colors are popular choices for branded word combinations like foxracing.com.&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.amazonaws.com%2Fuploads%2Farticles%2F7v62ktnqkgy4ywj73ac0.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.amazonaws.com%2Fuploads%2Farticles%2F7v62ktnqkgy4ywj73ac0.png" alt="Fruit domains by usage type" width="800" height="450"&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.amazonaws.com%2Fuploads%2Farticles%2F9crtx4cxry10oukiym9u.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.amazonaws.com%2Fuploads%2Farticles%2F9crtx4cxry10oukiym9u.png" alt="Plural fruit domains by usage type" width="800" height="450"&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.amazonaws.com%2Fuploads%2Farticles%2F3sjg5htnwv42o39gsdjk.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.amazonaws.com%2Fuploads%2Farticles%2F3sjg5htnwv42o39gsdjk.png" alt="Singular fruit domains by usage type" width="800" height="450"&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.amazonaws.com%2Fuploads%2Farticles%2F8du21494oq55zkgbc0sg.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.amazonaws.com%2Fuploads%2Farticles%2F8du21494oq55zkgbc0sg.png" alt="Public asking prices" width="800" height="450"&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.amazonaws.com%2Fuploads%2Farticles%2Fg9n8kadxesuvor7vtxat.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.amazonaws.com%2Fuploads%2Farticles%2Fg9n8kadxesuvor7vtxat.png" alt="Registration years" width="800" height="450"&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.amazonaws.com%2Fuploads%2Farticles%2F5gx6ttfskvx3f5k8p7k2.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.amazonaws.com%2Fuploads%2Farticles%2F5gx6ttfskvx3f5k8p7k2.png" alt="The 10 oldest fruit domains" width="800" height="450"&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.amazonaws.com%2Fuploads%2Farticles%2Fnew6i7fxqkfx7l73yu73.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.amazonaws.com%2Fuploads%2Farticles%2Fnew6i7fxqkfx7l73yu73.png" alt="The 10 newest fruit domains" width="800" height="450"&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.amazonaws.com%2Fuploads%2Farticles%2Frccxo6do4dydtotape6s.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.amazonaws.com%2Fuploads%2Farticles%2Frccxo6do4dydtotape6s.png" alt="Businesses using fruit domains" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Source: &lt;a href="https://lexicondomains.com/fruit-domain-stats" rel="noopener noreferrer"&gt;Fruit Domain Stats&lt;/a&gt; by &lt;a href="https://lexicondomains.com" rel="noopener noreferrer"&gt;Lexicon Domains&lt;/a&gt;&lt;/p&gt;

</description>
      <category>domain</category>
      <category>domains</category>
      <category>names</category>
      <category>brands</category>
    </item>
    <item>
      <title>The Ultimate Ranking of Continent-Inspired .com Brand Names</title>
      <dc:creator>Philip</dc:creator>
      <pubDate>Tue, 09 Sep 2025 21:07:58 +0000</pubDate>
      <link>https://dev.to/flippp/the-ultimate-ranking-of-continent-inspired-com-brand-names-1n87</link>
      <guid>https://dev.to/flippp/the-ultimate-ranking-of-continent-inspired-com-brand-names-1n87</guid>
      <description>&lt;p&gt;Forth part of my series on lexicon domains, and actually a very brief one. I analyzed the current usage of 9 English Continent .com domains, and here are the results:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;3 continent domains are actively in use by businesses or individuals&lt;/li&gt;
&lt;li&gt;3 continent domains are up for sale&lt;/li&gt;
&lt;li&gt;3 continent domains are largely dormant, sitting parked, under 
construction, broken, redirected, or unreachable&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;australia.com is owned and used by Tourism Australia but since it is also a continent, I included the domain.&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.amazonaws.com%2Fuploads%2Farticles%2F7xo3nk2o664qwm8dwq9z.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.amazonaws.com%2Fuploads%2Farticles%2F7xo3nk2o664qwm8dwq9z.png" alt=" " width="800" height="450"&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.amazonaws.com%2Fuploads%2Farticles%2Fey1jqyi8woqrlg1a2w6s.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.amazonaws.com%2Fuploads%2Farticles%2Fey1jqyi8woqrlg1a2w6s.png" alt=" " width="800" height="450"&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.amazonaws.com%2Fuploads%2Farticles%2F3sht3tyiaqgssn2h2brz.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.amazonaws.com%2Fuploads%2Farticles%2F3sht3tyiaqgssn2h2brz.png" alt=" " width="800" height="450"&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.amazonaws.com%2Fuploads%2Farticles%2Fvtuyki64bwghkyxb0bka.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.amazonaws.com%2Fuploads%2Farticles%2Fvtuyki64bwghkyxb0bka.png" alt=" " width="800" height="450"&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.amazonaws.com%2Fuploads%2Farticles%2Fegkjoj9uo3ynxpihike7.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.amazonaws.com%2Fuploads%2Farticles%2Fegkjoj9uo3ynxpihike7.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Source: &lt;a href="https://lexicondomains.com/continent-domain-stats" rel="noopener noreferrer"&gt;Continent Domain Name Stats&lt;/a&gt; by &lt;a href="https://lexicondomains.com" rel="noopener noreferrer"&gt;Lexicon Domains&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>The Ultimate Ranking of Color-Inspired .com Brand Names</title>
      <dc:creator>Philip</dc:creator>
      <pubDate>Sat, 06 Sep 2025 10:44:36 +0000</pubDate>
      <link>https://dev.to/flippp/the-ultimate-ranking-of-color-inspired-com-brand-names-18lm</link>
      <guid>https://dev.to/flippp/the-ultimate-ranking-of-color-inspired-com-brand-names-18lm</guid>
      <description>&lt;p&gt;Second part of my series on lexicon domains. I analyzed the current usage of 47 English color .com domains, and here are the results:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;24 color domains are actively in use by businesses or individuals&lt;/li&gt;
&lt;li&gt;13 color domains are up for sale&lt;/li&gt;
&lt;li&gt;10 color domains are largely dormant, sitting parked, under construction, broken, redirected, or unreachable&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%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnghvflw4scw2ju5jxq9g.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.amazonaws.com%2Fuploads%2Farticles%2Fnghvflw4scw2ju5jxq9g.png" alt=" " width="800" height="450"&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.amazonaws.com%2Fuploads%2Farticles%2Flenujn93rmp45ertu04f.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.amazonaws.com%2Fuploads%2Farticles%2Flenujn93rmp45ertu04f.png" alt=" " width="800" height="450"&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.amazonaws.com%2Fuploads%2Farticles%2Fd5b1my9bbpz2i5jvria1.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.amazonaws.com%2Fuploads%2Farticles%2Fd5b1my9bbpz2i5jvria1.png" alt=" " width="800" height="450"&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.amazonaws.com%2Fuploads%2Farticles%2Fpf2725bmrnwro5fny82y.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.amazonaws.com%2Fuploads%2Farticles%2Fpf2725bmrnwro5fny82y.png" alt=" " width="800" height="450"&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.amazonaws.com%2Fuploads%2Farticles%2Fekbp3e8yaqt8e7ojpxj4.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.amazonaws.com%2Fuploads%2Farticles%2Fekbp3e8yaqt8e7ojpxj4.png" alt=" " width="800" height="450"&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.amazonaws.com%2Fuploads%2Farticles%2Frc7dxdu6x2tiwpj9vspm.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.amazonaws.com%2Fuploads%2Farticles%2Frc7dxdu6x2tiwpj9vspm.png" alt=" " width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Source: &lt;a href="https://lexicondomains.com/color-domain-stats" rel="noopener noreferrer"&gt;Color Domain Names&lt;/a&gt; by &lt;a href="https://lexicondomains.com" rel="noopener noreferrer"&gt;Lexicon Domains&lt;/a&gt;&lt;/p&gt;

</description>
      <category>domain</category>
      <category>domainnames</category>
      <category>brand</category>
      <category>colors</category>
    </item>
    <item>
      <title>The Ultimate Ranking of Animal-Inspired .com Brand Names</title>
      <dc:creator>Philip</dc:creator>
      <pubDate>Sun, 31 Aug 2025 01:48:13 +0000</pubDate>
      <link>https://dev.to/flippp/the-ultimate-ranking-of-animal-inspired-com-brand-names-2gi2</link>
      <guid>https://dev.to/flippp/the-ultimate-ranking-of-animal-inspired-com-brand-names-2gi2</guid>
      <description>&lt;p&gt;Domain names built on simple, memorable dictionary words have long held strong appeal on the internet. To better understand their current value and usage, I analyzed &lt;strong&gt;230 English animal .com domains&lt;/strong&gt;, covering both singular and plural forms.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;111 animal domains are actively in use by businesses or individuals&lt;/li&gt;
&lt;li&gt;61 animal domains are up for sale—with plural names disproportionately represented (42 vs. 19)&lt;/li&gt;
&lt;li&gt;48 animal domains are largely dormant, sitting parked, under construction, broken, redirected, or unreachable&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%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fxwjbj3tkggg3hs2rljrr.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.amazonaws.com%2Fuploads%2Farticles%2Fxwjbj3tkggg3hs2rljrr.png" alt="Animal Domains by Usage Type" width="800" height="450"&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.amazonaws.com%2Fuploads%2Farticles%2Fje0bdddhfinrsqbi2v1s.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.amazonaws.com%2Fuploads%2Farticles%2Fje0bdddhfinrsqbi2v1s.png" alt="Plural Animal Domains by Usage Type" width="800" height="450"&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.amazonaws.com%2Fuploads%2Farticles%2Ffqych4qg7381ysc3wjem.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.amazonaws.com%2Fuploads%2Farticles%2Ffqych4qg7381ysc3wjem.png" alt="Singular Animal Domains by Usage Type" width="800" height="450"&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.amazonaws.com%2Fuploads%2Farticles%2F6ecu6ld2sy402v53u8c2.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.amazonaws.com%2Fuploads%2Farticles%2F6ecu6ld2sy402v53u8c2.png" alt="Public Asking Prices for Plural Variants" width="800" height="450"&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.amazonaws.com%2Fuploads%2Farticles%2F4v2h4k0m7m7lhks3ssrq.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.amazonaws.com%2Fuploads%2Farticles%2F4v2h4k0m7m7lhks3ssrq.png" alt="Public Asking Prices for Singular Variants" width="800" height="450"&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.amazonaws.com%2Fuploads%2Farticles%2Fw230b6n6e1qdl2ady3a2.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.amazonaws.com%2Fuploads%2Farticles%2Fw230b6n6e1qdl2ady3a2.png" alt="Registration Years of Animal Domains" width="800" height="450"&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.amazonaws.com%2Fuploads%2Farticles%2Fxzgdjlr2xw6vasnbxdxo.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.amazonaws.com%2Fuploads%2Farticles%2Fxzgdjlr2xw6vasnbxdxo.png" alt="The 10 Oldest Animal Domains" width="800" height="450"&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.amazonaws.com%2Fuploads%2Farticles%2Folq9bjjcerx31lqlcy2b.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.amazonaws.com%2Fuploads%2Farticles%2Folq9bjjcerx31lqlcy2b.png" alt="The 10 Newest Animal Domains" width="800" height="450"&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.amazonaws.com%2Fuploads%2Farticles%2F5qu308zwelaez51zxgix.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.amazonaws.com%2Fuploads%2Farticles%2F5qu308zwelaez51zxgix.png" alt="Businesses using Animal Domains" width="800" height="450"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Source:&lt;/strong&gt; &lt;a href="https://lexicondomains.com/animal-domain-stats" rel="noopener noreferrer"&gt;Animal Domain Stats&lt;/a&gt; by &lt;a href="https://lexicondomains.com" rel="noopener noreferrer"&gt;Lexicon Domains&lt;/a&gt;&lt;/p&gt;

</description>
      <category>domain</category>
      <category>domainnames</category>
      <category>brand</category>
      <category>branding</category>
    </item>
    <item>
      <title>Lightning Text Effect with HTML &amp; CSS – A Step-by-Step Guide</title>
      <dc:creator>Philip</dc:creator>
      <pubDate>Thu, 13 Mar 2025 15:51:57 +0000</pubDate>
      <link>https://dev.to/flippp/lightning-text-effect-with-html-css-a-step-by-step-guide-50je</link>
      <guid>https://dev.to/flippp/lightning-text-effect-with-html-css-a-step-by-step-guide-50je</guid>
      <description>&lt;p&gt;I wanted to recreate the following logo image using only HTML and CSS. For me it was important that the setup supports different font sizes and text content so that I can easily change the logo text and size without any code changes.&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.amazonaws.com%2Fuploads%2Farticles%2Fr4oenbp7bdzrj6o9pjl5.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.amazonaws.com%2Fuploads%2Farticles%2Fr4oenbp7bdzrj6o9pjl5.png" alt="Piranhas Logo with Lightning Effect — © Piranhas" width="800" height="400"&gt;&lt;/a&gt; Piranhas Logo with Lightning Effect — © &lt;a href="https://www.piranhas.com" rel="noopener noreferrer"&gt;Piranhas&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Solution
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Setup An HTML Container With Child Elements
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;a href="/" class="logo__link"&amp;gt;
    &amp;lt;span class="logo__name-pseudo"&amp;gt;Piranhas&amp;lt;/span&amp;gt;
    &amp;lt;span class="logo__name-top"&amp;gt;Piranhas&amp;lt;/span&amp;gt;
    &amp;lt;span class="logo__name-bottom"&amp;gt;Piranhas&amp;lt;/span&amp;gt;
&amp;lt;/a&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;My idea was to create 2 child elements containing the same text. I would clip one element to the upper half (&lt;code&gt;.logo__name-top&lt;/code&gt;) and the other element to the lower part (&lt;code&gt;.logo__name-bottom&lt;/code&gt;). Finally, I will displace the upper part to the left. That's it.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Add CSS Properties To HTML Container
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;.logo__link {
    position: relative;
    color: #ffff00;
    font-family: Outfit, Helvetica, sans-serif;
    font-style: italic;
    font-size: 5rem;
    font-weight: 900;
    text-decoration: none;
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;  The &lt;code&gt;position&lt;/code&gt; property is needed to allow absolute positioning of the child elements.&lt;/li&gt;
&lt;li&gt;  The other CSS properties are just used for styling.&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%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffqhwkuin1la0dv47slbt.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.amazonaws.com%2Fuploads%2Farticles%2Ffqhwkuin1la0dv47slbt.png" alt="Piranhas Logo: CSS Styling — © Piranhas" width="800" height="400"&gt;&lt;/a&gt;Piranhas Logo: CSS Styling — © &lt;a href="https://www.piranhas.com" rel="noopener noreferrer"&gt;Piranhas&lt;/a&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Add CSS Properties To HTML Child Elements
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;.logo__name-top {
    position: absolute;
    top: 0;
    right: 0.05em;
    clip-path: inset(0% 0% 40% 0%);
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;  The &lt;code&gt;position&lt;/code&gt; property is needed to apply absolute positioning to the &lt;code&gt;.logo__name-top&lt;/code&gt; element.&lt;/li&gt;
&lt;li&gt;  The &lt;code&gt;right&lt;/code&gt; property is used to displace the text to the right.&lt;/li&gt;
&lt;li&gt;  The &lt;code&gt;clip-path&lt;/code&gt; property is used to clip the text to the upper 40% and hide the rest.
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;.logo__name-bottom {
    position: absolute;
    top: 0;
    right: 0;
    clip-path: inset(60% 0% 0% 0%);
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;  The &lt;code&gt;position&lt;/code&gt; property is needed to apply absolute positioning to the &lt;code&gt;.logo__name-top&lt;/code&gt; element.&lt;/li&gt;
&lt;li&gt;  This elements stays where is is and is not displaced.&lt;/li&gt;
&lt;li&gt;  The &lt;code&gt;clip-path&lt;/code&gt; property is used to clip the text to the lower 60% and hide the rest.&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%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fr7azoqaodnfkrrl32ukk.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.amazonaws.com%2Fuploads%2Farticles%2Fr7azoqaodnfkrrl32ukk.png" alt="Piranhas Logo: Offsetting The Clipped Area — © Piranhas" width="800" height="400"&gt;&lt;/a&gt;Piranhas Logo: Offsetting The Clipped Area — © &lt;a href="https://www.piranhas.com" rel="noopener noreferrer"&gt;Piranhas&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;As you can see, there are still some remaining issues.&lt;/p&gt;

&lt;h2&gt;
  
  
  Styling Issues
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Avoid Clipped Areas For Italic Font Style
&lt;/h3&gt;

&lt;p&gt;I needed to extend the clipping area to the right by adding &lt;code&gt;-5%&lt;/code&gt; to the &lt;code&gt;clip-path&lt;/code&gt;. Otherwise, some part of the text gets clipped away when using italic font style.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;.logo__name-top {
    position: absolute;
    top: 0;
    right: 0.05em;
    clip-path: inset(0% -5% 40% 0%);
}
.logo__name-bottom {
    position: absolute;
    top: 0;
    right: 0;
    clip-path: inset(60% -5% 0% 0%);
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&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.amazonaws.com%2Fuploads%2Farticles%2F5f29vgmf3dtwv9z1yh0n.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.amazonaws.com%2Fuploads%2Farticles%2F5f29vgmf3dtwv9z1yh0n.png" alt="Piranhas Logo: Avoid Clipped Areas For Italic Font Style — © Piranhas" width="800" height="400"&gt;&lt;/a&gt;Piranhas Logo: Avoid Clipped Areas For Italic Font Style — © &lt;a href="https://www.piranhas.com" rel="noopener noreferrer"&gt;Piranhas&lt;/a&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Parent Element Does Not Use Any Space
&lt;/h3&gt;

&lt;p&gt;Since the child elements are using absolute positioning, they are out of the flow. Therefore, the parent element &lt;code&gt;.logo__link&lt;/code&gt;does not take any space and makes positioning the element difficult. You can manually position the parent element but when you change the logo text or size, you would need to manually update the positon of the parent element which is not sustainable.&lt;/p&gt;

&lt;p&gt;Therefore, I added a "pseudo" child element in HTML with class &lt;code&gt;.logo__name-pseudo&lt;/code&gt; containing the same text in the same style and size which is hidden just to reserve space for the clipped elements. Now the element reains in the flow.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;.logo__name-pseudo {
    visibility: hidden;
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  3. Remove Thin Line Between Displaced Elements
&lt;/h3&gt;

&lt;p&gt;There remains a thin line between the 2 elements and I couldn't figure out the reason. Eventually, it is a rendering issue. It depends also on the logo size. Sometimes it appears and sometimes not. I decided to extend the upper clip area and clip away just &lt;code&gt;39%&lt;/code&gt; instead of &lt;code&gt;40%&lt;/code&gt; of the bottom part. Therefore, the logos slightly overlap and the line is removed. If you have a better solution, let me know in the comments.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;.logo__name-top {
    position: absolute;
    top: 0;
    right: 0.05em;
    clip-path: inset(0% -5% 39% 0%);
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&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.amazonaws.com%2Fuploads%2Farticles%2Fzkylidaowxs5hcicaej7.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.amazonaws.com%2Fuploads%2Farticles%2Fzkylidaowxs5hcicaej7.png" alt="Piranhas Logo: Removing Thin Line Between Displaced Elements — © Piranhas" width="800" height="400"&gt;&lt;/a&gt;Piranhas Logo: Removing Thin Line Between Displaced Elements — © &lt;a href="https://www.piranhas.com" rel="noopener noreferrer"&gt;Piranhas&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Here is the &lt;a href="https://codepen.io/philipschilling/pen/wBvqdJv" rel="noopener noreferrer"&gt;final code on CodePen&lt;/a&gt;. Feel free to use.&lt;/p&gt;

&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/philipschilling/embed/wBvqdJv?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Originally published on March 13th, 2025 on &lt;a href="https://notes.philip.me/2025/how-to-create-a-lightning-text-effect-using-html-and-css" rel="noopener noreferrer"&gt;Philip's Notes&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>css</category>
      <category>html</category>
      <category>webdesign</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
