<?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: BluePhantom</title>
    <description>The latest articles on DEV Community by BluePhantom (@bluephantom).</description>
    <link>https://dev.to/bluephantom</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%2F2323942%2Fb7ea6d9c-18a7-448d-871d-44b823e12bd8.png</url>
      <title>DEV Community: BluePhantom</title>
      <link>https://dev.to/bluephantom</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bluephantom"/>
    <language>en</language>
    <item>
      <title>port0: No more dev ports. Just names like project.local</title>
      <dc:creator>BluePhantom</dc:creator>
      <pubDate>Mon, 23 Feb 2026 16:37:35 +0000</pubDate>
      <link>https://dev.to/bluephantom/port0-no-more-dev-ports-just-names-like-projectlocal-1a36</link>
      <guid>https://dev.to/bluephantom/port0-no-more-dev-ports-just-names-like-projectlocal-1a36</guid>
      <description>&lt;p&gt;Every dev curses ports. "Is it 3000? 5173? Shit, kill all."&lt;/p&gt;

&lt;p&gt;Built port0 - Go daemon wraps ANY dev cmd:&lt;/p&gt;

&lt;p&gt;cd myapp&lt;br&gt;
port0 npm run dev&lt;/p&gt;

&lt;p&gt;Boom: myapp.localhost / myapp.web → your server. Auto free port via PORT env, proxy on 80 by Host header.&lt;/p&gt;

&lt;h2&gt;
  
  
  Quick Demo
&lt;/h2&gt;

&lt;p&gt;Terminal:&lt;br&gt;
$ port0 go run .&lt;br&gt;
port0: Assigned 127.0.0.1:4281 → openclaw.*&lt;br&gt;
Proxy ready.&lt;/p&gt;

&lt;p&gt;Browser: openclaw.localhost loads your app. Zero config, folder=hostname.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why tho?
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Universal: npm dev, python runserver, go run, rails s.&lt;/li&gt;
&lt;li&gt;No Valet/NGrok lock-in.&lt;/li&gt;
&lt;li&gt;~/.port0 state persists.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Live: &lt;a href="https://port0.bluephantom.dev" rel="noopener noreferrer"&gt;https://port0.bluephantom.dev&lt;/a&gt;&lt;br&gt;&lt;br&gt;
Open Source: &lt;a href="https://github.com/Blu3Ph4ntom/port0" rel="noopener noreferrer"&gt;https://github.com/Blu3Ph4ntom/port0&lt;/a&gt; &lt;br&gt;
Feedback? &lt;a href="https://x.com/Im_BluePhnatom" rel="noopener noreferrer"&gt;https://x.com/Im_BluePhnatom&lt;/a&gt;&lt;/p&gt;

</description>
      <category>devtools</category>
      <category>productivity</category>
      <category>opensource</category>
      <category>go</category>
    </item>
    <item>
      <title>Contri.Buzz - Celebrate your open source contributors</title>
      <dc:creator>BluePhantom</dc:creator>
      <pubDate>Fri, 01 Nov 2024 21:56:20 +0000</pubDate>
      <link>https://dev.to/bluephantom/contribuzz-celebrate-your-open-source-contributors-1ahl</link>
      <guid>https://dev.to/bluephantom/contribuzz-celebrate-your-open-source-contributors-1ahl</guid>
      <description>&lt;p&gt;Hey Everyone!!&lt;/p&gt;

&lt;p&gt;I’m excited to share Contri.buzz, a free tool that helps open-source developers, teams, and community builders create beautiful contributors' walls with ease. Just enter your repository link, and you can highlight your contributors and show appreciation for their hard work.&lt;/p&gt;

&lt;p&gt;I built Contri.buzz because recognizing contributors in open-source projects can be a challenge. I wanted to create a simple solution to acknowledge those who make our projects successful. Every contributor deserves recognition, and Contri.buzz aims to simplify this process.&lt;/p&gt;

&lt;p&gt;Here’s how it works: you enter the URL of your repository, and Contri.buzz automatically pulls in contributor information, including names and photos. You can then customize the appearance to fit your project’s style and integrate your contributors' wall into your README, website, or application.&lt;/p&gt;

&lt;p&gt;Contri.buzz offers a quick setup, generating a contributors' wall in minutes without any coding required. It automatically recognizes contributors by pulling data from your repository, and you can tailor the design to match your branding. Best of all, it’s free for everyone to use, making it accessible for all developers.&lt;/p&gt;

&lt;p&gt;I’d love to hear your thoughts and any feedback you have on Contri.buzz. Your insights are invaluable as I continue to improve the tool.&lt;/p&gt;

&lt;p&gt;You can check it out at &lt;a href="https://contri.buzz" rel="noopener noreferrer"&gt;https://contri.buzz&lt;/a&gt; . Thank you for your support!&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>github</category>
      <category>community</category>
    </item>
  </channel>
</rss>
