Skip to content
View mralaminahamed's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@codexpertio @easycommercedev

Block or report mralaminahamed

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
mralaminahamed/README.md

Al Amin Ahamed

Senior Software Engineer  ·  Commerce Products  ·  Applied AI  ·  Developer Tooling

PHP  ·  Python  ·  TypeScript  ·  Go  ·  React  ·  WordPress Polyglots Translation Editor

alaminahamed.com  ·  alamin.ahamed.dev@gmail.com  ·  LinkedIn  ·  WordPress.org


Team Lead of Product at @codexpertio, Dhaka. I own commercial commerce products end to end, and build the systems around them: retrieval and agent services in Python, distributed services in Go, and the static-analysis tooling the WordPress plugin ecosystem was missing. Since 2025 most of my work has been putting retrieval and agents where an answer has to be correct, cited, and cheap to serve.

Anthropic Certified — Claude API · MCP · Subagents · Agentic Workflows · Claude Code · AI Fluency.


Products

Commercial work. Most repositories are private; this is what the code does.

Squad ModulesThe WP Squad 65 free modules and 8 extensions from a single codebase. All 65 run natively in the Divi 5 Visual Builder Block API and 64 also run in the classic Divi 4 builder, so existing layouts keep working. Plus the Pro tier and a Divi-native affiliate product with first-party referral and coupon tracking. Squad Modules Lite on WordPress.org PHP React Divi 5 Block API

NiroHelp — AI-native help desk for WordPress Knowledge base, ticketing with eight stages and automatic assignment, email piping over IMAP or POP3, and a dashboard with a copilot that answers questions about the support queue itself. The chatbot answers from the site's own docs behind one script tag; the auto-responder replies only when the docs clear a confidence threshold and stays quiet when they do not. One-click migration from BetterDocs, weDocs, Echo KB, BasePress, Awesome Support, SupportCandy and JS Help Desk. Docs stay WordPress posts, tickets stay posts, replies stay comments, and the help desk runs with no external service unless the AI is switched on. Free core on WordPress.org; part of the Niro Suite. PHP REST API RAG Next.js

Uposham — telehealth for Bangladesh, live Booked entirely inside Facebook Messenger: no app, no account. The assistant reads the complaint in Bangla, English or romanized Bangla, maps it to a specialty, shows BMDC-verified doctors with their fees and open slots, books, takes payment via bKash, Nagad or Rocket, delivers the video call link, and returns the prescription to the same thread. Around 70 verified doctors across 15 specialties at ৳200 to ৳800 a visit. API-first WordPress backend with roughly 50 REST routes, three Next.js apps including a Capacitor build for the doctor dashboard, per-actor auth, and signed outbound webhooks so the bot is replaceable. PHP Next.js Capacitor LLM agent bKash / Nagad

PluginTracker — 900+ plugins tracked, 820+ authors Analytics for WordPress.org plugin authors. The directory floors active installs to one significant figure and keeps no history; PluginTracker reads what it publishes daily and adds granular install estimates, keyword rank tracking, competitor movement, review and support-ticket health, alerts and AI-drafted replies. Alongside it, an opt-in Composer telemetry SDK reports PHP and WordPress versions, release spread and deactivation reasons: nothing is sent before a site admin consents, the author chooses which fields exist at all, and an opt-out applies at ingestion so it reaches installs already in the wild. PHP Next.js Composer Telemetry

EasyCommerceCodexpert AI-first commerce plugin built on dedicated database tables rather than WordPress posts, for 3 to 5 times the throughput of post-based stores. I built the integration surface across fourteen repositories: Paystack, Razorpay, HitPay, 2Checkout, UnionPay, ShipStation, FedEx, DHL, Zapier, subscriptions and licensing. Rated 4.7 on WordPress.org. PHP REST API Payments LLM

WC Affiliate — WooCommerce-native affiliate program, 4.6 from 280+ users Admin and affiliate dashboards in React over a REST API, trait-based PHP, multi-level commissions, coupon-based tracking, a shortlink generator, affiliate banners, and automatic payouts through PayPal, Stripe, Wise and Payoneer. I built the cross-domain cookie sharing that keeps attribution intact when a referral moves between separate storefronts, funnels or microsites. Now at v3, free core on WordPress.org. PHP React WooCommerce Payouts

ThumbPress — 30,000+ active installs Image optimization and media management: compression, WebP and AVIF conversion, thumbnail control, duplicate and unused-image detection, lazy loading and hotlink protection, with its own CDN gateway and origin service. On WordPress.org. PHP TypeScript CDN

Postimatic — AI content generation for WordPress · @commandcenterio Keyword-to-published-post runners, bulk post refinement, and marker-based mapping so regenerated sections land back in the right place. Client product, private repository. PHP Elementor LLM

Dokan — weDevs, 2024 to 2025 60 merged pull requests and 17 code reviews across Dokan, Dokan Invoice, wePOS and WooCommerce Conversion Tracking, as an engineer at weDevs. Vendor dashboards, commission logic, subscription and invoicing fixes, WooCommerce REST API work. Dokan serves 60,000+ active businesses. PHP React WooCommerce

Payments and fulfilment Production integrations for Stripe, PayPal, bKash, Paystack, GoCardless, Razorpay, HitPay and 2Checkout; ShipStation, Shippo, FedEx and DHL. Webhooks, idempotency, refunds, HPOS. Public: wc-paystack · wc-gocardless-payments

Laravel applications Twelve applications outside the WordPress stack: a CMS, a school management system, a property-management aggregator, client SaaS products, and the WP Squad support app and marketing site. Laravel Livewire React MySQL


AI Systems

wp-support-rag Self-hosted RAG support desk for plugin authors. Ingests GitHub issues and WordPress.org forum threads, answers with citations, and degrades to source links rather than guessing when the model is unavailable. FastAPI + pgvector + Celery backend, React/Tailwind admin, embeddable widget, Playwright E2E, Turborepo monorepo. Python FastAPI pgvector Celery Redis OpenAI Anthropic TypeScript React Docker

codebase-research-agent ReAct tool-using agent over hybrid code retrieval: pgvector cosine + BM25 + symbol graph via RRF. AST-aware chunking via tree-sitter. Cloud or fully local (Ollama) for proprietary code. Exposed as a Claude Code MCP server with streaming SSE and file/line citations. Python FastAPI tree-sitter pgvector MCP SDK Anthropic OpenAI Docker

codetrail The same problem in Go: codebase question answering with citations verifiable against the commit they came from. AST-aware chunking, symbol graph, Postgres and pgvector. Go React PostgreSQL pgvector

legal-rag Legal document RAG. Section-scoped chunking + exemplar prompting. Edit distance: 168 → 43 on held-out eval. CI eval suite on every commit. Python pgvector Anthropic FastAPI PostgreSQL

bd-legal-rag RAG service for Bangladeshi statute law — bilingual Bengali/English, section-hierarchy-aware chunking, Cohere multilingual embeddings, mandatory rerank, grounded answers with canonical legal citations. Python pgvector Cohere FastAPI PostgreSQL

jobpulse-rag Job discovery across 12 sources behind one async adapter protocol, with resume-grounded scoring and cover letter generation. Python FastAPI pgvector Celery React

wp-dev-skills 27★ WordPress plugin development skills for AI coding agents — Claude Code, Gemini CLI, Cursor, Windsurf, Cline, Codex, GitHub Copilot, opencode, and more. Skills activate automatically when their description matches the task. Alongside wordpress-official-agent-skills and scrumloop, which runs sprint ceremonies and backlog grooming against GitHub Projects v2. WordPress Claude Code Agent Skills PHP

WordPress AI Providers (original — published on WordPress.org) ai-provider-for-minimax · ai-provider-for-opencode-zen — MiniMax and OpenCode Zen adapters for the WordPress AI Client ecosystem. PHP WordPress


Go & Systems

sitemon Site-health monitoring as six services over NATS JetStream: HTTP, SSL and load-testing checks, MongoDB history, Redis-cached status, Slack / Discord / Telegram alerting, React 19 dashboard, Claude-written incident summaries via the Anthropic Go SDK, and an MCP server. Prometheus and Grafana, Docker and Kubernetes manifests, race-tested CI gate. Go NATS MongoDB React Kubernetes

flagcast Feature flags and experimentation: five services over gRPC and NATS, MongoDB behind a Redis cache, React console, rollout analysis via the Anthropic Go SDK, MCP server exposing flag operations as agent tools. Deployed to AWS ECS Fargate via Terraform. Go gRPC NATS Terraform AWS

triagepilot — private AI support-triage desk. Drafts a cited reply and proposes tags, severity and routing, then stops: nothing the model produces reaches a ticket until a human presses Apply. RAG over a knowledge base and past tickets, agentic tool-use loop, Qdrant vector search, MCP. Go React Qdrant MCP RAG

carelane — private, in progress Multi-market telehealth: the patient books, pays, holds the consultation and receives a prescription, and the platform pays doctors and issues refunds without a human moving money by hand. Region is the deployment unit and the global plane holds no PHI, enforced at build time. Go PostgreSQL Multi-region

reclaim Process-aware storage reclamation CLI for Ubuntu and Debian. Tiered, dry-run by default, no third-party dependencies. Go CLI Linux

tundra 13★ Self-hosted server-management platform — an alternative to Plesk and cPanel. Full operator control, native deployment of WordPress, Laravel, Node.js, Python, Go and Rust applications. Rust React DevOps


Developer Tooling

PHPStan stubs for the WordPress ecosystem — 18 published Static analysis on a plugin stops at the first call into another plugin's code. These Composer packages fix that. WooCommerce Subscriptions · Product Add-Ons · Action Scheduler · Easy Digital Downloads · EDD Pro · Freemius SDK · SureCart · StoreEngine · Fluent Cart · Fluent Cart Pro · FluentCRM · Fluent Forms · WPForms Lite · Ninja Forms · Forminator · Secure Custom Fields · EasyCommerce · Squad Modules

wp-pgsql-database Drop-in wpdb replacement that runs WordPress on PostgreSQL instead of MySQL, following the SQLite drop-in pattern.

easycommerce-fakerpress 17★ Test data generator for WordPress eCommerce — 14 generators, WP-CLI integration, 131 Playwright E2E tests. storeseeder goes further: whole shops from a recipe file, one driver per store plugin, live preview and a batch queue.

wp-cli-magic-login One-command admin login links, with mu-plugin installation and Valet site path resolution.

author-profile-blocks Gutenberg block library for rich author bios, social links, and responsive profile grids. Published on WordPress.org.


Core Stack

Layer Technologies
AI / LLM Anthropic Claude · OpenAI · Gemini · DeepSeek · Ollama · pgvector · MCP SDK · LangChain · tree-sitter
Languages PHP 8.x · Python 3.12 · TypeScript · Go · Rust
Backend WordPress · WooCommerce · Laravel · FastAPI · gRPC · NATS · REST · WebSocket · WP-CLI
Frontend React 18/19 · Next.js · TypeScript · Tailwind CSS · Vite · Gutenberg & Divi 5 Block APIs
Data PostgreSQL + pgvector · MySQL · MongoDB · Redis · SQLite
DevOps Docker · Kubernetes · Terraform · GitHub Actions CI/CD · AWS ECS · Hetzner · WordPress.org SVN
Observability Prometheus · Grafana · OpenTelemetry · structlog
Testing PHPUnit · Brain\Monkey · PHPStan · PHPCS · pytest · mypy strict · Playwright

GitHub Activity


Community


Open to

Senior and lead engineering roles at product companies working on commerce platforms, developer tooling, or applied AI. Happy to talk about commerce at scale, keeping large PHP codebases analysable, Go services over NATS, MCP server design, or putting retrieval somewhere it has to be correct.


alaminahamed.com  ·  alamin.ahamed.dev@gmail.com  ·  LinkedIn  ·  WordPress.org

Pinned Loading

  1. wp-support-rag wp-support-rag Public

    Self-hosted RAG support desk for WordPress plugins — grounded, cited answers from GitHub + WordPress.org docs. FastAPI + pgvector + Celery API, React/Tailwind admin, embeddable widget. pnpm/Turbo m…

    Python

  2. bd-legal-rag bd-legal-rag Public

    Retrieval-Augmented Generation service for Bangladeshi statute law — bilingual Bengali/English, section-hierarchy-aware chunking, Cohere multilingual embeddings, mandatory rerank, and grounded answ…

    Python 1 2

  3. ai-provider-for-minimax ai-provider-for-minimax Public

    WordPress AI Client provider for MiniMax — text generation, chat history, M3 image input, and image-01 image generation. Not affiliated with MiniMax.

    PHP

  4. ai-provider-for-opencode-zen ai-provider-for-opencode-zen Public

    WordPress AI Client provider for OpenCode Zen — one API key for 61 LLMs from OpenAI, Anthropic, Google, xAI, DeepSeek, Moonshot and more. Not affiliated with OpenCode Zen.

    PHP

  5. storeseeder storeseeder Public

    Realistic test data for WordPress e-commerce — 21 generators for products, customers, orders and more, writing through a platform driver. WooCommerce and Fluent Cart ship, with live preview, WP-CLI…

    PHP

  6. codexpertio/plugin-tracker-sdk codexpertio/plugin-tracker-sdk Public

    Consent-gated telemetry SDK for WordPress plugins. Opt-in only, no data leaves a site until its owner agrees.

    PHP