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
Up To 30% Off on paid plans
Coupon Info: BF2025

First Year Discount

(Deal Status: Active)
Company: Gato GraphQL
Funding Status: Bootstrapped
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 both annual subscription licenses (renewable yearly, starting from 5 to 100+ domains) and a lifetime deal option (one-time payment with unlimited updates and support). 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.
Coupon Info: BF2025
Up To 30% Off on paid plans

First Year Discount

Related Products

Recently Added!

Regular Campaign
Promising

Imagify

Imagify WordPress plugin dashboard showing image compression and WebP optimization settings
WordPress image optimizer for faster site speed
2 Visits

Recently Added!

Regular Campaign
Standard

Icegram

Icegram homepage at icegram.com showing a self-hosted WordPress plugin suite launched in 2014 covering three products: Engage (popups and on-site messages), Express (email marketing and newsletters), and Collect (lead forms). 20,000+ active Engage installs; 2.5M+ total downloads; Engage rated 4.7/5 from 368 WordPress.org reviews; 1,700+ documented customer testimonials. Freemium pricing: all three plugins free on WordPress.org; Pro and Max annual paid plans per plugin; 30-day money-back guarantee.
WordPress popups, email, and lead capture plugins
1 Visits

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
0 Visits

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
0 Visits

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
0 Visits

Recently Added!

Tier: Free
Regular Campaign
Standard

WPMU Dev

WPMU DEV homepage at wpmudev.com showing an all-in-one WordPress platform for agencies and freelancers. Includes 12 premium WordPress plugins (Defender security, Hummingbird performance, SmartCrawl SEO, Smush image optimization, Snapshot backups, Forminator forms, Shipper migration, Branda white-labeling, Beehive analytics, Hustle marketing), The Hub multi-site management dashboard, managed WordPress hosting with WAF, SSL, staging, and CDN, client billing with Stripe, branded client portal, white-label admin branding, bulk update management, uptime monitoring, and 24/7 live WordPress expert support.
WordPress plugin suite, hosting, and site management
0 Visits

Recently Added!

Tier: Free
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
1 Visits

Recently Added!

Tier: Free
Regular Campaign
Standard

Duplicator

Duplicator Pro homepage at duplicator.com showing a WordPress backup and migration plugin trusted by 1.5 million+ active installations. Features include complete site packaging (files, database, plugins, themes) into a single portable archive, 1-click site migration with automatic URL and database search-and-replace, 1-click Recovery Points for instant rollback, scheduled automatic backups to Amazon S3, Google Drive, Dropbox, OneDrive, FTP, SFTP, and Wasabi, secure AES file encryption, server-to-server direct import, file and database table filters, WordPress Multisite support, package templates for repeated deployment, pre-configured WordPress site templates for new client builds, and installer file cleanup after deployment. Annual subscription pricing with tiered plans by site count.
WordPress backup and migration plugin for all sites
0 Visits

Recently Added!

Tier: Free
Regular Campaign
Standard

Easy Digital Downloads

Easy Digital Downloads homepage at easydigitaldownloads.com showing a WordPress e-commerce plugin for selling digital products. Features include a built-in shopping cart with guest and registered checkout, automatic secure file delivery with download link expiration and count limits, free built-in Stripe (with Apple Pay and Google Pay) and PayPal payment processing, recurring subscription billing (daily, weekly, monthly, quarterly, semi-annual, annual), software licensing with key generation, activation limits, and update delivery, variable pricing tiers per product, customizable discount codes, customer management with lifetime value tracking, file download logs, detailed sales reporting, order management dashboard, 200+ official extensions (cross-sell, upsell, purchase rewards, multi-currency, reviews, bundle products), EDD Gutenberg blocks, AffiliateWP native integration, and email marketing connections for Mailchimp, ConvertKit, and ActiveCampaign.
WordPress plugin to sell digital downloads easily
2 Visits

Products With Lifetime Deals

Recently Added!

Tier: Free
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
3 Visits

Recently Added!

Tier: Free
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
1 Visits

Recently Added!

Tier: Free
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
0 Visits

Recently Added!

Tier: Open
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
0 Visits

Recently Added!

Tier: Open
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
0 Visits

Recently Added!

Tier: Open
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
0 Visits

Recently Added!

Tier: Open
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
1 Visits

Recently Added!

Tier: Open
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

Recently Added!

Tier: Open
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

Network Solutions

( Standard )
Network Solutions homepage showing domain registration, AI website builder, web hosting, business email, and digital marketing services for small businesses
Domain registrar and web hosting for small business
12 Views

Recently Viewed

Regular Campaign

InterServer

( Standard )
InterServer homepage showing managed web hosting, VPS, dedicated servers, and colocation plans with a lifetime price-lock guarantee
Web hosting with a lifetime price-lock guarantee
5 Views

Recently Viewed

Regular Campaign

Intercom

( Popular )
Intercom homepage showing the Fin AI Agent, omnichannel shared inbox, ticketing system, and customer service automation tools
AI-first customer service platform with human inbox
10 Views

Recently Viewed

Regular Campaign

InstaWP

( Standard )
InstaWP homepage showing WordPress sandbox, staging, hosting, and site management tools in a single cloud dashboard
WordPress cloud platform for building and hosting sites
7 Views

Recently Viewed

Regular Campaign

InMotion Hosting

( Awesome Service )
InMotion Hosting homepage showing managed VPS, dedicated, and shared web hosting plans with 24/7 support and 90-day money-back guarantee
Managed web hosting with 24/7 human support
9 Views

Recently Viewed

Regular Campaign

Imagify

( Promising )
Imagify WordPress plugin dashboard showing image compression and WebP optimization settings
WordPress image optimizer for faster site speed
15 Views

Recently Viewed

Regular Campaign

Icegram

( Standard )
Icegram homepage at icegram.com showing a self-hosted WordPress plugin suite launched in 2014 covering three products: Engage (popups and on-site messages), Express (email marketing and newsletters), and Collect (lead forms). 20,000+ active Engage installs; 2.5M+ total downloads; Engage rated 4.7/5 from 368 WordPress.org reviews; 1,700+ documented customer testimonials. Freemium pricing: all three plugins free on WordPress.org; Pro and Max annual paid plans per plugin; 30-day money-back guarantee.
WordPress popups, email, and lead capture plugins
12 Views

Recently Viewed

Regular Campaign

HubSpot

( Popular )
HubSpot homepage at hubspot.com showing an AI-powered all-in-one customer platform founded in 2006 (Cambridge, MA). Publicly traded on NYSE (HUBS) since 2014. 95,500+ customers across 120+ countries. Rated 4.4/5 on G2 from 35,000+ verified reviews; ranked #1 in 65 G2 categories. Freemium pricing: permanently free CRM (no time limit, no credit card required, includes contacts/deals/basic email/meeting scheduling/live chat); Starter from $15/seat/month; Marketing Hub Professional from $890/month + $3,000 mandatory onboarding fee; Enterprise from $3,600/month. AI credits billed for Breeze Agent usage at Professional and Enterprise tiers.
All-in-one CRM for marketing, sales, and support
14 Views

Recently Viewed

Regular Campaign

Hover

( Standard )
Hover homepage at hover.com showing a domain registrar focused on transparent, no-upsell domain registration and management. Owned by Tucows (internet infrastructure since 1993). Per-domain annual renewal pricing — consistent rates with no introductory/renewal price gap; optional email hosting add-on billed annually. 300+ TLDs including .com, .net, .org, .io, .co, .dev, .ai, .design, country-code TLDs, and nTLDs. Free WHOIS privacy included with every domain — no additional fee. Full DNS management: A, AAAA, CNAME, MX, TXT, SRV, CAA, NS records, DNSSEC, Glue Records. Domain Bundles for registering multiple extensions simultaneously.
Domain registrar with free WHOIS privacy, no upsells
17 Views

Recently Viewed

Regular Campaign

Content Square

( Standard )
Contentsquare homepage at contentsquare.com showing an AI-powered digital experience analytics platform founded in Paris in 2012 (13+ years). Merged with Hotjar in 2024 — combined user base 1 million+ websites. Rated 4.4/5 on G2 from 2,074 verified reviews; G2 Leader in 10 enterprise categories (Winter 2023 Best Software Awards). Available on AWS Marketplace. Freemium pricing: Free (200K sessions/month, 1 project, 1 month data), Growth (from €49/month, 13-month data retention, journey analysis, automated insights), Pro (custom pricing, 1M+ sessions, 3 projects, retroactive filtering, multi-session replay summaries, 115+ integrations, revenue goals), Enterprise (custom, unlimited projects, dedicated support, SLAs, experience monitoring).
Digital experience analytics with AI-powered insights
17 Views

Recently Viewed

Regular Campaign

Hostinger

( Awesome Service )
Hostinger homepage at hostinger.com showing a web hosting provider serving 29 million+ customers across 150+ countries since 2004. Rated 4.7/5 on Trustpilot from 69,634 reviews; rated 4.4/5 on G2 from 819 verified reviews; ranked #1 in 5 G2 shared hosting categories. Introductory annual subscription pricing with significant renewal rate increases (271–308% depending on plan) — 30-day money-back guarantee; no free tier. Hosting types: Shared Hosting (Single 50GB SSD, Premium 100GB SSD, Business 200GB NVMe, Cloud Startup 200GB NVMe), Managed WordPress Hosting, KVM VPS Hosting.
Fast shared and VPS hosting with built-in AI tools
10 Views

Recently Viewed

Regular Campaign

HostGator

( Awesome Service )
HostGator homepage at hostgator.com showing a web hosting provider in operation since 2002, rated 4.6/5 on Trustpilot from 17,219 reviews. Part of Newfold Digital (formerly Endurance International Group). Annual subscription pricing with introductory promotional rates and 30-day money-back guarantee; no free hosting tier. Hosting types: Shared (Hatchling 10GB SSD, Baby 20GB SSD, Business 50GB SSD, Pro 100GB SSD), WordPress Hosting, VPS (Snappy 2000/4000/8000 with SSD and root access), Dedicated Servers (Value, Power, Enterprise).
Shared and WordPress hosting with 24/7 live support
11 Views
Scroll to Top