✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

AI chatbot for Ghost Kit: page-aware chat for Gutenberg

SleekAI reads the rendered Ghost Kit blocks (Pricing Table, Accordion, Tabs, Testimonial, TOC, Changelog) from the current page and answers visitor questions grounded in the layout in front of them. Bring your own OpenAI, Anthropic, Google, or OpenRouter key.

♾️ Lifetime License available

SleekAI chatbot for Ghost Kit

A chatbot that reads your Ghost Kit layout

Ghost Kit's blocks (Advanced Columns, Pricing Table, Accordion, Tabs, Testimonial, Changelog, Table of Contents, Number Box, Progress, Carousel, Code Highlight, Form) serialise into wp_posts.post_content as wp:ghostkit/* markup. At render time they resolve to real HTML with the actual data the visitor sees. SleekAI reads the rendered page, so a Pricing Table becomes plan rows with values, an Accordion becomes Q&A pairs, a Changelog becomes a list of versioned changes with dates, and a Number Box becomes a labeled metric.

Ghost Kit also ships with an Effects extension, Display extension, and Custom CSS/JS extension. None of those alter what the bot sees because SleekAI reads post-render HTML rather than block source. The data-source wizard pulls ACF fields, custom taxonomies, and any postmeta referenced from a block, so a docs page mixing Ghost Kit Tabs with custom version meta can answer questions from both.

Display conditions scope different bots by post type, taxonomy term, user role, or URL pattern. Conversations log inside WordPress with the model name, token usage, and page URL. The JS API and PHP embed open the bot from a custom Button or Circle Button click, with the current page already loaded as context, so a click on a Changelog item can open the bot with that version's notes in the prompt.

Workflow

How SleekAI talks to Ghost Kit

1

Point at the rendered page

The default data source is the current page's HTML, so every Ghost Kit block already on the page (Pricing Table, Accordion, Tabs, Changelog, TOC) lands in the prompt with zero per-block configuration.
2

Map fields that matter

For pages with custom data, point the wizard at ACF fields, custom taxonomies, or specific wp:ghostkit/* blocks by attribute. The bot then references those by name in its answers.
3

Scope with display conditions

Pick post type, taxonomy term, user role, or URL pattern. A pricing bot reads Pricing Tables; a docs bot reads Tabs, TOC, and Code Highlight. Multibot runs them in parallel.
4

Ship with your own AI key

Paste an OpenAI, Anthropic, Google, or OpenRouter key. Pick the model per bot, set rate limits, and turn on the guideline filter for public bots. Conversation logs land in WordPress for review.

Try it now

Try it on a Ghost Kit docs page

Visitor on a developer docs page built with Ghost Kit Tabs, Table of Contents, and a Changelog block. The bot reads all three into context.

Comparison

Generic chatbot vs SleekAI for Ghost Kit

Generic chatbot

  • Doesn't know what's actually on the current Ghost Kit page
  • Can't read Pricing Table, Accordion, Tabs, or Changelog content
  • Hallucinates version notes, plan details, and policy language
  • No awareness of which docs section or template the visitor is on
  • Requires retraining after every release or page rewrite

SleekAI chatbot

  • Reads wp:ghostkit/* markup from rendered HTML
  • Pulls Pricing Table, Changelog, Accordion, Tabs into context
  • Reads Number Box and Progress metrics for grounded answers
  • Run a different chatbot per docs section or product (multibot)
  • Logs every conversation with model, tokens, and page URL

Features

What SleekAI gives you for Ghost Kit

Block-aware answers

Pricing Table, Accordion, Tabs, Testimonial, and Changelog blocks all flow into the prompt as structured data, so the bot quotes versions and plans using the exact copy on screen.

Great for docs sites

Ghost Kit's TOC, Tabs, and Code Highlight blocks make it a common pick for developer docs. SleekAI reads the TOC headings, the active tab content, and the surrounding code so docs Q&A stays grounded.

Conditional deployment

Combine post type, taxonomy term, user role, and URL rules to run different bots on pricing, docs, and changelog pages, each scoped to the Ghost Kit blocks that matter for that audience.

Use cases

Where Ghost Kit sites use SleekAI

Developer docs Q&A

On long docs pages built with Tabs, TOC, and Code Highlight, the bot answers specific section questions and points to the right tab or heading anchor instead of returning the whole page.

Pricing-page sales

Answer plan comparison, billing, and refund questions inline. The bot reads the Pricing Table and FAQ Accordion so quotes and policies are always the ones currently on the page.

Changelog navigation

On release-notes pages, the bot can answer 'what changed in version X' or 'is this a breaking change' using the actual Changelog block content, with no per-release prompt rewrites.

The bigger picture

Why this matters for Ghost Kit sites

Ghost Kit is a favorite for developer-tool docs sites and product marketing pages thanks to its Tabs, Table of Contents, Code Highlight, Changelog, and Pricing Table blocks. The downside is that a generic chatbot ignores all that structure. It hallucinates version numbers, invents migration steps, and quotes plan details that don't match the page.

SleekAI reads the rendered Ghost Kit output, so the bot lifts the Changelog entry for v2.4 exactly, points to the correct Tab for the migration steps, and quotes the Pricing Table from the same page the visitor is reading. Because the read happens at request time, shipping a new release or rewriting a docs page shows up in the next answer without retraining. Multibot mode lets a pricing bot, a docs bot, and a changelog bot share the install with separate prompts and scopes.

Conversation logging surfaces which versions or sections cause the most confusion, so you can either tighten the docs or rewrite a tricky migration step. The end result is a chatbot that stays in sync with the developer docs without becoming a release-day chore.

Questions

Common questions about SleekAI for Ghost Kit

Yes. SleekAI reads the rendered HTML of the current page, which means Ghost Kit's Pricing Table, Accordion, Tabs, Changelog, and TOC all land in context. You can also map specific wp:ghostkit/* blocks by attribute if you want finer control.

 

You need an account with at least one supported provider: OpenAI, Anthropic, Google, or OpenRouter. Usage and billing stay on your provider account. A common setup is a cheap fast model for docs Q&A and a stronger one for migration or upgrade questions.

 

Yes. Effects (reveal animations, scroll, mouse interactions) decorate the rendered output without changing the underlying content. SleekAI reads what the visitor sees, so animation choices don't affect what the bot knows or how accurately it answers.

 

Yes. The Changelog block resolves to a list of versioned entries with dates and notes. The bot lifts those as version records, so 'what changed in 2.4' returns the actual notes from the page rather than a guess.

 

The Code Highlight block resolves to a pre/code element with the snippet content. The bot reads the code and the surrounding paragraph, so a docs question about a specific function returns the actual snippet from the page, not a fabricated example.

 

Yes. Multibot mode runs several chatbots on one site, each with its own system prompt, data sources, and display conditions. A pricing bot, a docs bot, and a changelog bot can all coexist with their own Ghost Kit scope.

 

Yes. The Form block resolves to standard form fields. The bot can describe the form (which fields are required, what each asks) and pre-fill suggested answers when the visitor switches to filling it in. Submission stays in the normal Ghost Kit flow.

 

Yes. Conversation logging is per chatbot, with user messages, assistant replies, model name, token usage, and page URL stored in WordPress. Use it to spot recurring docs questions and either restructure the docs or tighten the prompt.

 

Pricing

More than 1000+
happy customers

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€79

EUR

per year

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€149

EUR

per year

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Most popular

€249

EUR

once

  • Unlimited websites
  • Lifetime updates
  • Lifetime support

...or get the Bundle Deal
and save €250 🎁

The Bundle (unlimited sites)

Pay once, own it forever

Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.

What’s included

  • SleekAI

  • SleekByte

  • SleekMotion

  • SleekPixel

  • SleekRank

  • SleekView