Skip to main content
Login Join
Mehul Gohil

Mehul Gohil He/Him

Enterprise WordPress Engineer | WordPress VIP Certified | Toptal & Codeable Expert

Ahmedabad Local Time
Certified WordPress Engineer
Since April 2026 134 views
Availability
Available for hire · Freelance Open to sponsorship Open to volunteering
Specialties
Product / Agency Owner Developer Site Builder Security Specialist
Company
Freelance
Preferred Hosting
WordPress.com and Pressable
First WP Version Used
3.x
Birthday
June 18

Currently shipping

Updated 1 month ago
Plugin

OneCaptcha

Frictionless WordPress CAPTCHA plugin with adaptive verification, multi-provider failover, and 25+ plugin integrations. No friction for real users.

WPFolks 4 folks invited
Trailblazer
Bug Hunter
Feature Champion
Sharp Eye
Early Tester
Feedback Architect
Silent Helper
Mentor
WP @ 23
CI/CD Enabled
Modern PHP
Tested on PHP 8.3+
Academy Speaker
WordPress VIP Certified
WordPress VIP Advanced
Decade Club
Established Plugin Author
First Snippet
Folks TV Regular
Presenter
Credentialed
WordPress.org
Core AI Contributor
Plugin Developer
Marketing Contributor
Translation Contributor
WordCamp Organizer
WordCamp Speaker

About

I’m a certified senior WordPress engineer specializing in performance, scalability, and complex plugin architecture.

Over the past 13+ years, I’ve worked with brands, nonprofits, and digital agencies to solve the kind of WordPress problems that break under scale which includes slow WooCommerce checkouts, inefficient database queries, plugin conflicts, and infrastructure bottlenecks.

I’m a certified Advanced Professional WordPress Developer by Automattic/WPVIP and have been vetted/certified by platforms like Toptal and Codeable. My work includes contributions to products and teams behind GiveWP, 10up, and high-traffic production environments where reliability and performance are non-negotiable.

Beyond client work, I build products like OneCaptcha and ThemeRouter, which gives me a deeper perspective on long-term maintainability, security, and real-world usage at scale.

Clients typically bring me in when:

  • Performance issues start impacting revenue
  • Their codebase becomes difficult to scale or maintain
  • They need senior-level expertise without hiring full-time

I focus on solving root problems, not surface-level fixes so the systems I work on stay fast, stable, and scalable as they grow.

 

 

From their blog

mehulgohil.com

Certifications

2 credentials

Photos on WordPress.org

@mehul0810

Activity

Added a plugin: PreviewShare
1 week ago
Mehul Gohil

Came across something interesting today: ForkPress (github.com/Automattic/forkpress)

It is basically a single binary that runs local WordPress branches, no Docker, no MySQL, no system PHP. Just download and run.

The core idea is copy-on-write branching for WordPress. You get isolated WordPress environments per branch, each with their own SQLite database, served over localhost subdomains like marketing.wp.localhost. You can create, reset, and delete branches the same way you would Git branches.

It even exposes a Git smart-HTTP interface so you can literally git clone your local WordPress site, edit files, commit, and push changes back into the running environment.

The agent workflow is what caught my eye. One command spins up 10 isolated WordPress environments for parallel agent work. Given where AI-assisted development is heading, this feels like it was built with that use case specifically in mind.

Have not tried it in an actual development workflow yet but planning to. Curious to know what possibilities it will unfold in our day-to-day WordPress development.

GitHub: https://github.com/Automattic/forkpress

#wpfolks #wordpress #ai

GitHub - Automattic/forkpress: WordPress, but gitFrom github.com
Nazim Husain and 2 others
Comment
Mehul Gohil

WordPress has official Agent Skills for AI Coding Agent

I came across this a few weeks ago and have been using it daily since. Worth sharing with the community.

The WordPress team have published a repo called agent-skills on GitHub: https://github.com/WordPress/agent-skills

The idea is simple. AI agents are terrible at WordPress by default. They generate pre-Gutenberg patterns, skip block deprecations, ignore security basics in plugins, and miss the tooling already sitting in your repo. Agent Skills can fix that by giving your AI agent a curated set of instructions, checklists, and scripts pulled directly from official Gutenberg and WordPress documentation.

What is included right now:

  • Block development (block.json, attributes, deprecations)
  • Block themes (theme.json, templates, patterns)
  • Plugin architecture, hooks, security
  • REST API routes, schema, auth
  • Interactivity API
  • PHPStan for WordPress
  • WP-CLI and ops
  • Performance and caching
  • WordPress Design System
  • Plugin Directory guidelines
  • WordPress Playground and Blueprints

You install it globally or drop it into your repo and it works across preferred AI agent.

On top of these official skills, I also built a custom skill that layers in my own development workflow. Things like how I structure projects, the standards I follow, and the patterns I consistently use. The result is that my AI agent now codes the way I would. It has noticeably cut down the back and forth during development.

The repo is at 1.5k stars and accepting contributions. Skills are written in Markdown so you do not need to be deep into Node to contribute.

If you are doing serious WordPress development with AI tools in 2026 and not using this yet, it is worth an hour of your time to set up.

Link: https://github.com/WordPress/agent-skills

Curious if anyone else here has tried it or built custom skills on top.

#wordpress #ai #wordpressdevelopment #wpfolks

GitHub - WordPress/agent-skills: Expert-level WordPress knowledge for AI coding assistants - blocks, themes, plugins, and best practicesFrom github.com
Alkesh Miyani and 1 other
Comment
Added a snippet: Control Expiration of Nonce
4 weeks ago
Mehul Gohil

Hey community folks,

I've been building @aculect-ai-companion , a WordPress plugin that connects your site with AI assistants like ChatGPT and Claude through a proper approval flow, without requiring manual Application Password setup.

Why I built this

After testing several AI/MCP connector approaches for WordPress, I kept running into the same problems:

  • ChatGPT's WordPress connection story is still rough despite its massive user base
  • Plugins that claim ChatGPT support often use outdated or unreliable connection flows
  • Most tutorials still point to Application Passwords and direct REST API access that works fine for developers who understand the tradeoffs, but it is a poor default for site owners who set it once, forget it, and leave long-lived access active

How the connection works?

  1. Copy one connection URL from your WordPress dashboard
  2. Paste it into your AI tool (Need to enable developer mode in ChatGPT or Claude)
  3. Approve access inside WordPress
  4. Control exactly what the assistant can do
  5. Disconnect anytime

No manual credential setup. No digging into REST API settings.

Who this is for?

Site owners and content-focused people who want AI help turning ideas into WordPress content, especially those who want to restart blogging but get blocked by time, blank-page friction, or not knowing how to shape a rough idea into a publishable post.

What is working today

  • ChatGPT and Claude connection via approval flow
  • Admin controls for available abilities
  • Active connection management
  • Posts, pages, categories, tags, media, comments, and safe site info
  • Opt-in diagnostic logs for troubleshooting

What is coming next

  • Improved SEO and content metadata support
  • Featured image creation and assignment

This is still in testing phase. Try out today on GitHub: https://github.com/mehul0810/aculect-ai-companion

Question for the community: If you were connecting an AI assistant to a client's site, what would make you trust the connection flow?

#wpfolks #ai #plugin #wordpress #mcp #contentworkflow #buildinpublic

Granular permission controls: I decide exactly what the AI can read or write 100%
One-click disconnect: I can revoke access instantly from the dashboard 0%
No stored credentials: No API keys or passwords saved on the server 0%
Activity log: I can see exactly what the AI did and when 0%
Nikul Valani and 2 others
Comment
Added a plugin: ThemeRouter
1 month ago
Added a plugin: Aculect AI Companion
1 month ago
Mehul Gohil

Thanks @wpankit Let me know if you need any help around it.

Abdullah Kaludi reacted
Comment
Mehul Gohil

Hey WPFolks community,

Excited to share that @onecaptcha 1.2.0 is now live. This release has been in the works for a while and it's a big one.

What's new:

  • 17 new integrations: GiveWP, Gravity Forms, Formidable Forms, WS Form, MemberPress, Paid Memberships Pro, MemberMouse, Sensei LMS, LifterLMS, The Events Calendar, EventKoi, Met Form, Gutena Forms, SureCart, FluentCart, FluentCommunity, and MailPoet. OneCaptcha now covers 30+ WordPress plugins out of the box.
  • Insights Dashboard: aggregated analytics across providers, surfaces, and verification outcomes. Finally some visibility into what the plugin is doing in the background.
  • Hardened Verification: the frictionless handshake has been rebuilt with REST-compatible token issuance, render-token validation, and server-side timing checks. Provider secrets are now write-only across all admin surfaces.
  • WooCommerce reliability fixes: consistent behavior across checkout, login, registration, lost password, order tracking, and block-based checkout.
  • Better failure messages: server-side errors now surface the actual reason instead of a generic "invalid captcha" response.
  • 14-day free trial on all plans. No credit card required.

Would love feedback from anyone who tries it especially if you're running GiveWP, Gravity Forms, MemberPress or any other supported integrations. Those are the biggest new additions and real-world testing is always valuable.

Read more about release: onecaptchawp.com/blog/onecaptcha-1-2-0-release/

#wpfolks #feedback #wordpress #buildinpublic #plugin

WordPress CAPTCHA Integrations — WooCommerce, CF7, WPForms | OneCaptchaFrom onecaptchawp.com
Abdullah Kaludi and 3 others
Comment (2)
Added a business: Mehul Gohil
1 month ago
1 month ago
Added a plugin: OneCaptcha
1 month ago