Our Mission

About Smooth Plugins

We build performance-first plugins for WordPress using modern systems technology — Rust, WebAssembly, and architectures designed to take load off your server rather than add to it.

The Builder

Meet the Founder

I'm Sakib Ahamed Shahon, a software engineer building performance-first tools for the WordPress ecosystem. Smooth Plugins started from a specific frustration: WooCommerce search scales poorly, and the existing solutions require server-side infrastructure that most stores can't justify.

Rust and WebAssembly solve that problem at the architectural level. Moving search computation to the client eliminates the database bottleneck entirely. That's the idea behind Smooth Search, and it's the kind of problem I want to keep working on.

Questions about the implementation, integration, or what's next? Reach out directly.

The Problem We Solved

How It Started

WooCommerce search runs a MySQL query on every keystroke. At 10,000 products that's manageable. At 100,000 it's slow. At scale it's expensive — every search request hits the database and the server pays for it.

Rust compiles to WebAssembly. WebAssembly runs at near-native speed in any modern browser. The product catalog loads once; every subsequent search is pure client-side computation with no network round-trip.

Smooth Search is the result: the first WooCommerce search engine that runs entirely in the browser. The server never sees a search query.

Principles

What We Stand For

Performance as architecture

Speed is a structural decision, not an optimization layer applied at the end.

Accessible pricing

High-performance tools shouldn't require enterprise budgets.

Right technology for the problem

Rust and WASM where they help. Not everywhere by reflex.

What We Build With

Technology Stack

Rust WebAssembly WASM32-unknown-unknown PHP WordPress
Rust

Memory-safe, zero-cost abstractions for the search engine core. Compiled to WASM32 target.

WebAssembly

Near-native execution in any modern browser. The compiled binary loads once and runs locally.

PHP + WordPress

Native plugin architecture for index generation and WooCommerce integration.

The Impact

Why It Matters

Traditional WooCommerce search hits your database on every keystroke. At scale this increases hosting costs and degrades response times under traffic.

Moving computation to the client eliminates database calls per search entirely. The server handles index delivery once; the browser handles every query after that.

80% Reduction in search-related server load
<10ms Client-side query execution time
Community Driven

Open Source

We believe in open collaboration. Our code is available on GitHub, and we welcome contributions from developers worldwide.

Direct Line

Get in Touch

Questions about the plugin, integration specifics, or a performance problem worth solving? Send a message directly.

Contact