✨ 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 AIKit: chart auto-generated posts and tokens

AIKit writes posts, rewrites paragraphs, and answers prompts inside the WordPress editor while logging every job under the aikit_jobs and aikit_logs tables. SleekView Charts reads those rows and turns them into a dashboard of token KPIs, model donuts, daily-job bars, and post-volume trend lines.

♾️ Lifetime License available

SleekView Charts dashboard for AIKit - WordPress AI Automatic Writer

From AIKit log rows to a single writer dashboard

AIKit drops a Gutenberg sidebar that calls OpenAI from inside the editor. It can draft a post, rewrite a paragraph, summarize a long article, or run a custom prompt template, and every one of those calls is recorded. The catch is that the built-in screen is a flat list of jobs sorted by date with a token total at the bottom, which is fine for debugging and useless for actually tracking how much AI writing your site produces each week.

SleekView Charts reads the same rows AIKit already writes. Jobs live in the aikit_jobs table with columns like job_type, model, prompt_tokens, completion_tokens, total_tokens, post_id, user_id, and created_at. Settings sit under the aikit_settings option key. SleekView pulls those columns into a chart builder where you pick a job_type field, a token sum, a date grouping, and a color, and the card lands on the dashboard.

You keep every guardrail AIKit gives you. The OpenAI key stays in the plugin settings, the per-user rate limits stay in place, and prompt templates still live in the AIKit screen. SleekView simply turns the existing job log into a configurable dashboard that editors, content leads, and finance can read at a glance.

Workflow

From AIKit jobs to chart dashboard in four steps

1

Point SleekView at the AIKit tables

Add a SleekView data source for the aikit_jobs table. Columns like job_type, model, total_tokens, post_id, user_id, and created_at show up ready to chart with no schema work and no 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 AIKit job rows you already collect on every editor call to OpenAI.
3

Add chart cards on writer jobs

Pick a chart type, choose a grouping field like job_type, model, or created_at, pick a Count or Sum aggregation and a color. Each card is a saved query against aikit_jobs, not a screenshot, so it stays fresh.
4

Share the dashboard with your team

Save the dashboard, scope it to a role like editor or content_lead, and embed it on a frontend page or in WP Admin so the team sees the same AIKit numbers without scrolling through the raw job log.

Sample dashboard

Charts you can build on AIKit job logs

Four cards that turn the editor calls AIKit logs into a working AI writing dashboard inside WordPress, with cost and volume side by side.
Number · Default

Total writer tokens this month

A big-number KPI summing total_tokens from aikit_jobs for the current month, with the previous month underneath so editors and finance can see the AIKit token spend trend at a single glance.
Sum(total_tokens)
Pie · Donut

Jobs by type

A donut split across write, rewrite, summarize, translate, and custom-prompt jobs from the job_type column on aikit_jobs, so the team sees which AIKit features are actually pulling weight.
Count group by job_type
Bar · Horizontal

Top editors by token spend

Horizontal bar of editors ranked by total_tokens, grouping aikit_jobs by user_id and resolving the id against wp_users so each bar shows the editor's display name and not a numeric id.
Sum(total_tokens) group by user_id
Area · Gradient

Daily generated posts

A gradient area chart of AIKit jobs per day sourced from created_at on aikit_jobs, useful for spotting publishing cadence, post-campaign spikes, and weekend dips on AI-assisted writing.
Count group by created_at

Comparison

Default AIKit log screen vs SleekView Charts

Default AIKit logs

  • Only a flat job log sorted by date and a running token counter at the top of the screen
  • No grouping by job_type, model, or editor in the built-in AIKit interface
  • No comparison of writer token spend month over month without an export
  • No role-scoped dashboards for editors, content leads, finance, or external clients
  • No way to embed an AIKit usage chart on a frontend or internal report page

SleekView Charts

  • Chart cards built directly on the aikit_jobs rows AIKit already writes on every editor call
  • Mix Number, Pie, Bar, Line, and Area cards on a single AIKit writing dashboard
  • Group by job_type, model, user_id, or created_at without writing a single SQL query
  • Saved chart views scoped per role for editors, content leads, finance, and clients
  • Embed any saved chart view on a frontend page or screen with role-based access

Features

What SleekView Charts gives you for AIKit - WordPress AI Automatic Writer

Real chart cards on AIKit data

Number, Pie, Bar, Line, Area, Radar, and Radial cards built directly from the aikit_jobs rows that AIKit already writes on every write, rewrite, summarize, or translate call inside Gutenberg.

Keys and prompts untouched

SleekView Charts only reads the job table. The OpenAI key, custom prompt templates, and rate limits stay exactly where AIKit keeps them, with no extra surface to secure or maintain.

Share without extra logins

Save dashboards per role and embed them on frontend pages so content leads and finance see the same AIKit numbers without ever opening the AIKit job log inside the editor.

Audience

Who builds AIKit dashboards with SleekView Charts

Editorial teams

Watch the daily generated posts area and the jobs by type donut to see which AIKit features the writing team is actually using each week.

Finance and ops

Use the total tokens KPI and the editor token bar to keep AIKit-driven OpenAI spend predictable and easy to attribute across the editorial team.

Agencies

Build an AIKit dashboard per client site, scope it to a client role, and skip the screenshot exports for monthly AI writing reports.

The bigger picture

Why AIKit deserves a real charts dashboard

AIKit lives where editors already work, right inside the Gutenberg sidebar, which is why it racks up so many small calls so quickly. The plugin records every one of them, but the built-in screen only lets you scroll through the log a row at a time. SleekView Charts treats the aikit_jobs table as a real dataset.

Editors get a daily generated-post area chart they can read in five seconds, content leads get a job-type donut that shows whether the team is leaning on write or rewrite, and finance gets a clean monthly token KPI that lines up with the OpenAI invoice. The key stays in AIKit, the prompt templates stay in AIKit, and the reporting finally lives where the writing actually happens.

Questions

Common questions about SleekView Charts for AIKit - WordPress AI Automatic Writer

No. SleekView only reads rows from the aikit_jobs table that AIKit already wrote. Every call to OpenAI still goes through AIKit with the keys, models, and rate limits the plugin manages, so the chart dashboard never doubles your AI usage.

 

No. SleekView caches each chart card for the duration you set on the source and runs indexed group-by queries against aikit_jobs. The reads happen in milliseconds and never block AIKit from writing new job rows from the editor.

 

Yes. aikit_jobs stores a user_id on every row, so SleekView Charts can group by user_id and resolve it against wp_users to label each bar with the editor's display name and rank them by total_tokens.

 

Yes. AIKit logs custom prompt jobs into the same aikit_jobs table with a job_type value that identifies the template. SleekView can chart custom prompts as their own slice on the job-type donut alongside write, rewrite, and summarize.

 

Yes. SleekView dashboards have a role scope. Save the AIKit dashboard for editor or content_lead and only users in that role see it, so writers don't see token costs and finance doesn't have to look at job details.

 

Only if the plugin renames the columns SleekView is reading. The aikit_jobs shape has stayed stable across releases, and SleekView shows a clear error and lets you re-map a column 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 AIKit numbers without ever logging into the AIKit sidebar or the editor.

 

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 to feed an external BI tool, without touching the aikit_jobs 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