<?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: knight_dragon_x</title>
    <description>The latest articles on DEV Community by knight_dragon_x (@knigh_dragon_x).</description>
    <link>https://dev.to/knigh_dragon_x</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%2F3934336%2Fae6171b0-7e90-463d-aebf-2ab1c750cb56.jpg</url>
      <title>DEV Community: knight_dragon_x</title>
      <link>https://dev.to/knigh_dragon_x</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/knigh_dragon_x"/>
    <language>en</language>
    <item>
      <title>Imagine Wild. I'll Compile. — I Built a Self-Hosted Portfolio System with Built-In UI/UX Audit</title>
      <dc:creator>knight_dragon_x</dc:creator>
      <pubDate>Sat, 16 May 2026 07:08:57 +0000</pubDate>
      <link>https://dev.to/knigh_dragon_x/imagine-wild-ill-compile-i-built-a-self-hosted-portfolio-system-with-built-in-uiux-audit-4h55</link>
      <guid>https://dev.to/knigh_dragon_x/imagine-wild-ill-compile-i-built-a-self-hosted-portfolio-system-with-built-in-uiux-audit-4h55</guid>
      <description>&lt;p&gt;I’m Kaludurage Sithara Nimsara, aka &lt;strong&gt;knight_dragon_x&lt;/strong&gt; — 19 y/o Vibe Coder + Vibe Hacker from Sri Lanka.&lt;/p&gt;

&lt;p&gt;My slogan is simple: &lt;strong&gt;Imagine wild. I'll compile.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Instead of shipping another static portfolio, I built a &lt;strong&gt;self-hosted portfolio SYSTEM&lt;/strong&gt;. One HTML file you own. Edit mode, local persistence, export/import, and a built-in audit that reviews itself.&lt;/p&gt;

&lt;h3&gt;
  
  
  Why self-host?
&lt;/h3&gt;

&lt;p&gt;I wanted:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;No CMS lock-in&lt;/li&gt;
&lt;li&gt;Edit in browser, save to localStorage&lt;/li&gt;
&lt;li&gt;Ship to GitHub Pages / Vercel in 10 seconds&lt;/li&gt;
&lt;li&gt;Audit my own UI/UX without external tools&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  What it does
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Edit Mode&lt;/strong&gt;&lt;br&gt;
Toggle Edit in the top bar. Everything is inline editable — alias, slogan, bio, services, projects. Add/remove projects via modal. No build step.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Persistence&lt;/strong&gt;&lt;br&gt;
Data lives in &lt;code&gt;localStorage&lt;/code&gt; under &lt;code&gt;kdx_portfolio_v1&lt;/code&gt;. Export JSON for backup, import on any host.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Built-in Audit Panel&lt;/strong&gt;&lt;br&gt;
Click Run Audit. It checks:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;CTA presence — is “Start a Project” visible?&lt;/li&gt;
&lt;li&gt;Hero completeness — alias + slogan present&lt;/li&gt;
&lt;li&gt;Projects count ≥3&lt;/li&gt;
&lt;li&gt;Images have alt text&lt;/li&gt;
&lt;li&gt;Red-on-black contrast&lt;/li&gt;
&lt;li&gt;Mobile menu exists&lt;/li&gt;
&lt;li&gt;Email link valid&lt;/li&gt;
&lt;li&gt;Font count performance hint&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Results show Pass / Warn / Fail with fix suggestions. It runs on demand and on data change.&lt;/p&gt;

&lt;h3&gt;
  
  
  Stack
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Single HTML file&lt;/li&gt;
&lt;li&gt;Red #E50914 + Black #050507 theme&lt;/li&gt;
&lt;li&gt;Syne + Space Grotesk&lt;/li&gt;
&lt;li&gt;Vanilla JS, no dependencies&lt;/li&gt;
&lt;li&gt;Glassmorphism + brutalist grid&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Design decisions
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Red discipline.&lt;/strong&gt; Red is used for primary actions and slogan only. Rest is grayscale for readability.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Company-ready.&lt;/strong&gt; Services, Process, and UI/UX Audit sections make it hireable, not just pretty.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Performance first.&lt;/strong&gt; No framework, &lt;code&gt;prefers-reduced-motion&lt;/code&gt; support, &lt;code&gt;will-change&lt;/code&gt; on interactive elements, custom cursor disabled on touch.&lt;/p&gt;

&lt;h3&gt;
  
  
  Try it
&lt;/h3&gt;

&lt;p&gt;The system is fully self-contained. Host the file anywhere. Open Edit mode, make it yours, export JSON, and you’re done.&lt;/p&gt;

&lt;p&gt;I’m opening 2 project slots for Aug–Sep 2026. If you have a wild idea, I’ll compile it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Email:&lt;/strong&gt; &lt;a href="mailto:kdsitharanimsara@gmail.com"&gt;kdsitharanimsara@gmail.com&lt;/a&gt;&lt;/p&gt;




&lt;p&gt;Built with obsession by knight_dragon_x. What would you add to a self-hosted portfolio system?&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>portfolio</category>
      <category>javascript</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
