✨ 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 Mojo Plus: AI generation dashboards

AI Mojo Plus writes AI generations into WordPress posts and a prompt log keyed by user and model. SleekView Charts reads those rows and groups generations by model, author, and day to render configurable chart cards on a single WP Admin screen.

♾️ Lifetime License available

SleekView Charts dashboard for AI Mojo Plus

Reporting that follows the AI Mojo schema

AI Mojo Plus stores generated text and image generations as WordPress wp_posts rows with provenance meta keys such as _aimojo_generated, _aimojo_model, _aimojo_prompt, and _aimojo_tokens. A prompt log table records each generation request with user_id, model, prompt, response, tokens, and created_at so the plugin can reuse and audit prompts across the team.

The default AI Mojo admin screens cover individual generation review well, but the cross-cutting weekly questions live elsewhere. "How many generations did the team produce this week, and how does that compare to last week?" "Which models are dominating the workload, and which authors are leaning hardest on AI?" "What is the token burn trend across the trailing 30 days?" Each lives in a separate corner of the admin rather than on one dashboard.

SleekView Charts maps the AI Mojo posts and prompt log to chart cards so the recurring questions become one screen. A Number card counts generations this month, a Donut splits model mix, a Bar ranks top authors, and an Area plots daily token usage. Cards refresh as AI Mojo writes new rows, so the dashboard stays current without a manual rebuild before the weekly editorial and finance review with leadership.

Workflow

Build an AI Mojo dashboard in four steps

1

Map AI Mojo posts and the prompt log

Configure a SleekView dataset on wp_posts filtered to rows with _aimojo_generated meta present, joined to the AI Mojo prompt log on user_id and model. Charts inherits whichever columns the dataset exposes, so the join is configured once and reused across every chart card.
2

Pick a chart type per question

Map each question to a chart type. Total generations wants a Number card, model mix wants a Donut, top authors wants a Bar, daily token usage wants an Area. The four-card mix matters more than the polish on any single chart in the layout.
3

Set groupBy and aggregation

Each card declares its groupBy column, aggregation (Count, Sum), and valueColumn where relevant. For author cards, group by post_author and count rows. For token cards, sum _aimojo_tokens grouped by created_at to drive the daily area chart on the dashboard.
4

Save and pin the dashboard

Save the configured Charts view as a named dashboard. Editors check volume Monday, finance audits token cost Friday. The same data powers both views without per-team rebuilds or per-week manual screenshots in editorial and finance channels.

Sample dashboard

Charts you can build from AI Mojo data

A representative four-card dashboard combining a top-level KPI, the model mix, a top-author ranking, and a daily token-usage trend over the last 30 days.
Number · Default

Generations this month

Single big-number KPI counting wp_posts rows with _aimojo_generated meta present for the current month, with the previous month rendered underneath for week-on-week context. Trashed posts excluded by post_status.
Count
Pie · Donut

Model mix

Donut split across the OpenAI and image models in use, pivoting on the model column of the AI Mojo prompt log. Reveals which models do most of the work and whether premium models are being overused on casual prompts.
Count group by model
Bar · Horizontal

Top authors by generations

Horizontal bar of generations grouped by post_author on wp_posts, resolved to editor display names. Reveals which authors are leaning hardest on AI Mojo and which produce more from-scratch work across the chosen window.
Count group by post_author
Area · Gradient

Daily token usage

Daily sum of tokens from the AI Mojo prompt log over the trailing 30 days grouped by created_at. Surfaces token-burn spikes that drive OpenAI billing and helps finance forecast next month's AI Mojo cost.
Sum(tokens) group by created_at

Comparison

Default AI Mojo admin vs SleekView Charts

Default AI Mojo admin

  • Generation list covers individual rows but not week-over-week generation volume
  • No cross-tab dashboard combining model mix, top authors, and daily token usage
  • Per-author AI usage requires filtering the prompt log one user at a time
  • Average tokens per generation are not surfaced as a KPI anywhere in the admin
  • Time-series charts of token usage over the trailing 30 days are not built into the admin

SleekView Charts

  • One dashboard combining wp_posts, wp_postmeta, and the prompt log
  • Donut and Bar cards for model mix and per-author distribution
  • Area and Line cards for daily token usage and rolling generation trends
  • Prompt log columns like model and tokens usable as chart groupBy or aggregation
  • Cards refresh as AI Mojo writes new rows, so the board never goes stale between reviews

Features

What SleekView Charts gives you for AI Mojo Plus

Generation KPI cards

Total generations this month, average tokens per generation, biggest model by volume: Number cards surface the figures editorial leads normally rebuild in spreadsheets every Monday before the editorial planning meeting starts on the dot.

Token cost dashboards

Sum cards on the tokens column expose the OpenAI cost trend in WordPress, so finance does not need to log in to a separate billing dashboard each week to see whether the AI Mojo bill is climbing or holding steady through the month.

Adoption and model trends

Area and Line cards over the trailing 30, 60, or 90 days surface generation velocity and model migration patterns, the long-running data that drives next-quarter prompt updates and AI Mojo subscription tier decisions.

Audience

Who builds AI Mojo dashboards with SleekView

Editor in chief

Weekly review dashboard: total generations, model mix, top authors, and daily token usage on one screen. The same view doubles as the monthly retro with the studio owner on AI workflow improvements.

Finance

Token burn dashboard summing the tokens column on the prompt log per day. Forecast AI Mojo subscription cost without exporting raw prompt logs into a separate spreadsheet every billing cycle for leadership.

Operations

Adoption curve dashboard tracking AI Mojo activity as a trend line. See whether team-wide adoption is climbing, plateauing, or sliding back month over month without exporting a single CSV from the admin.

The bigger picture

Why AI Mojo Plus teams need a saved dashboard

Editorial teams running AI Mojo Plus at scale spend more time stitching reports than they should. The plugin produces excellent per-generation review, but the cross-cutting weekly questions live in screens that need to be visited individually and recombined in a head or a spreadsheet. Generation volume, model mix, top authors, daily token burn: each lives in its own corner of the admin.

SleekView Charts collapses those questions onto one dashboard that refreshes as AI Mojo writes new rows. An editor in chief pins the dashboard in the WordPress admin and checks it every Monday morning. A finance lead watches the token burn Area for forecasting.

An operations lead breaks adoption down by author. The data was always there in the posts and prompt log; the dashboard makes it operational rather than ad-hoc.

Questions

Common questions about SleekView Charts for AI Mojo Plus

No. The prompt log viewer stays in place and remains the right place for individual prompt inspection and reuse. SleekView Charts adds the cross-cutting weekly dashboard the default screens do not assemble, so the two layers complement each other rather than competing for the same screen real estate inside the admin sidebar.

 

Yes. The tokens column on the prompt log sums into a Bar card grouped by model, so finance and operations see which models drive the bill and which are underused. The chart card refreshes as new prompt rows land, so the trend stays current between billing cycles without manual rebuilds.

 

Yes. AI Mojo Plus stores image generations as WordPress attachments. SleekView Charts can include attachment rows in the dataset and pivot on post_mime_type or upload date, so a separate Bar card sits next to the text-generation count for studios producing both kinds of content.

 

Yes. Dashboard-level filters apply to every chart card so the whole dashboard responds to a single role filter or category filter. That makes per-team reviews a one-click switch rather than a per-card configuration job for each chart in the layout for editor in chief reviews.

 

Yes. Aggregations run on the indexed columns AI Mojo already maintains on wp_posts and the prompt log, so sites with thousands of weekly generations render charts in seconds. The Charts engine uses pagination and indexed joins rather than scanning every prompt blob on every render of the chart card on screen.

 

Yes. Each chart card exposes its underlying row set, which exports to CSV with the active filters applied. Finance leads hand the CSV straight to the monthly billing review without round-tripping through a spreadsheet rebuild, and operations uses it for subscription planning conversations with leadership.

 

Prompts that ran but produced no saved post still appear in the prompt log table, and SleekView Charts can include them in the dataset. A separate Number card counts prompts without saved output, so editorial leads see how much exploration the team does versus how much actually ships to the site.

 

Each subsite has its own AI Mojo posts and prompt log, and SleekView Charts reads the current subsite's data by default. Network-wide dashboards can be configured explicitly when reporting needs to span multiple subsites, with the join layer joining the per-site tables into a single network view.

 

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