<?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: Tux Not Found</title>
    <description>The latest articles on DEV Community by Tux Not Found (@tuxnotfound).</description>
    <link>https://dev.to/tuxnotfound</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%2F3809539%2F052b6aee-61f8-4b57-b836-02c12186c407.jpg</url>
      <title>DEV Community: Tux Not Found</title>
      <link>https://dev.to/tuxnotfound</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tuxnotfound"/>
    <language>en</language>
    <item>
      <title>X Communities is shutting down May 30. Here's what I built for builders who need a permanent home.</title>
      <dc:creator>Tux Not Found</dc:creator>
      <pubDate>Wed, 20 May 2026 17:37:43 +0000</pubDate>
      <link>https://dev.to/tuxnotfound/x-communities-is-shutting-down-may-30-heres-what-i-built-for-builders-who-need-a-permanent-home-5g08</link>
      <guid>https://dev.to/tuxnotfound/x-communities-is-shutting-down-may-30-heres-what-i-built-for-builders-who-need-a-permanent-home-5g08</guid>
      <description>&lt;p&gt;X Communities shuts down May 30.&lt;/p&gt;

&lt;p&gt;If you've been using the &lt;code&gt;#buildinpublic&lt;/code&gt; community there to document your indie dev journey — that timeline is gone. The posts, the context, the progress log you've been building for months.&lt;/p&gt;

&lt;p&gt;I've been in the same boat. I build things in public and I want a record of it that doesn't disappear when a platform decides to restructure, pivot, or shut down.&lt;/p&gt;

&lt;p&gt;So I built &lt;a href="https://openstage.dev" rel="noopener noreferrer"&gt;Openstage&lt;/a&gt;.&lt;/p&gt;




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

&lt;p&gt;A public profile page for builders. Your URL is &lt;code&gt;openstage.dev/yourusername&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;Connect GitHub and your commits start flowing into your timeline automatically. Add milestones, shipped features, links, notes manually. It becomes a living record of what you built and when.&lt;/p&gt;

&lt;p&gt;Here's mine: &lt;a href="https://openstage.dev/tuxnotfound" rel="noopener noreferrer"&gt;openstage.dev/tuxnotfound&lt;/a&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  Why it's different
&lt;/h3&gt;

&lt;p&gt;Most build-in-public tools are either:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Social feeds&lt;/strong&gt; (Twitter, IH) — ephemeral, algorithm-dependent, rented space&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Changelogs&lt;/strong&gt; (GitHub releases) — dev-facing, not built for public storytelling&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Personal blogs&lt;/strong&gt; — great but manual and slow&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Openstage sits in the gap: a public-facing builder profile that maintains itself from your GitHub activity, permanent, and fully yours.&lt;/p&gt;




&lt;h3&gt;
  
  
  What's in it
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;🔗 Profile at &lt;code&gt;openstage.dev/yourusername&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;⚙️ GitHub OAuth sync — commits auto-appear on your timeline&lt;/li&gt;
&lt;li&gt;📝 Manual entries: milestones, shipped features, links, notes, releases&lt;/li&gt;
&lt;li&gt;🔥 Streaks — consecutive days with any activity&lt;/li&gt;
&lt;li&gt;📊 Analytics (Pro) — views, countries, referrers, entry clicks&lt;/li&gt;
&lt;li&gt;OG card, embed widget, GitHub README badge&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Free forever for the core profile. Pro tier is $7/month or $49 lifetime.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;If you're losing your X Communities home&lt;/strong&gt;, come claim your profile before May 30. Takes 2 minutes with GitHub OAuth.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://openstage.dev" rel="noopener noreferrer"&gt;openstage.dev&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Drop your openstage link in the comments — I'll follow along.&lt;/p&gt;

</description>
      <category>buildinpublic</category>
      <category>devjournal</category>
      <category>showdev</category>
      <category>sideprojects</category>
    </item>
    <item>
      <title>I built a free developer conversion tools site (JSON TypeScript, YAML↔JSON, and more)</title>
      <dc:creator>Tux Not Found</dc:creator>
      <pubDate>Fri, 06 Mar 2026 09:47:05 +0000</pubDate>
      <link>https://dev.to/tuxnotfound/i-built-a-free-developer-conversion-tools-site-json-typescript-yaml-json-and-more-34im</link>
      <guid>https://dev.to/tuxnotfound/i-built-a-free-developer-conversion-tools-site-json-typescript-yaml-json-and-more-34im</guid>
      <description>&lt;p&gt;I kept finding myself with 6 different browser tabs open for the same repetitive conversions — paste JSON here, convert YAML there, decode some Base64 somewhere else.&lt;/p&gt;

&lt;p&gt;So I built &lt;a href="https://codeconvert.dev" rel="noopener noreferrer"&gt;codeconvert.dev&lt;/a&gt; to have them all in one place.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;JSON → TypeScript&lt;/strong&gt; — paste JSON, get TypeScript interfaces instantly&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;JSON ↔ CSV&lt;/strong&gt; — convert between formats&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;YAML ↔ JSON&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;XML ↔ JSON&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;ENV ↔ JSON&lt;/strong&gt; — .env files and JSON back and forth&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Base64&lt;/strong&gt; encode/decode&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;URL encode/decode&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Epoch ↔ Date&lt;/strong&gt; — timestamp conversions&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;JSON Formatter&lt;/strong&gt; — format and validate&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why I built it
&lt;/h2&gt;

&lt;p&gt;The JSON→TypeScript one is the main reason. Every time I hit a new API endpoint I'd end up writing interfaces by hand or copy-pasting into some sketchy random site. Having it clean and fast in one place saves a surprising amount of friction.&lt;/p&gt;

&lt;p&gt;Everything is free, no sign-up required.&lt;/p&gt;

&lt;p&gt;Would genuinely love feedback — what converters are you reaching for that aren't here? What would make this actually useful for your workflow?&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>typescript</category>
      <category>tools</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
