<?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: Abraham Corral</title>
    <description>The latest articles on DEV Community by Abraham Corral (@abraham_corral_4146e48aac).</description>
    <link>https://dev.to/abraham_corral_4146e48aac</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%2F3821490%2F99fbd721-c794-4ac2-b3fb-4dc9b0614d65.png</url>
      <title>DEV Community: Abraham Corral</title>
      <link>https://dev.to/abraham_corral_4146e48aac</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/abraham_corral_4146e48aac"/>
    <language>en</language>
    <item>
      <title>I built 10 developer tools in 5 days using an AI bot fleet</title>
      <dc:creator>Abraham Corral</dc:creator>
      <pubDate>Sat, 14 Mar 2026 05:11:14 +0000</pubDate>
      <link>https://dev.to/abraham_corral_4146e48aac/i-built-10-developer-tools-in-5-days-using-an-ai-bot-fleet-jop</link>
      <guid>https://dev.to/abraham_corral_4146e48aac/i-built-10-developer-tools-in-5-days-using-an-ai-bot-fleet-jop</guid>
      <description>&lt;p&gt;I built and shipped 10 developer tools this week. Not prototypes. Production-ready, documented, priced, and live on Gumroad.&lt;br&gt;
Here is how I did it and what I built.&lt;/p&gt;

&lt;p&gt;The system runs 8 AI bots on a custom command center I built. A PM bot assigns tasks, worker bots execute them, and an auto-publisher lists finished products and drafts marketing content. The whole thing runs on a DigitalOcean droplet.&lt;/p&gt;

&lt;p&gt;The bots built everything. I reviewed, zipped, wrote copy, and listed.&lt;br&gt;
Here is what shipped:&lt;br&gt;
DashPro — React Dashboard Template ($39)&lt;br&gt;
React 18, TypeScript, Tailwind, Recharts. Six pages, ten-plus components, dark and light theme.&lt;br&gt;
&lt;a href="https://corralista1.gumroad.com/l/lvfklx" rel="noopener noreferrer"&gt;https://corralista1.gumroad.com/l/lvfklx&lt;/a&gt;&lt;br&gt;
TailwindCraft UI — Component Library ($29)&lt;br&gt;
80-plus copy-paste Tailwind components across 30 categories. Storybook included. Zero JS dependencies.&lt;br&gt;
&lt;a href="https://corralista1.gumroad.com/l/zmmycc" rel="noopener noreferrer"&gt;https://corralista1.gumroad.com/l/zmmycc&lt;/a&gt;&lt;br&gt;
MarkCraft Pro — Markdown Editor with AI ($29)&lt;br&gt;
React 18, CodeMirror 6, split pane, AI writing assistant via OpenAI, PDF and HTML export.&lt;br&gt;
&lt;a href="https://corralista1.gumroad.com/l/jgnop" rel="noopener noreferrer"&gt;https://corralista1.gumroad.com/l/jgnop&lt;/a&gt;&lt;br&gt;
MailKit — 20 Email Templates ($29)&lt;br&gt;
MJML source plus compiled HTML. Covers the full user lifecycle. Works in Gmail, Outlook, Apple Mail.&lt;br&gt;
&lt;a href="https://corralista1.gumroad.com/l/uyzzld" rel="noopener noreferrer"&gt;https://corralista1.gumroad.com/l/uyzzld&lt;/a&gt;&lt;br&gt;
DevFlow CLI — Developer Productivity Toolkit ($29)&lt;br&gt;
Command line tools for the workflows developers actually repeat every day.&lt;br&gt;
&lt;a href="https://corralista1.gumroad.com/l/devflow-cli" rel="noopener noreferrer"&gt;https://corralista1.gumroad.com/l/devflow-cli&lt;/a&gt;&lt;br&gt;
Express API Boilerplate ($29)&lt;br&gt;
Production-ready Node.js starter with JWT auth, Zod validation, Prisma, Docker, Swagger, and tests.&lt;br&gt;
&lt;a href="https://corralista1.gumroad.com/l/ljpmh" rel="noopener noreferrer"&gt;https://corralista1.gumroad.com/l/ljpmh&lt;/a&gt;&lt;br&gt;
InvoiceFlow — Billing SaaS Starter ($39)&lt;br&gt;
Full-stack invoice and billing system. React frontend, Node.js backend, PDF generation, recurring invoices.&lt;br&gt;
&lt;a href="https://corralista1.gumroad.com/l/qzxgaw" rel="noopener noreferrer"&gt;https://corralista1.gumroad.com/l/qzxgaw&lt;/a&gt;&lt;br&gt;
AI Code Review — VS Code Extension ($19)&lt;br&gt;
Right-click any file, get inline diagnostics and a sidebar report. OpenAI and Anthropic supported.&lt;br&gt;
&lt;a href="https://corralista1.gumroad.com/l/fkzwq" rel="noopener noreferrer"&gt;https://corralista1.gumroad.com/l/fkzwq&lt;/a&gt;&lt;br&gt;
ChatEmbed — Chat Widget ($19)&lt;br&gt;
5KB, zero dependencies, embeds with one script tag. WebSocket, offline queue, bot mode.&lt;br&gt;
&lt;a href="https://corralista1.gumroad.com/l/hajxx" rel="noopener noreferrer"&gt;https://corralista1.gumroad.com/l/hajxx&lt;/a&gt;&lt;br&gt;
PageForge — Landing Page Generator ($29)&lt;br&gt;
CLI that generates complete landing pages from a JSON config. Five templates, zero dependencies.&lt;br&gt;
&lt;a href="https://corralista1.gumroad.com/l/bzmcdd" rel="noopener noreferrer"&gt;https://corralista1.gumroad.com/l/bzmcdd&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The command center is something I am considering releasing as a product itself. It is a full autonomous product factory running on Claude, Socket.io, BullMQ, and PostgreSQL.&lt;/p&gt;

&lt;p&gt;Happy to answer questions about the stack, the bot architecture, or any of the individual products.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>react</category>
      <category>ai</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
