Promising

Gato GraphQL

Powerful WordPress GraphQL Server
Gato GraphQL is a powerful GraphQL server for WordPress that lets you expose and manage your site’s data via flexible, secure APIs. Integrate with WooCommerce, Elementor, Bricks, and multilingual plugins, automate admin tasks, and build advanced WordPress APIs without complex custom code.
GatoGraphQL-1024x642px
Plans start from $79/yr
(Deal Status: Active)
Company: Gato GraphQL
Location: Kuala Lumpur, Malaysia
Funding Status: Bootstrapped
Buyers: Individuals, Small Businesses (1-50 people), Mid-size Businesses (50-200 people), Large Businesses (200-1,000 people)
Why We Picked:

Gato GraphQL brings a production-grade GraphQL server with extensive schema coverage directly into WordPress, solving the headless and API development challenge without external services or heavy vendor lock-in. The plugin's modular architecture lets you activate only the extensions you need—access control, caching, custom endpoints, automation, integrations with Polylang, WooCommerce, Elementor, and more—while keeping the core free and open source on WordPress.org. Active development with 80+ GitHub releases, comprehensive documentation, and a transparent 30-day refund policy (60 days on AppSumo) make it a solid choice for developers building GraphQL-powered WordPress projects.

Pricing Model:

Gato GraphQL offers annual subscription licenses (renewable yearly, starting from 5 to 100+ domains). A free core plugin is available on WordPress.org, with paid Power Extensions bundles and individual Premium Extensions sold separately.

Guarantee:

Gato GraphQL includes a 30-day money-back guarantee when purchased directly from the official site, and a 60-day money-back guarantee for lifetime deals purchased via AppSumo.

Tool Maturity:

Gato GraphQL is a mature and actively developed plugin with a GitHub history dating back to 2016 and a public WordPress.org release that is regularly updated to support the latest WordPress versions. The plugin has gone through 84 tagged releases on GitHub (currently at version 13.3) with clear changelogs, comprehensive documentation on the official site, and an established extension ecosystem including both Power and Premium Extensions. The developer maintains an active support forum on WordPress.org, responds quickly to AppSumo reviews, and runs webinar series and tutorial content, all indicating a stable, production-ready tool rather than an early-stage experiment.

Social Proof:
  • Rated 5 stars on AppSumo based on 25+ verified reviews from developers and WordPress professionals.
  • GitHub repository has 372 stars and 41 forks, with active contributions and regular releases since 2016.
  • Listed on WordPress.org with regular updates, most recently tested with WordPress 6.9 as of December 2025.
  • Featured in WP Builds podcast and multiple WordPress community webinars demonstrating GraphQL automation and headless architecture use cases.
  • Built by Leonardo Losoviz, an experienced WordPress and GraphQL developer with public documentation and active support presence.
Core Features:
  • GraphQL server implementation exposes all core WordPress data types—posts, pages, custom post types, users, comments, categories, tags, custom taxonomies, and media—through a standards-compliant GraphQL API.
  • GraphiQL and Voyager clients are built into the WordPress admin, giving you interactive query editors and schema visualization tools without needing external GraphQL clients.
  • Persisted queries let you save reusable GraphQL queries as endpoints with their own URLs, similar to REST but with GraphQL's flexibility, which is useful for frontend apps and automation.
  • Gutenberg block data can be queried via fields like blocksblockDataItems, and blockFlattenedDataItems, allowing you to fetch structured content from block-based pages and posts.
  • Mutations for creating and updating posts, pages, custom posts, media items, categories, tags, users, and comments bring write capability to your GraphQL API.
Integration Features:
  • WooCommerce integration (Premium Extension) adds GraphQL fields to query product data directly from your store.
  • Polylang integration (Premium Extension) provides multilingual field selectors, translation automation, and language-specific queries for multilingual WordPress sites.
  • Elementor and Bricks integrations (Premium Extensions) let you fetch and update page builder data through GraphQL queries.
  • Events Manager integration surfaces event data via the GraphQL schema for calendar and event-driven sites.
  • Custom fields from plugins like Advanced Custom Fields and metadata from Yoast SEO can be queried using generic metaValue and customPost fields.
Automation Features:
  • Automation extension (Premium) lets you trigger GraphQL persisted queries automatically when WordPress action hooks fire, such as when a post is published or a user registers.
  • WP-Cron scheduling allows you to run GraphQL queries on a timed basis for tasks like syncing content, generating reports, or batch processing data.
  • Internal GraphQL Server (Power Extension) enables executing GraphQL queries directly within PHP code, useful for plugin developers and custom WordPress functionality.
  • Multiple Query Execution (Power Extension) combines multiple GraphQL queries into a single request, with shared state and ordered execution, reducing round trips for complex workflows.
Reporting Features:
  • Schema introspection tools provide real-time visibility into the available types, fields, and directives, making it easy to discover what data you can query.
  • Built-in Voyager client visualizes your GraphQL schema as an interactive graph, showing relationships between data types and helping teams understand API structure.
  • Query logs and error reporting (configurable by severity in Settings) track GraphQL execution, warnings, and errors, which helps with debugging and monitoring API usage.
Customization Features:
  • Custom Endpoints (Power Extension) allow you to create multiple distinct GraphQL schemas under separate URLs, each tailored for different users, applications, or external services.
  • Schema Configurations let you control exactly which post types, custom fields, meta keys, and taxonomies are exposed in each endpoint, giving fine-grained schema control.
  • Access Control (Power Extension) grants granular permissions to schema elements based on user roles, capabilities, login status, or IP address, securing public and private APIs.
  • Deprecation (Power Extension) provides a UI to mark fields as deprecated with replacement guidance, allowing schema evolution without breaking existing clients.
Security Features:
  • Access control rules can restrict who sees which fields and data in the schema, based on WordPress user roles, capabilities, or IP whitelist, protecting sensitive information.
  • Application Password support enables secure, token-based authentication for GraphQL API requests without exposing user passwords.
  • Private and password-protected endpoints let you expose custom GraphQL schemas only to authorized users or applications.
Ideal Users:
  • WordPress developers building headless sites with frameworks like Next.js, Nuxt, Astro, or Eleventy who need a flexible data layer without custom REST endpoints.
  • Agencies managing multiple client WordPress sites who want to synchronize content, automate migrations, or expose unified APIs across a multisite network.
  • Plugin and theme developers who need to query or mutate WordPress data programmatically within PHP code using the Internal GraphQL Server extension.
  • Multilingual site operators using Polylang or MultilingualPress who want automated translation workflows and language-specific data queries via GraphQL.
  • WooCommerce store owners who need to build custom frontend experiences or mobile apps that fetch product and order data via a standardized GraphQL API.
  • Gutenberg block creators who want to query structured block content for dynamic page rendering or content analysis tasks.
Primary Use Cases:
  • Use it for building headless WordPress sites when you want to separate content management (WordPress) from frontend rendering (React, Vue, static site generator).
  • Use it for automating content workflows when you need to trigger actions like translating posts, syncing featured images, or sending notifications based on WordPress events.
  • Use it for syncing data across multiple WordPress sites in a multisite network, allowing bulk content updates or migrations via GraphQL queries.
  • Use it for creating custom mobile or web apps that need flexible, efficient data fetching from WordPress without building and maintaining custom REST endpoints.
  • Use it for integrating WordPress with external services or cloud applications via HTTP Client extension, fetching data from third-party APIs and processing it within GraphQL queries.
  • Use it for complementing WP-CLI commands when you want to query WordPress data and inject results into command-line automation scripts.
Tech Stack:
  • Gato GraphQL is a WordPress plugin requiring WordPress 6.0 or higher and PHP 8.1 or higher (version 7.0+ supported PHP 7.4, but current versions require 8.1).
  • The plugin is built on a CMS-agnostic PHP GraphQL server called GraphQL by PoP, which can theoretically run outside WordPress with minimal porting effort.
  • Core plugin is free and open source (GPL-2.0 license) available on WordPress.org, with commercial Power and Premium Extensions sold separately as additional plugins.
  • GitHub repository provides full source code, development environment using Lando and Composer, and extensive documentation for extending the GraphQL schema.
  • Tested and compatible with WordPress Multisite, allowing network-wide installation and multisite-specific data queries.
Positioning:

Unlike WPGraphQL (which focuses on a single public endpoint) or the built-in WP REST API (which uses REST conventions), Gato GraphQL emphasizes modularity, multiple custom endpoints, and tight integration with WordPress admin workflows like persisted queries stored as custom post types. The plugin's Power Extensions model (bundled capabilities like access control, caching, and deprecation) and Premium Extensions (specific integrations like Polylang, WooCommerce, Elementor) give you pay-for-what-you-need flexibility rather than an all-or-nothing pricing structure. The ability to run GraphQL queries within PHP via the Internal GraphQL Server and trigger automation from WordPress hooks positions Gato GraphQL as both an external API tool and an internal automation engine for WordPress developers.

Support & Resources:
  • Official documentation site at gatographql.com includes guides, extension references, a tutorial section, and a growing query library with real-world examples and recipes.
  • Active support forum on WordPress.org where users can post questions, with the developer responding to issues and feature requests.
  • GitHub repository serves as the public issue tracker for bug reports and feature discussions, with a clear contribution guide and code of conduct.
  • YouTube channel (@GatoPlugins) and WP Builds webinar series provide video tutorials and demonstrations of plugin features.
  • AppSumo reviews show the developer (Leonardo) actively responding to user feedback and questions, often within hours.
Limitations:
  • Requires PHP 8.1 or higher for current versions (v14+), which may not be available on older or budget shared hosting environments.
  • Power Extensions and Premium Extensions are sold separately with annual or lifetime licensing, so full functionality requires additional purchases beyond the free core plugin.
  • Learning curve for GraphQL itself can be steep for developers unfamiliar with the query language, though the plugin includes tutorials and interactive GraphiQL client to help.
  • Some integrations (WooCommerce, Polylang, Elementor, Bricks, Events Manager, MultilingualPress) are Premium Extensions sold individually, which can add cost if you need multiple integrations.

Related Products

Tier: Free

Recently Added!

Regular Campaign
Promising

HivePress

HivePress homepage at hivepress.io showing a free WordPress directory and marketplace plugin with 10,000+ active installations and active maintenance through May 2026. Open-core model: free core plugin on WordPress.org; premium extensions and themes sold as annual subscriptions. Covers business directories, classified ads, job boards, real estate listings, rental marketplaces, and service booking platforms from one plugin. Core features include: configurable listing types with custom fields (text, select, date, file, number, image, checkbox, radio), front-end listing submission with moderation queue, user-facing front-end dashboards, listing search and filtering by any custom attribute, listing categories and taxonomies, user profiles with listing history.
WordPress directory and marketplace plugin, free core
Plans start from $0
2 Visits
Tier: Free

Recently Added!

Regular Campaign
Standard

HappyForms

Happyforms homepage showing a WordPress form builder with live preview, payments, conditional logic, and built-in integrations
WordPress form builder with built-in payments and logic
Plans start from $89/yr
0 Visits
Tier: Free

Recently Added!

Regular Campaign
Salsa Pick | Most Liked

HappyFiles Pro

HappyFiles-1024x642px
WordPress Media & Content Folder Manager
Lifetime Deal For $59
0 Visits
Tier: Free

Recently Added!

Regular Campaign
Standard

Gravity Forms

Gravity Forms homepage at gravityforms.com showing a premium WordPress form builder plugin first released in 2009 and in continuous development for 15+ years. Rated 4.5/5 on G2 from 235 reviews and 4.6/5 on Capterra from 91 reviews. Used across millions of WordPress sites. Features include drag-and-drop form builder (30+ field types), 4-column layout control, multi-page forms, conditional logic (show/hide fields, sections, pages, buttons), Save and Continue (partial save with resume link), file upload fields (single and multi-file, type and size restrictions), pre-built form template library, WCAG 2.1 AA accessibility compliance, Compact View editor, Orbital form theme and block styling, conditional email notification routing, payment forms (Stripe, PayPal, Square add-ons with one-time and recurring), Conversational Forms add-on (typeform-style, Elite), Quiz add-on with scoring and grading (Elite), Survey add-on with aggregate reporting (Elite), User Registration add-on with payment gating and BuddyPress integration (Elite), Advanced Post Creation add-on (Elite), Partial Entry capture (Pro/Elite), Webhooks (Pro/Elite), reCAPTCHA v2 and v3, honeypot spam protection, CSV export with date range filtering, entry management dashboard with admin notes and status management, 40+ official add-ons (Mailchimp, HubSpot, ActiveCampaign, AWeber, Salesforce, Zoho, Pipedrive, Zapier, Slack, Google Sheets, Twilio, Dropbox, and more), full developer API (actions, filters, custom field types, feed add-on framework).
Advanced WordPress form builder with payment support
Plans start from $59/yr
0 Visits
Tier: Free

Recently Added!

Regular Campaign
Promising

Give

GiveWP homepage at givewp.com showing a WordPress donation plugin and nonprofit fundraising platform. Rated 4.8/5 on G2 from 61 reviews and 4.8/5 on Trustpilot from 56 reviews; 30,000+ active WordPress installations and 700+ WordPress.org reviews. Features include drag-and-drop donation form builder (Full, Multi-step, Embedded layouts), recurring donations (weekly/monthly/quarterly/annual), peer-to-peer fundraising with personal fundraiser pages (Pro/Agency), donor management with lifetime giving history and profiles, fund designation (multiple funds per form), custom suggested giving amounts with impact labels, donor fee recovery checkbox, tribute and memorial giving with notification cards, offline donation entry (checks, cash, pledges), text-to-give SMS (Basic+), automatic donation receipts (PDF), annual giving statements for tax documentation, donation goal progress bars, donor self-service dashboard, 40+ payment gateways (PayPal free; Stripe on free plan with 2% platform fee removed on paid plans; Square, Authorize.net, Braintree, Razorpay, Mollie, GoCardless, and more on paid plans), email marketing integrations (Mailchimp, ActiveCampaign, ConvertKit, Constant Contact, Drip), Salesforce NPSP, QuickBooks, Zapier, Google Analytics, Akismet spam protection, GDPR data tools, PCI-compliant gateway processing, and self-hosted data storage.
WordPress donation plugin for nonprofits and fundraisers
Plans start from $199/yr
0 Visits
Tier: Free

Recently Added!

Regular Campaign
Most Liked

GeneratePress

GeneratePress-1024x642px
Lightweight, Fast WordPress Theme
Plans start from $149/yr
0 Visits
Tier: Free

Recently Added!

Regular Campaign
Standard

FunnelKit

FunnelKit homepage at funnelkit.com showing a WooCommerce sales funnel builder plugin rated 4.9/5 on WordPress.org from 400+ reviews, used by 30,000+ stores. Features include drag-and-drop checkout page builder (single-step and multi-step), express checkout (Apple Pay, Google Pay), Google address autocomplete, conditional checkout fields and custom field editor, order bumps with conditional display and multiple bump support, post-purchase one-click upsells and downsells with rule-based dynamic offer routing, dynamic slide cart with in-cart product recommendations and milestone-based rewards (free shipping, gifts, discounts), opt-in funnel pages, sales page builder, thank you page builder (conditional), store checkout replacement, conversion pixel tracking (Facebook/Meta, Google, TikTok), A/B testing for all funnel pages, funnel conversion and revenue analytics, global analytics dashboard, FunnelKit Automations engine (Professional tier) with visual automation canvas, conditional branching, smart delays, 30+ prebuilt automation templates, abandoned cart recovery (email and SMS), post-purchase follow-up, win-back campaigns, broadcast email and SMS, custom transactional emails with drag-and-drop email builder, 360° contact profiles, audience segmentation, lists and custom fields, unlimited contacts, revenue tracking, activity logs, 60+ integrations (Zapier, webhooks, OptinMonster), and self-hosted data storage in WordPress database.
WooCommerce funnel builder with checkout and automation
Plans start from $99.50/yr
0 Visits
Tier: Free

Recently Added!

Regular Campaign
Standard

Formidable Forms

Formidable Forms homepage at formidableforms.com showing a WordPress form builder plugin with 300,000+ active installations and a 4.8/5 rating from 1,352 WordPress.org reviews. Features include drag-and-drop form builder with 100+ field types, calculated fields for instant pricing and quote tools, date calculator fields, multi-step forms with progress bars, conditional logic with nested AND/OR conditions, repeating field groups, conversational form mode, form abandonment tracking with automatic follow-up email, quiz and survey forms with scoring, user registration forms with role assignment, front-end entry editing, Formidable Views (searchable directories, data tables, calendar layouts, chart blocks for Gutenberg), PDF generation in Views (certificates, invoices, confirmations), AI form field (GPT-powered text generation in forms), digital signature capture (add-on), Stripe (subscriptions, bank transfers, digital wallets), PayPal, Square, and Authorize.net payment processing, PCI-compliant payment handling, Mailchimp/HubSpot/Salesforce/ActiveCampaign/Zapier and 30+ integrations, Google Sheets logging, API/webhook support, conditional email notifications, multi-action post-submission chains, dynamic field prefill, Formidable Styler with style templates, multi-column layouts, GDPR consent fields, Google reCAPTCHA/hCaptcha/honeypot spam protection, and local data storage on WordPress server.
WordPress form builder for apps, calculators, directories
Plans start from $39.50/yr
2 Visits
Tier: Free

Recently Added!

Regular Campaign
Standard

Flying Press

FlyingPress homepage at flyingpress.com showing a WordPress speed optimization plugin covering page caching with automatic preloading, unused CSS removal (critical CSS generation via cloud servers), script delay on user interaction, script deferral, CSS and JavaScript minification, lazy loading for images/videos/iFrames/HTML elements, image optimization to AVIF and WebP via cloud servers, Core Web Vitals tracking (TTFB, LCP, INP, CLS from real users), Cloudflare CDN integration without APO subscription, link preloading, Google Fonts self-hosting and optimization, layout shift reduction (missing width/height attributes), database cleanup with scheduled automation, caching for logged-in users, query string caching, per-cookie cache bypass rules, per-URL cache exclusion, selective script delay, stylesheet exclusion from unused CSS removal, Redis Object Cache support, and import/export settings for agency multi-site deployment. Optional FlyingCDN for edge-node CSS/JS delivery.
WordPress speed optimization plugin for Core Web Vitals
Plans start from $59/yr
3 Visits

Products With Lifetime Deals

Tier: Free

Recently Added!

Regular Campaign
Standard

FluentForms

Fluent Forms homepage at fluentforms.com showing a WordPress form builder plugin with 700,000+ active installations and a 4.8/5 rating from 747 WordPress.org reviews. Features include drag-and-drop form builder with 55+ field types, conversational forms (typeform-style), multi-step forms with progress indicator, conditional logic, numeric calculation fields, form scheduling, inventory/quantity limits, save and resume, PDF generation (invoice, report, and general templates), digital signature capture, quiz and survey mode with automatic scoring, visual entry reports (bar and pie charts), conversion rate tracking, user registration forms with WordPress role assignment, custom post type creation from submissions, file and image uploads with image cropping, advanced form styler (Pro), reusable default style templates, multi-column layouts, custom CSS/JavaScript injection per form, dynamic merge tags, conditional email notifications, post-submission multi-action chaining, webhook support, Stripe and PayPal payment processing (one-time and subscriptions), Mollie, Square, Google Sheets logging, Slack notifications, Twilio SMS, Zoom registration, Zapier, FluentCRM, Mailchimp, ActiveCampaign, ConvertKit, MailerLite, HubSpot (v3 API), GetResponse, Drip, Brevo, AffiliateWP, BuddyBoss, and WPML multilingual support.
WordPress form builder with payments and automation
Plans start from $59/yr
Lifetime Deal For $279
5 Visits
Tier: Free

Recently Added!

Regular Campaign
Salsa Pick

Divi Theme

Elegant Themes homepage at elegantthemes.com showing a WordPress theme and plugin membership used by 974,000+ customers. Products include Divi visual drag-and-drop page builder with front-end editing, Divi Theme Builder for custom headers, footers, and archive templates, 200+ pre-built layout packs, built-in A/B split testing with Divi Leads, global elements, responsive editing, WooCommerce template builder, Divi Cloud cross-site design library, Extra magazine theme, Bloom email opt-in plugin (with Mailchimp, ConvertKit, ActiveCampaign integration), and Monarch social sharing plugin. Annual and lifetime membership tiers available, both for unlimited websites.
WordPress visual page builder and theme suite
Plans start from $23.08/mo
Lifetime Deal For $249
1 Visits
Tier: Free

Recently Added!

Regular Campaign
Awesome Service

ConvertPro

Convert Pro homepage at convertpro.net showing a WordPress lead generation and opt-in form plugin by Brainstorm Force. Features include a drag-and-drop popup editor, exit-intent popups, multi-step Yes/No forms, full-screen CTAs, info bars, slide-in forms, inline CTAs, A/B testing, page-level targeting, referrer detection, device detection, AdBlock detection, scheduled display, and 30+ email marketing integrations including Mailchimp, ActiveCampaign, and Kit (ConvertKit). Unlimited domain license on annual and lifetime plans. 14-day money-back guarantee.
WordPress lead generation plugin with drag-and-drop
Plans start from $99/yr
Lifetime Deal For $298.98
0 Visits
Tier: Free

Recently Added!

Regular Campaign
Standard

CartFlows

CartFlows homepage showing WooCommerce sales funnel builder plugin with customizable checkout pages replacing the default WooCommerce checkout, one-click post-purchase upsells, pre-checkout and order bump offers, conditional downsells, Rule Engine for dynamic offer routing based on cart contents and purchase history
WooCommerce funnel builder with checkout optimization
Plans start from $200/mo
0 Visits
Tier: Free

Recently Added!

Regular Campaign
Standard

Bullet Proof Security

BulletProof Security homepage at ait-pro.com showing WordPress security plugin features including One-Click Setup Wizard, .htaccess website security firewall, MScan malware scanner, AutoRestore Quarantine intrusion detection and prevention system, real-time file monitor, JTC anti-spam and anti-hacker, uploads anti-exploit guard, database backup with scheduling and DB diff tool, login security and monitoring, idle session logout, auth cookie expiration, plugin firewall with IP blocking, DB table prefix changer, DB monitor IDS, security and HTTP error logging, frontend and backend maintenance mode, and 16 Pro mini-plugins
WordPress security plugin with firewall and malware scanner
Lifetime Deal For $69.95
1 Visits
Tier: Free

Recently Added!

Regular Campaign
Standard

WP Booking Calender

WP Booking Calendar homepage showing WordPress booking plugin for vacation rentals, service appointments, and equipment hire with drag-and-drop form builder, iCalendar sync with Airbnb and Booking.com, online payment support via Stripe and PayPal, seasonal pricing, capacity management, Google Calendar integration, and MultiUser admin panels for booking portals
WordPress booking calendar for rentals and appointments
1 Visits
Tier: Free

Recently Added!

Salsa Deals
Awesome Service

BeaverBuilder

Beaver Builder homepage showing WordPress drag-and-drop page builder with front-end visual editing, 30+ content modules, 170+ page templates, Beaver Themer for custom headers and footers, Loop Builder for post grid layouts, WooCommerce product page design, ACF integration, and white-label agency option on Unlimited plan
WordPress page builder with clean code and stable updates
Plans start from $89/yr
1 Visits
Tier: Free

Recently Added!

Regular Campaign
Standard

Avada

Avada homepage showing WordPress website builder with Fusion Builder drag-and-drop editor, 110+ prebuilt website templates, 600+ Avada Studio content blocks, built-in form builder, WooCommerce eCommerce builder, dynamic content, and 6 bundled premium plugins
WordPress website builder with 110+ prebuilt sites
0 Visits
Tier: Free

Recently Added!

Regular Campaign
Awesome Service

Independent Analytics

Independent Analytics WordPress dashboard showing visitor reports, pages report, and referrers report inside the WordPress admin
Privacy-first WordPress analytics, no Google needed
1 Visits

You Recently Viewed These

Recently Viewed

Regular Campaign

HootSuite

( Popular )
Hootsuite homepage at hootsuite.com showing a social media management platform trusted by 18 million+ customers and 80%+ of the Fortune 1000. Rated 4.3/5 on G2 from 7,713 reviews; G2 2026 Best Software Product in marketing; ranked #1 in social listening in G2 Summer 2025. Founded 2008. No free plan (free trial discontinued March 2023); 14-day free trial with no credit card required on all paid plans. Per-user annual subscription: Standard (up to 10 accounts, 1 user), Professional (unlimited accounts, trend forecasting, custom reports), Advanced (approval workflows, team routing, team analytics), Enterprise (custom pricing, SSO, compliance archiving).
Social media management with AI scheduling and listening
Plans start from $99/user/mo
14 Views

Recently Viewed

Regular Campaign

HivePress

( Promising )
HivePress homepage at hivepress.io showing a free WordPress directory and marketplace plugin with 10,000+ active installations and active maintenance through May 2026. Open-core model: free core plugin on WordPress.org; premium extensions and themes sold as annual subscriptions. Covers business directories, classified ads, job boards, real estate listings, rental marketplaces, and service booking platforms from one plugin. Core features include: configurable listing types with custom fields (text, select, date, file, number, image, checkbox, radio), front-end listing submission with moderation queue, user-facing front-end dashboards, listing search and filtering by any custom attribute, listing categories and taxonomies, user profiles with listing history.
WordPress directory and marketplace plugin, free core
Plans start from $0
20 Views

Recently Viewed

Regular Campaign

Heap

( Standard )
Heap homepage at heap.io showing a digital product analytics platform used by 10,000+ companies including Twitch, Wayfair, Logitech, and Casper. Rated 4.4/5 on G2 from 1,097 reviews; G2 Leader in Product Analytics. Now part of the Contentsquare group. Founded 2013. Freemium model: free tier available (6 months data history, core analytics charts, SSO); paid Growth and Enterprise tiers custom-priced by session volume.
Product analytics with automatic user behavior capture
Plans start from $0
25 Views

Recently Viewed

Regular Campaign

HappyForms

( Standard )
Happyforms homepage showing a WordPress form builder with live preview, payments, conditional logic, and built-in integrations
WordPress form builder with built-in payments and logic
Plans start from $89/yr
9 Views

Recently Viewed

Regular Campaign

HappyFiles Pro

( Salsa Pick, Most Liked )
HappyFiles-1024x642px
WordPress Media & Content Folder Manager
Lifetime Deal For $59
93 Views

Recently Viewed

Regular Campaign

GreenGeeks

( Promising )
GreenGeeks homepage at greengeeks.com showing an eco-friendly web hosting provider founded in 2008 and hosting 600,000+ websites for 55,000+ customers. US EPA Green Power Partner since 2009; 300% renewable energy match via Bonneville Environmental Foundation; 1 tree planted per hosting account. Rated 4.5/5 on Trustpilot from 1,583 reviews and 4.8/5 by HostingAdvice; A+ BBB rating. Three shared hosting plans (Lite, Pro, Premium): all include managed WordPress (LiteSpeed Cache, automatic updates, advanced WP security, WooCommerce, WP-CLI, SSH, Git, staging environment, free migration), daily automated backups, free SSL (Let's Encrypt), free CDN, free domain first year, unmetered bandwidth, cPanel, 150+ 1-click app installs, AI website builder (drag-and-drop, 150+ templates, AI content), unlimited databases, multi-user access, enhanced server security, 99.9% uptime guarantee, 30-day money-back guarantee. Pro adds on-demand backups, priority support, WordPress Repair Tool.
Eco-friendly web hosting with managed WordPress included
Plans start from $2.95/mo
29 Views

Recently Viewed

Regular Campaign

Gravity Forms

( Standard )
Gravity Forms homepage at gravityforms.com showing a premium WordPress form builder plugin first released in 2009 and in continuous development for 15+ years. Rated 4.5/5 on G2 from 235 reviews and 4.6/5 on Capterra from 91 reviews. Used across millions of WordPress sites. Features include drag-and-drop form builder (30+ field types), 4-column layout control, multi-page forms, conditional logic (show/hide fields, sections, pages, buttons), Save and Continue (partial save with resume link), file upload fields (single and multi-file, type and size restrictions), pre-built form template library, WCAG 2.1 AA accessibility compliance, Compact View editor, Orbital form theme and block styling, conditional email notification routing, payment forms (Stripe, PayPal, Square add-ons with one-time and recurring), Conversational Forms add-on (typeform-style, Elite), Quiz add-on with scoring and grading (Elite), Survey add-on with aggregate reporting (Elite), User Registration add-on with payment gating and BuddyPress integration (Elite), Advanced Post Creation add-on (Elite), Partial Entry capture (Pro/Elite), Webhooks (Pro/Elite), reCAPTCHA v2 and v3, honeypot spam protection, CSV export with date range filtering, entry management dashboard with admin notes and status management, 40+ official add-ons (Mailchimp, HubSpot, ActiveCampaign, AWeber, Salesforce, Zoho, Pipedrive, Zapier, Slack, Google Sheets, Twilio, Dropbox, and more), full developer API (actions, filters, custom field types, feed add-on framework).
Advanced WordPress form builder with payment support
Plans start from $59/yr
25 Views

Recently Viewed

Regular Campaign

GoDaddy

( Awesome Service )
GoDaddy homepage at godaddy.com showing a multi-product small business web presence platform. The world's largest domain registrar managing 82+ million domains for 20+ million customers. Products include domain registration (100+ TLDs, free WHOIS privacy, auto-renewal, Domain Discount Club for resellers at 100,000+ members, Domain Broker Service for acquiring registered domains), shared web hosting (99.9% uptime guarantee, cPanel, 24/7 support), managed WordPress hosting (automatic updates, daily backups, free SSL, CDN, staging, free domain, AI tools), Websites + Marketing no-code website builder (templates by business type, built-in SEO, appointment booking, online store, pay buttons), professional email hosting powered by Microsoft 365 or Google Workspace (branded @yourdomain.com addresses), SSL certificates (free with hosting and website builder plans), GoDaddy Payments (in-person 2.5%+0¢, e-commerce 2.7%+30¢, invoicing 2.9%+30¢, ACH 1%, Rate Saver for 0% credit card on qualifying plans), point-of-sale hardware (Poynt card reader, Tap to Pay on Android), GoDaddy Commerce mobile app (iOS and Android), invoicing and pay links with card and ACH collection, online store with product catalog and checkout, 24/7 phone and live chat support.
Domain registrar and web presence suite for small business
Plans start from $2.99/mo
21 Views

Recently Viewed

Regular Campaign

GoBrunch

( Salsa Pick, Awesome Service )
GoBrunch-1024x642px
Customizable Virtual Workspaces & Interactive Events
Plans start from $0
84 Views

Recently Viewed

Regular Campaign

Glorify

( Promising )
Glorify-1024x642px
Graphic Design Tool for Ecommerce & Marketing
Plans start from $19/mo
198 Views

Recently Viewed

Regular Campaign

Give

( Promising )
GiveWP homepage at givewp.com showing a WordPress donation plugin and nonprofit fundraising platform. Rated 4.8/5 on G2 from 61 reviews and 4.8/5 on Trustpilot from 56 reviews; 30,000+ active WordPress installations and 700+ WordPress.org reviews. Features include drag-and-drop donation form builder (Full, Multi-step, Embedded layouts), recurring donations (weekly/monthly/quarterly/annual), peer-to-peer fundraising with personal fundraiser pages (Pro/Agency), donor management with lifetime giving history and profiles, fund designation (multiple funds per form), custom suggested giving amounts with impact labels, donor fee recovery checkbox, tribute and memorial giving with notification cards, offline donation entry (checks, cash, pledges), text-to-give SMS (Basic+), automatic donation receipts (PDF), annual giving statements for tax documentation, donation goal progress bars, donor self-service dashboard, 40+ payment gateways (PayPal free; Stripe on free plan with 2% platform fee removed on paid plans; Square, Authorize.net, Braintree, Razorpay, Mollie, GoCardless, and more on paid plans), email marketing integrations (Mailchimp, ActiveCampaign, ConvertKit, Constant Contact, Drip), Salesforce NPSP, QuickBooks, Zapier, Google Analytics, Akismet spam protection, GDPR data tools, PCI-compliant gateway processing, and self-hosted data storage.
WordPress donation plugin for nonprofits and fundraisers
Plans start from $199/yr
13 Views

Recently Viewed

Regular Campaign

GetResponse

( Promising )
GetResponse homepage at getresponse.com showing an email marketing and automation platform founded in 1997. Rated 4.3/5 on G2 and 4.2/5 on Capterra from 1,000+ combined reviews; G2 Leader in Email Marketing category. 350,000+ customers across 160+ countries. Features include unlimited email sends, drag-and-drop email editor with 100+ templates, AI email copy and subject line generator, autoresponders, visual automation workflow builder (unlimited automations), behavior-based triggers (page visits, purchases, clicks), AI send time optimization, abandoned cart recovery (Shopify, WooCommerce, Magento), AI product recommendations, lead scoring, tag-based automation, unlimited landing pages with AI copy, webinar hosting (up to 300 attendees on Creator plan), conversion funnels, online course builder (Creator plan), paid newsletter monetization (Creator plan), forms and popups, SMS marketing, web push notifications, A/B testing (up to 5 variants), dynamic email content, real-time campaign analytics, e-commerce revenue reporting, automation conversion analytics, custom contact fields, list segmentation (unlimited segments), multi-user access (Marketer/Creator), custom landing page domains, GDPR consent management, double opt-in, DKIM/SPF authentication, dedicated IP (add-on), and 150+ integrations (Shopify, WooCommerce, Salesforce, HubSpot, Zapier, Facebook Lead Ads, Google Analytics, WordPress).
Email marketing platform with automation and webinars
Plans start from $15.58/mo
19 Views
Scroll to Top