✨ 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 for ImagineAI

SleekView reads the ImagineAI plugin's generation rows directly. Prompt, model, author, tokens and status sit in a sortable, filterable table you can scope per role and export to CSV.

♾️ Lifetime License available

SleekView table view for ImagineAI

The history screen lists. The table lets you operate.

ImagineAI writes a row for every generation: the prompt, the model used, the resulting text or image reference, an author, a timestamp and, in most setups, a token or credit count. The plugin's history screen renders those rows chronologically with a fixed column set, no sort beyond date and no way to surface custom metadata in the list.

SleekView reads the same generations table directly. Editorial leads add columns for author and model. Finance teams add a tokens column with totals visible inline. Ops adds a status column to spot stuck or failed runs. Each role saves its own column set and filter against the same underlying dataset, and inline edits route through the plugin's CRUD layer where one exists.

Because the data is just WordPress rows, the same column set works across staging, prod and freshly imported content sets. Filters, sorts and exports use standard query APIs, and any per-row action you can do in the default history screen (re-run, copy prompt, archive) carries the same authorisation rules into the SleekView view.

Workflow

Turn ImagineAI's generation history into a table

1

Pick the source rows

Choose the ImagineAI generations table or post type. SleekView lists the columns useful for charting and operating (prompt, model, author, status, tokens, created_at) so you don't have to guess at the schema.
2

Compose your column set

Add the columns the team uses daily: prompt preview, model, author, tokens, status, created_at. Each role builds the slice it needs, against the same dataset, with no fork of the underlying records.
3

Save and scope the view

Name it ("Editorial AI usage", "Model spend audit", "Stuck generations") and gate it by WordPress capability so editors, ops and finance each get the slice that matches their role.
4

Edit inline and export

Archive a generation, re-run a failed row or update a note column inline. Export the filtered set to CSV for quarterly reviews or vendor-invoice reconciliation without leaving WordPress.

Sample columns

A typical ImagineAI generations view

SleekView reads ImagineAI's generations table (or the equivalent custom post type) and surfaces prompt, model, author, tokens and status as columns you can sort, filter and export.
Source: wp_imagineai_generations (or plugin-owned generations post type)
Prompt Model Author Tokens Status Created
Rewrite intro for SleekView for Drift gpt-4o ria@design.co 1,820 Complete Apr 24 14:02
Summarise Q1 release notes claude-3.7-sonnet ana@northwind.io 2,140 Complete Apr 24 11:47
Draft FAQ for pricing page gpt-4o-mini tom@studio.dev 740 Complete Apr 24 09:21
Generate cover image for AI blog imagen-3 ria@design.co Pending Apr 23 17:08
Expand product description batch claude-3.5-haiku ops@northwind.io 8,612 Failed Apr 23 09:08

Comparison

Default ImagineAI history vs SleekView

Default ImagineAI history

  • History screen lists generations chronologically with a fixed column set
  • No way to add custom columns (tokens, status, model split) to the list
  • Filters are basic and cannot persist as a saved view per role
  • Inline edits and bulk operations are not available on the history list
  • No way to share a read-only adoption or spend snapshot outside WP admin

SleekView

  • Read directly from the ImagineAI generations table or post type
  • Custom columns for tokens, status, model and prompt preview
  • Inline edits on status, notes and archive flag through plugin CRUD
  • Save filtered views per role (editorial, ops, finance)
  • Switch between table and kanban views of the same generations

Features

What SleekView gives you for ImagineAI

Custom column sets per view

Build an editorial view with prompt, author and model. Build a finance view with tokens, model and created_at. Each role gets the columns it actually uses, against the same dataset.

Inline edits without opening rows

Archive a generation, mark a row as reviewed or update a note column right in the list. Bulk-archive a stale batch in seconds with the plugin's hooks firing through CRUD.

Compose precise filters

Combine model, author, status, token range and created_at. Save the filter as a named view ("Failed runs last week", "High-token prompts") your team reuses every shift.

Audience

Who uses SleekView for ImagineAI

Editorial leads

Filter generations by author and model to see which writers actually adopted the plugin and which workflows lean on which provider most heavily.

Finance and ops

Sort by tokens descending to spot runaway prompts and stuck loops, and export the filtered list to CSV for reconciliation against vendor invoices.

Adoption owners

Compare generation volume per author before and after onboarding pushes to confirm the latest training session actually changed daily behaviour.

The bigger picture

Why an AI generation history needs a real table

ImagineAI is a productivity tool with a real data exhaust: every generation persists as a row with model, author, prompt, timestamp and (usually) a token count. That exhaust is exactly the kind of dataset a small operational table pays off on, and exactly the kind the default history list cannot surface. After a quarter, a content team has hundreds of generations and no built-in way to see how usage is shaped.

Who uses it daily. Which model dominates. Whether spend is steady or spiking.

Whether the latest training session actually moved adoption or just felt like it did. SleekView reads the same generation rows and lets editorial, ops and finance each build the column set and filter they need, with inline edits through the plugin's CRUD layer. Same data the history screen lists, completely different governance posture.

Questions

Common questions about SleekView for ImagineAI

Only the rows ImagineAI already writes for each generation: prompt, model, author, status, created_at and any token or credit column the plugin stores. No external API call is required; everything sits in standard WordPress tables or a plugin-owned table on the same database.

 

Yes. Filter on post_author or the plugin's author column to see who is actually using the plugin daily. Editorial leads typically pair this with a created_at range filter to spot adoption drift after training or onboarding rounds.

 

Yes. Add the tokens or credits column and sort descending to surface runaway prompts and stuck loops at the top of the table. The same column exports cleanly to CSV for monthly reconciliation against the vendor invoice.

 

Yes. Sort or filter on the model column to see whether the team is anchored on one provider or spreading load across several, and to plan a model migration with a measurable starting point.

 

Yes. SleekView writes through the plugin's CRUD layer where one exists, so any filters ImagineAI registers on save or status change still fire. Bulk operations iterate the same path so the side effects match a manual edit.

 

Queries hit indexed columns on the generations table where possible. Filters and sorts use indexed fields like author, model and created_at, and expensive aggregations are cached per view load, so the table stays quick even on installs with tens of thousands of generations.

 

Yes. Every SleekView view is gated by WordPress capability, so an adoption-focused editorial view can be visible to editors and team leads while finance sees a separate spend-focused view on the same underlying rows.

 

Yes. Any filtered set behind a SleekView view exports as CSV with the same columns shown on screen. Editorial leads typically use this for quarterly reviews, while finance pulls token-per-day CSVs to reconcile against vendor invoices.

 

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