✨ 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 Cwicly Builder

SleekView reads wp_block, wp_template, and wp_template_part directly and renders pattern usage, template-type share, and edit cadence as chart cards. The design system gets an audit dashboard.

♾️ Lifetime License available

SleekView Charts dashboard for Cwicly Builder

FSE design systems need a chart layer

Cwicly builds on top of WordPress's block editor and Full Site Editing primitives, so its content lives in standard places: post_content with serialised block markup, wp_block for reusable patterns, wp_template and wp_template_part for FSE templates. The default Site Editor shows them through a graphical browser; SleekView's table view exposes them as sortable lists. The chart view aggregates the same data into a dashboard.

Pattern usage renders as a Bar of patterns ranked by reference count. Template-type share renders as a Pie of patterns vs templates vs template parts. Edit cadence renders as an Area of post_modified across the design system. Pattern sync state renders as a Pie of synced vs unsynced.

Pattern editing stays in Cwicly where the design tools belong. The chart dashboard answers the governance questions: which patterns are doing most of the work, which template parts haven't been touched, where the next design-system cleanup project lives.

Workflow

From wp_block and wp_template to a design-system dashboard

1

Read the FSE post types

SleekView reads wp_block, wp_template, wp_template_part, and any post type designed with Cwicly. The chart view reads the same dataset the table workspace exposes.
2

Pick chart types per question

Bar for pattern usage ranking, Pie for type share, Area for edit cadence, Number for total component count. The agent UI suggests groupings from the post-type and meta columns actually present.
3

Filter by type or sync state

Scope the dashboard to one post type (patterns only, templates only) or filter by sync state. Filters apply to every card so per-component governance reviews stay coherent.
4

Save per-role dashboards

Designers get pattern-usage and sync-state charts. Site admins get template-type share and edit cadence. Migration planners get a full-system overview. Each saved layout binds to a WordPress capability.

Sample dashboard

Charts you can build from Cwicly data

Cards read directly from wp_block, wp_template, and wp_template_part. Pattern usage counts come from scanning post_content for the matching references.
Number · Default

Design-system components

Counts every pattern, template, and template part in the Cwicly design system. The headline metric that frames governance conversations and tracks system growth over time.
Count
Pie · Donut

Component type share

Distribution of components across wp_block, wp_template, and wp_template_part. Reveals whether the system is pattern-heavy, template-heavy, or balanced, which informs design-system strategy.
Count group by post_type
Bar · Horizontal

Top patterns by usage

Sums references to each pattern across the post catalogue. Sorts highest to lowest so the heaviest-used patterns surface for performance review and the orphans sort to the bottom for cleanup.
Sum(usage_count) group by pattern_title
Area · Linear

Component edit cadence

Trend of component edits across the design system. Recent activity clusters around launches; flat sections suggest mature components or neglected ones depending on the surrounding context.
Count group by post_modified

Comparison

Default Site Editor vs SleekView Charts on Cwicly

Default Site Editor admin

  • Patterns, templates, and template parts split across separate Site Editor screens
  • No chart of pattern usage across the post catalogue
  • Component edit cadence is not visualised inside WP
  • Type share between patterns and templates is not aggregated
  • Sync state distribution requires manual inspection per pattern

SleekView Charts

  • Reads directly from wp_block, wp_template, wp_template_part
  • Pattern usage Bar ranks heaviest-used patterns
  • Component-type share Pie covers the whole design system
  • Edit cadence Area exposes maintenance gaps
  • Filters apply across every card

Features

What SleekView Charts gives you for Cwicly Builder

Design-system overview

A donut Pie of patterns vs templates vs template parts frames the design-system shape. Useful for migration planning and for tracking how the system evolves across releases.

Pattern usage ranking

A horizontal Bar of patterns by reference count exposes the heavy lifters and the orphans. Performance review focuses on the top of the list; cleanup focuses on the bottom.

Edit cadence trend

An Area chart of post_modified across the design system shows maintenance pace. Recent activity reassures, long flat sections flag components that may be stale or untested.

Audience

Who builds Cwicly charts dashboards with SleekView

Pattern and global-class audits

Pattern usage Bar surfaces over-used and orphan patterns. Pair with the table view to drill into specific patterns and bulk-update sync state across cohorts.

Migration planners

Component-type Pie and edit cadence Area drive migration estimates. The dashboard becomes the scoping document for moving off Cwicly or rebuilding the system on a new design language.

Designer and content collaboration

Designers see pattern-usage charts; editors see post-type distributions filtered to the templates they touch. Each role opens into the dashboard that matches their work.

The bigger picture

Why row-level Cwicly governance needs charts

Cwicly's biggest strength, that it builds on WordPress's native block, pattern, and FSE primitives rather than fighting them, is also why long-running Cwicly sites are hard to audit through the default admin. The Site Editor's pattern browser is a graphical tool, not a tabular one. Templates and template parts live on separate screens.

Pattern usage counts and edit cadence don't surface as aggregate views anywhere. That's fine for a single brochure site. It does not work for an agency maintaining a Cwicly design system across a multi-brand portfolio or for a content team trying to standardise pattern usage after years of ad-hoc choices.

SleekView Charts turns the same FSE post types into a dashboard layout. Pattern usage is a Bar. Type share is a Pie.

Edit cadence is an Area. Same database, same hooks, dramatically less clicking through the Site Editor for the same operational answer.

Questions

Common questions about SleekView Charts for Cwicly Builder

For pattern usage charts, yes. SleekView scans post_content for pattern references to compute usage counts and caches the result per view. Other cards (type share, edit cadence) read standard columns without parsing markup, so dashboards stay fast even on large sites.

 

By scanning post_content across the post catalogue for the matching pattern reference and aggregating counts per pattern. The scan is cached per view so charts stay responsive; refresh when an audit needs current numbers after a content push.

 

Yes. The sync state is a column on each wp_block row. A Pie grouped by sync_state shows the split between synced and unsynced patterns, useful for design-system governance and for spotting drift after a bulk import.

 

Yes. Cwicly stores dynamic-data references inside block markup with selected attributes mirrored to postmeta. SleekView decodes the high-level parts and can group patterns by referenced data source for migration-prep charts.

 

No. Chart filters are dashboard-level read filters; they don't write to the database. Inline writes from the table view route through wp_update_post and update_post_meta, which is where Cwicly's caching invalidates.

 

Yes. The post_type column distinguishes wp_block, wp_template, and wp_template_part. Filter the dashboard to wp_template_part for a parts-only view, or use the type-share Pie to see all three in context.

 

Yes. Standard queries against wp_block use post-type indexes; pattern-usage scans are cached per view to avoid re-scanning post_content on every render. Sites running hundreds of patterns and thousands of pages render the dashboard smoothly.

 

Yes. Each card exports its underlying filtered rows to CSV, and the full dashboard exports as a PDF. The design-system review becomes narrative on top of pre-aggregated charts, not a spreadsheet rebuild per audit cycle.

 

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