<?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: Hazcomefast</title>
    <description>The latest articles on DEV Community by Hazcomefast (@hazcomefast_816f58c52af3b).</description>
    <link>https://dev.to/hazcomefast_816f58c52af3b</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%2F3749432%2Feb9228c0-9e83-478d-9e9c-774a684200e4.png</url>
      <title>DEV Community: Hazcomefast</title>
      <link>https://dev.to/hazcomefast_816f58c52af3b</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hazcomefast_816f58c52af3b"/>
    <language>en</language>
    <item>
      <title>I got tired of paywalled utilities, so I built a single site with 100+ free web tools (and a Site Builder)</title>
      <dc:creator>Hazcomefast</dc:creator>
      <pubDate>Wed, 18 Mar 2026 01:09:38 +0000</pubDate>
      <link>https://dev.to/hazcomefast_816f58c52af3b/i-got-tired-of-paywalled-utilities-so-i-built-a-single-site-with-100-free-web-tools-and-a-site-35le</link>
      <guid>https://dev.to/hazcomefast_816f58c52af3b/i-got-tired-of-paywalled-utilities-so-i-built-a-single-site-with-100-free-web-tools-and-a-site-35le</guid>
      <description>&lt;p&gt;Hello Dev community! 👋&lt;/p&gt;

&lt;p&gt;Like many of you, I constantly find myself needing quick utility tools during my workflow—whether it's formatting some JSON, merging a PDF, converting an image to WebP, or just building a quick bio link page.&lt;/p&gt;

&lt;p&gt;Lately, it feels like every basic utility site has added aggressive paywalls, daily limits, or forces you to create an account just to download your processed file. It breaks the flow completely.&lt;/p&gt;

&lt;p&gt;So, I decided to build my own solution: &lt;a href="https://www.fluranto.com/en" rel="noopener noreferrer"&gt;Fluranto&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;It's a collection of over 100 everyday web utilities, all in one place. My goal was to remove all the friction.&lt;/p&gt;

&lt;p&gt;Here are the core rules of the site:&lt;/p&gt;

&lt;p&gt;100% Free: No premium tiers, no watermarks, no hidden fees.&lt;/p&gt;

&lt;p&gt;Zero Friction: No registration and no email required. You just use the tool and download your file.&lt;/p&gt;

&lt;p&gt;Privacy-First: For most of the image processing and text tools, everything runs locally directly in your browser. Your files never touch my servers.&lt;/p&gt;

&lt;p&gt;What’s inside?&lt;/p&gt;

&lt;p&gt;A complete Site Builder (Waitlist pages, Bio links, Coming Soon pages)&lt;/p&gt;

&lt;p&gt;Developer &amp;amp; Data Tools &lt;/p&gt;

&lt;p&gt;PDF Tools (Merge, Split, Compress...)&lt;/p&gt;

&lt;p&gt;Image &amp;amp; Screenshot Tools (Converters, Resizers ...)&lt;/p&gt;

&lt;p&gt;Text &amp;amp; Generators (Calculators, Hashes...)&lt;/p&gt;

&lt;p&gt;I am building this solo and I just launched it. I would absolutely love to get some brutal feedback from this community.&lt;/p&gt;

&lt;p&gt;Does the UI feel intuitive?&lt;/p&gt;

&lt;p&gt;Are the local browser-based tools running fast enough for you?&lt;/p&gt;

&lt;p&gt;Did you find any bugs?&lt;/p&gt;

&lt;p&gt;You can check it out here: &lt;a href="https://fluranto.com" rel="noopener noreferrer"&gt;https://fluranto.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thank you for your time, and I hope these tools save you as much time as they save me! Let me know what you think in the comments.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>showdev</category>
      <category>productivity</category>
      <category>tools</category>
    </item>
    <item>
      <title>Civil Engineer to SaaS Founder: How "Vibe Coding" replaced my need for a CTO</title>
      <dc:creator>Hazcomefast</dc:creator>
      <pubDate>Sun, 15 Feb 2026 21:28:13 +0000</pubDate>
      <link>https://dev.to/hazcomefast_816f58c52af3b/civil-engineer-to-saas-founder-how-vibe-coding-replaced-my-need-for-a-cto-2134</link>
      <guid>https://dev.to/hazcomefast_816f58c52af3b/civil-engineer-to-saas-founder-how-vibe-coding-replaced-my-need-for-a-cto-2134</guid>
      <description>&lt;p&gt;The Context&lt;br&gt;
I am a Civil Engineer, not a software architect. I know concrete and steel, not React hooks or API endpoints.&lt;br&gt;
But I had a problem to solve: Chemical safety compliance (HazCom) is a nightmare of paper and lost files. I wanted to build &lt;a href="https://hazcomfast.com/" rel="noopener noreferrer"&gt;HazComFast&lt;/a&gt; to fix it.&lt;br&gt;
The Problem: The "Syntax Wall"&lt;br&gt;
Usually, to build a SaaS, you need to learn syntax. You fight with semicolons and configuration files. I didn't have time for that.&lt;br&gt;
The Solution: Vibe Coding with AI&lt;br&gt;
Instead of learning to code from scratch, I learned to "conduct" AI. I used a stack of AI-first code editors to build the product, focusing on the logic rather than the lines of code.&lt;/p&gt;

&lt;p&gt;The Stack (The "Indie Hacker" Special)&lt;br&gt;
To move fast without breaking things, I chose tools that handle the heavy lifting:&lt;br&gt;
Frontend: Generated with AI UI tools (iterating on the design in plain English).&lt;br&gt;
Backend: Supabase. This was a game-changer. It handled my database (Postgres) and authentication instantly, so I didn't have to be a backend expert.&lt;br&gt;
Logic: Node.js (No Python involved!).&lt;/p&gt;

&lt;p&gt;The Result&lt;br&gt;
In a fraction of the time it would take a traditional dev team, I built a functional B2B SaaS that parses PDF Safety Data Sheets automatically.&lt;/p&gt;

&lt;p&gt;Takeaway&lt;br&gt;
We are entering an era where domain experts (like civil engineers) can build software just by describing the solution. You don't need a CTO to start; you just need a clear vision, Supabase, and the right AI workflow.&lt;/p&gt;

&lt;p&gt;Check out the result here: &lt;a href="https://hazcomfast.com/" rel="noopener noreferrer"&gt;HazComFast&lt;/a&gt;&lt;/p&gt;

</description>
      <category>supabase</category>
      <category>ai</category>
      <category>saas</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
