<?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: Nazmul Ahsan</title>
    <description>The latest articles on DEV Community by Nazmul Ahsan (@mukto90).</description>
    <link>https://dev.to/mukto90</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F2435755%2Feaf894c0-eacd-46cf-850f-124a832865b7.png</url>
      <title>DEV Community: Nazmul Ahsan</title>
      <link>https://dev.to/mukto90</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mukto90"/>
    <language>en</language>
    <item>
      <title>I spent 18 months building an AI-native ecommerce plugin for WordPress. Here is what I learned.</title>
      <dc:creator>Nazmul Ahsan</dc:creator>
      <pubDate>Fri, 26 Jun 2026 13:36:12 +0000</pubDate>
      <link>https://dev.to/mukto90/i-spent-18-months-building-an-ai-native-ecommerce-plugin-for-wordpress-here-is-what-i-learned-1636</link>
      <guid>https://dev.to/mukto90/i-spent-18-months-building-an-ai-native-ecommerce-plugin-for-wordpress-here-is-what-i-learned-1636</guid>
      <description>&lt;p&gt;Quick intro: I have been writing WordPress since 2009 and shipping products since 2017. For the last 18 months I have been building &lt;strong&gt;&lt;a href="https://easycommerce.dev/" rel="noopener noreferrer"&gt;EasyCommerce&lt;/a&gt;&lt;/strong&gt;, an AI-native ecommerce plugin, as a WooCommerce alternative. It has been stable and in production since 2025, nearly 30 releases in, with real stores running on it.&lt;/p&gt;

&lt;p&gt;A few decisions I would defend:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. Dedicated database tables from day one.&lt;/strong&gt; Orders, products and customers live in their own &lt;code&gt;wp_ec_*&lt;/code&gt; tables instead of &lt;code&gt;wp_posts&lt;/code&gt; and &lt;code&gt;wp_postmeta&lt;/code&gt;. More on why in a follow-up post, but the short version is that ecommerce query patterns and the post/meta model do not get along at scale.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. AI as core, not a bolt-on.&lt;/strong&gt; The headline feature is a shopping agent with 23 tools that can run a full conversation with a customer, search the catalogue, apply a coupon and place an order. It is agentic, not a prompt box.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Ship in the open&lt;/strong&gt;. I will be posting the architecture calls, the things that broke, and the onboarding numbers here.&lt;/p&gt;

&lt;p&gt;If you build WordPress or ecommerce products: what is one architecture decision you made early that you would make again?&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>wordpress</category>
      <category>ai</category>
      <category>ecommerce</category>
    </item>
  </channel>
</rss>
