Skip to content

Custom Dashboards

The built-in reports answer the questions most teams have. A dashboard is where you put the ones your team has — the four numbers you check on Monday, side by side, instead of across four pages.

A dashboard belongs to a project, and everyone with access to that project sees it. That is deliberate: a board is how a team agrees on what to watch, which a private-by-default board would defeat.

Availability

Custom dashboards are on every paid plan.

Building a chart

Every chart answers one question, assembled in the same order:

StepWhat it decidesExample
Data sourceWhich dataset the numbers come fromWeb traffic
MetricWhat is countedVisitors
Break down byWhich column splits it (optional)Country
Over timeThe size of each bucket (optional)By day
FiltersWhat is left out (optional)Browser is not Safari
Show asThe pictureLine

The preview redraws as you go, using exactly the same code path a saved chart uses — so a chart that previews is a chart that saves.

What you can measure

SourceMetricsBreak down by
Web trafficVisitors, sessions, pageviews, bounce rate, average session duration, pages per session, revenueCountry, region, city, device, browser, OS, device brand and model, UTM source/medium/campaign, referrer, page
Crawlers & AI botsRequestsBot, vendor, country, path, category
AI visibilityPresence rate, mention rate, citation rate, citations, answersEngine
AI citationsCitationsDomain, page

The lists are uneven on purpose. A metric is offered a breakdown or a time axis only where a real query stands behind it — bounce rate is a single number because nothing computes it per day, and visitors and pageviews take different page columns because Kitbase counts them differently. Offering the missing combinations would mean inventing a second calculation, and a chart that disagrees with the Web Analytics page is worse than a chart that does not exist.

The numbers match the reports

A chart reads through the same code the built-in reports read through. "Visitors by day" on a board and the Web Analytics timeline are the same query with the same window — they cannot drift apart.

Which pictures are available

The shape of the question decides the pictures, so options you cannot use are greyed out rather than refused after you save:

Over timeBreak downYou can draw
yesnoLine, area, bar
yesyesLine, stacked area, stacked bar
noyesBar, donut, table
nonoSingle number

The date range

The board has one date picker, and every chart on it answers for that range. A chart stores no dates of its own, so the same board shows last week or last quarter without editing anything on it — and the range lives in the URL, so a link to a board is a link to a board at a particular window.

Turning on Compare adds the previous period to every chart: a delta under a single number, a second column in a table, and a comparison total on a series.

A series reports its comparison as a total rather than as a second line, because the two windows need not be the same length — lining them up bucket for bucket would either drop points or invent them.

Arranging the board

The grid is two columns. A chart is either half the board or the full width of it, and you drag charts to reorder them. Two columns keeps every card wide enough for axis labels you can actually read; on a phone the board becomes one column.

Up to 24 charts fit on a board and 20 boards on a project. Each chart is its own request, so the cap is really a limit on how many queries one page fires at once.

Who can do what

ActionNeeds
See boards and their chartsAccess to the project
Create, edit, arrange, deleteOwner or admin

Wider editing is coming

Building boards is limited to owners and admins in this first release, while the previous dashboard code is still deployed alongside it. The release that removes that code opens editing to developers and analysts.

Permission to build a board is not permission to see everything on one. Each data source carries its own: someone without access to AI visibility cannot read AI numbers by putting them on a board, and sources they cannot read are not offered in the builder at all.

Released under the MIT License.