<?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: Marcos Costa</title>
    <description>The latest articles on DEV Community by Marcos Costa (@marcos_costa_ea0627b6dc6d).</description>
    <link>https://dev.to/marcos_costa_ea0627b6dc6d</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%2F1920439%2Fe24070c7-2d5e-4d07-81c9-541e096e0823.png</url>
      <title>DEV Community: Marcos Costa</title>
      <link>https://dev.to/marcos_costa_ea0627b6dc6d</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/marcos_costa_ea0627b6dc6d"/>
    <language>en</language>
    <item>
      <title>How I built AutoPostBlog — a browser-only AI tool that automates WordPress posts using Google Gemini</title>
      <dc:creator>Marcos Costa</dc:creator>
      <pubDate>Thu, 23 Oct 2025 09:01:39 +0000</pubDate>
      <link>https://dev.to/marcos_costa_ea0627b6dc6d/how-i-built-autopostblog-a-browser-only-ai-tool-that-automates-wordpress-posts-using-google-gemini-365g</link>
      <guid>https://dev.to/marcos_costa_ea0627b6dc6d/how-i-built-autopostblog-a-browser-only-ai-tool-that-automates-wordpress-posts-using-google-gemini-365g</guid>
      <description>&lt;p&gt;When I started AutoPostBlog, I had one goal:&lt;br&gt;
👉 make a full WordPress automation tool that runs entirely in the browser — no backend, no Firebase, no server.&lt;/p&gt;

&lt;p&gt;Here’s how I pulled it off.&lt;/p&gt;

&lt;p&gt;⚙️ Stack overview&lt;/p&gt;

&lt;p&gt;Frontend: React + Vite&lt;/p&gt;

&lt;p&gt;AI layer: Google Gemini API&lt;/p&gt;

&lt;p&gt;CMS integration: WordPress REST API&lt;/p&gt;

&lt;p&gt;Storage: Browser localStorage (for keys and preferences)&lt;/p&gt;

&lt;p&gt;Styling: TailwindCSS&lt;/p&gt;

&lt;p&gt;The tool allows you to:&lt;/p&gt;

&lt;p&gt;Enter your WordPress site + Gemini API keys&lt;/p&gt;

&lt;p&gt;Choose whether to post directly or create a draft&lt;/p&gt;

&lt;p&gt;Auto-generate the title, content, tags, and featured image&lt;/p&gt;

&lt;p&gt;Publish in one click — all client-side&lt;/p&gt;

&lt;p&gt;🧩 Why no backend?&lt;/p&gt;

&lt;p&gt;Because I wanted to keep it free and privacy-first.&lt;br&gt;
Users don’t even need to sign up. All data (API keys, site URL, preferences) stays in localStorage.&lt;/p&gt;

&lt;p&gt;That means:&lt;/p&gt;

&lt;p&gt;No data collection&lt;/p&gt;

&lt;p&gt;No database&lt;/p&gt;

&lt;p&gt;Zero running costs&lt;/p&gt;

&lt;p&gt;This makes it possible to host on a simple static site (like Netlify, Vercel, or Hostinger).&lt;/p&gt;

&lt;p&gt;🔗 Try it here&lt;/p&gt;

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

&lt;p&gt;You can clone the idea or even fork the concept to build other browser-based SaaS.&lt;br&gt;
If you do, tag me — I’d love to see what you build.&lt;/p&gt;

</description>
      <category>wordpress</category>
      <category>automation</category>
      <category>ai</category>
      <category>development</category>
    </item>
  </channel>
</rss>
