1
0 Comments

I built a WordPress marketplace theme that talks back (literally) — and it only takes one CONFIG block to setup.

Hey Indie Hackers,

I’ve been a WordPress developer and SEO architect for a decade. The one thing that consistently kills my soul is "Plugin Bloat." To get a basic marketplace running with search filters and a video showcase, you usually need 10+ heavy plugins that slow the site to a crawl.

I decided to build a "Self-Contained" engine instead. I call it Intelligence Marketplace.

The Big Experiment: Voice Search in WP

I wanted to see if I could make a marketplace that feels like an AI assistant. I integrated the Web Speech API so users can search by speaking, and used Speech Synthesis so the site announces results aloud.
Example: "I found 6 results for your search."

The "Maker" Highlights:
One-Block Config: I moved the entire "soul" of the theme into a single PHP array. You can change colors, headlines, and checkout URLs in one spot without touching the Customizer.

Zero Dependencies: AJAX filtering, Voice Search, and Schema SEO are all native code. No more "Update required" plugin nightmares.

Universal Checkout: I built a selector that lets you route different products to different platforms (Gumroad, Stripe, PayPal, WhatsApp) from a single dropdown.

I have a question for the makers here:
Does voice-activated search actually improve the UX for you, or is it still a "gimmick"? I’m trying to decide if I should double down on voice-command navigation for the next update.

Check out the technical breakdown here: https://www.seosiri.com/2026/04/intelligence-marketplace-wordpress-theme.html

on April 13, 2026