<?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: monster0915</title>
    <description>The latest articles on DEV Community by monster0915 (@monster0915).</description>
    <link>https://dev.to/monster0915</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%2F4127232%2F67ca3ea9-0043-47d7-98d3-09fb8375e8ef.png</url>
      <title>DEV Community: monster0915</title>
      <link>https://dev.to/monster0915</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/monster0915"/>
    <language>en</language>
    <item>
      <title>I built a dragon name generator in one HTML file - the trick is hiding meaning in the roots</title>
      <dc:creator>monster0915</dc:creator>
      <pubDate>Wed, 16 Sep 2026 04:39:52 +0000</pubDate>
      <link>https://dev.to/monster0915/i-built-a-dragon-name-generator-in-one-html-file-the-trick-is-hiding-meaning-in-the-roots-1jo</link>
      <guid>https://dev.to/monster0915/i-built-a-dragon-name-generator-in-one-html-file-the-trick-is-hiding-meaning-in-the-roots-1jo</guid>
      <description>&lt;p&gt;Most name generators spit out syllable soup. When I built&lt;br&gt;
dragonnameforge.com (a free dragon name generator, single HTML file,&lt;br&gt;
no backend), I wanted every name to carry its own lore. So the whole&lt;br&gt;
tool runs on a root system: ign- = fire, glac- = ice, ur- = origin,&lt;br&gt;
-rax = wing, -thys = guardian. A generated name like "Drignarax"&lt;br&gt;
isn't random - the page can tell you it means "the fire-winged", plus&lt;br&gt;
a one-line legend: born beneath a bleeding comet, hoarding melted&lt;br&gt;
crowns in a caldera.&lt;/p&gt;

&lt;p&gt;Tech side is deliberately boring: one index.html, inline CSS/JS,&lt;br&gt;
around 120 root combinations per lineage, mobile-first dark UI, zero&lt;br&gt;
cookies. Deployed as a static asset Worker on Cloudflare with a&lt;br&gt;
custom domain.&lt;/p&gt;

&lt;p&gt;The SEO side was the real lesson: title, description and H1 written&lt;br&gt;
around one low-difficulty keyword; 150 words of natural prose that&lt;br&gt;
uses the keyword family without stuffing; and a meaning card per&lt;br&gt;
result so visitors stay and click instead of bouncing.&lt;/p&gt;

&lt;p&gt;If you're building tiny tools: pick one keyword you can actually win,&lt;br&gt;
make the page answer it completely, and let the roots do the&lt;br&gt;
storytelling.&lt;/p&gt;

&lt;p&gt;Live here: &lt;a href="https://dragonnameforge.com/" rel="noopener noreferrer"&gt;https://dragonnameforge.com/&lt;/a&gt; - feedback welcome, especially&lt;br&gt;
on the lore lines.&lt;/p&gt;

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