✨ 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

SleekView Charts for AI Engine Pro: chart chats, tokens, and posts

AI Engine Pro by Meow Apps logs every chatbot conversation, every editor copilot call, and every image generation into dedicated tables. SleekView Charts reads the mwai_logs and mwai_logs_meta rows and turns them into a dashboard of token KPIs, model donuts, daily-chat bars, and cost trend lines.

♾️ Lifetime License available

SleekView Charts dashboard for AI Engine Pro

From Meow log rows to a single AI Engine dashboard

AI Engine Pro by Meow Apps is one of the most flexible AI plugins on the repository. It ships chatbots, an editor copilot, an image generator, embeddings for content, and a discussion log, all using one set of OpenAI keys. The built-in Logs screen shows recent calls and a running token counter, but there is no way to chart chat volume per chatbot, see token spend per model, or compare days of editor copilot use side by side.

SleekView Charts reads the same rows AI Engine already writes. Conversations land in mwai_logs with columns like userId, type, model, total_tokens, price, env, time, and ip. Per-message metadata sits in mwai_logs_meta keyed by log_id. Plugin settings live under the mwai_options option. SleekView pulls those columns into a chart builder where you pick a model, an env, a token sum, a date grouping, and a color.

You keep every guardrail AI Engine Pro gives you. OpenAI keys stay in the plugin, limits per user stay in the plugin, and the chat history still lives where it always lived. SleekView simply turns the existing Meow logs into a configurable dashboard editors, content leads, and finance can read without opening the AI Engine Logs screen.

Workflow

From AI Engine logs to chart dashboard in four steps

1

Point SleekView at the mwai tables

Add a SleekView data source for mwai_logs and mwai_logs_meta. Columns like type, model, total_tokens, price, userId, env, and time show up ready to chart with no schema work or SQL on your part.
2

Switch the view to Charts

Toggle the view type from Table to Charts. SleekView creates an empty dashboard you can fill with cards built on the AI Engine Pro log rows you already collect on every chat, copilot call, or image generation.
3

Add chart cards on chats and tokens

Pick a chart type, choose a grouping field like model, type, env, or time, pick a Count or Sum aggregation and a color. Each card is a saved query against the mwai tables, not a screenshot, so it stays fresh.
4

Share the dashboard with your team

Save the dashboard, scope it to a role like content_lead or finance, and embed it on a frontend page or in WP Admin so the team sees the same AI Engine numbers without touching the Meow Logs screen.

Sample dashboard

Charts you can build on AI Engine logs

Four cards that turn the chats, copilot calls, and image generations Meow logs into a working AI usage dashboard inside WordPress.
Number · Default

Total tokens this month

A big-number KPI summing total_tokens from mwai_logs for the current month, with the previous month underneath, so finance and content leads can see AI Engine token spend trends without opening the Logs screen.
Sum(total_tokens)
Pie · Donut

Tokens by model

A donut split across gpt-4o, gpt-4o-mini, gpt-3.5-turbo, and any custom model AI Engine talks to, sourced from the model column on mwai_logs so cost per model is obvious at a glance.
Sum(total_tokens) group by model
Bar · Default

Calls by type

A vertical bar of mwai_logs grouped by the type column so the team sees the mix between chatbot, copilot, image, embedding, and moderation calls and which feature actually carries the workload.
Count group by type
Area · Gradient

Daily chat volume

A gradient area chart of AI Engine calls per day sourced from the time column on mwai_logs, useful for spotting weekday patterns and the impact of launching a new chatbot or editor copilot.
Count group by time

Comparison

Default AI Engine Logs vs SleekView Charts

Default AI Engine Logs

  • Only a paginated Logs screen and a running token counter at the top, with no aggregate view
  • No grouping by model, by type, by env, or by user in the built-in Meow interface
  • No comparison of AI Engine token spend month over month without exporting the log
  • No role-scoped dashboards for content leads, finance, or external clients
  • No way to embed an AI Engine usage chart on a frontend page or internal report screen

SleekView Charts

  • Chart cards built directly on the mwai_logs and mwai_logs_meta rows
  • Mix Number, Pie, Bar, Line, and Area cards on a single AI Engine usage dashboard
  • Group by model, type, env, userId, or time without writing a single SQL query
  • Saved chart views scoped per role for content leads, finance, and agency clients
  • Embed any saved chart view on a frontend page or screen with role-based access

Features

What SleekView Charts gives you for AI Engine Pro

Real chart cards on Meow data

Number, Pie, Bar, Line, Area, Radar, and Radial cards built directly from the mwai_logs and mwai_logs_meta rows AI Engine Pro already writes on every chatbot, copilot, image, or embedding call.

Keys and limits untouched

SleekView Charts only reads the log tables. OpenAI keys, model settings, per-user limits, and Meow's moderation pass-throughs all stay where AI Engine Pro keeps them, with no new surface to secure.

Share without extra logins

Save dashboards per role and embed them on frontend pages so content leads and finance see the same Meow numbers without ever opening the AI Engine Logs screen inside WP Admin.

Audience

Who builds AI Engine dashboards with SleekView Charts

Finance and ops

Watch the total tokens KPI and the tokens by model donut to keep Meow-driven OpenAI spend predictable across gpt-4o and the cheaper models AI Engine Pro supports.

Content leads

Use the daily chat area and the calls-by-type bar to see whether the team is leaning on chatbots, the editor copilot, or image generation each week.

Agencies

Build an AI Engine dashboard per client site, scope it to a client role, and skip the screenshot exports for monthly Meow AI reporting and cost recovery.

The bigger picture

Why AI Engine Pro deserves a real charts dashboard

AI Engine Pro is the closest thing the WordPress repository has to an AI swiss army knife, which is why it logs so much: chatbot turns, copilot calls, image generations, embeddings, even moderation calls. The built-in Logs screen lets you read those rows one at a time, but never as a chart. SleekView Charts treats the mwai_logs table as a real dataset.

Finance gets a token KPI they can read in five seconds, content leads get a calls-by-type bar that shows where the workload actually sits, and agencies get a saved dashboard per client that travels with the user role. The keys stay in AI Engine, the moderation stays in AI Engine, and the reporting finally lives where the work happens.

Questions

Common questions about SleekView Charts for AI Engine Pro

No. SleekView only reads rows from the mwai_logs and mwai_logs_meta tables that AI Engine Pro already wrote. Every OpenAI call still goes through Meow with the keys, models, and rate limits the plugin manages, so the dashboard never adds AI usage.

 

No. SleekView caches each chart card for the duration you set on the source and runs indexed group-by queries against mwai_logs. The reads happen in milliseconds and never block AI Engine from writing new log rows on chats or copilot calls.

 

Yes. mwai_logs_meta stores per-log metadata including the chatbot id that produced the call. SleekView Charts can join logs to logs_meta and group by that key to rank chatbots by total tokens or by call count across any date range.

 

Yes. AI Engine Pro writes log rows for every feature it ships, with the type column distinguishing chatbot, copilot, image, embedding, and moderation. SleekView can chart all of them on one dashboard or filter each card by a single type value.

 

Yes. SleekView dashboards have a role scope. Save the AI Engine dashboard for content_lead or finance and only users in that role see it, so editors don't see token costs and finance doesn't have to read chatbot transcripts.

 

Only if Meow renames the columns SleekView is reading. The mwai_logs shape, with type, model, total_tokens, price, userId, env, and time, has stayed stable across releases, and SleekView shows a clear error if anything ever changes.

 

Yes. Every saved chart view has a shortcode and a block. Drop it on a frontend dashboard page, scope the page to a client role, and the client sees the Meow numbers without ever logging into the AI Engine Logs screen.

 

Yes. Every SleekView chart card has a CSV export that pulls the same rows the chart was built on. Use it to hand finance a monthly token-spend file or feed an external BI tool, without touching the mwai_logs table directly.

 

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