Dashboard Overview

The Dashboard

The RndrKit dashboard is your central hub for managing domains, monitoring crawler activity, and configuring SEO tools. After logging in at rndrkit.io, you land on the dashboard home screen.

Dashboard Sections

Domains List

The main view shows all your connected domains with key information at a glance:

  • Domain name and origin URL
  • Status -- Active, Pending, or Inactive
  • SSL status -- Whether HTTPS is working
  • Renders used -- How many bot renders have been served this billing period
  • Monthly limit -- Your plan's render cap for each domain

Each domain card also includes a usage bar showing your current render usage as a percentage of your monthly limit. The bar is color-coded:

  • Green -- Under 80% usage, you are in good shape
  • Yellow -- 80-99%, getting close to your limit
  • Red -- 100%+, at or over your cap

A vertical marker at the 100% point makes it easy to see where your limit is. The bar scales up to 120% because RndrKit continues serving cached pages even past your limit -- only fresh renders (cache misses) get throttled once you hit 120%.

Click any domain to access its detail page with cache management, SEO tools, and more.

The sidebar provides access to all dashboard sections:

  • Dashboard -- Account overview and quick stats
  • Domains -- Add, manage, and configure your domains
  • Billing -- Plan details, usage, and subscription management
  • Settings -- API keys, notifications, and account settings
  • Help & Docs -- Documentation and guides

Analytics, cache management, and SEO tools are accessed through individual domain detail pages rather than as standalone sidebar sections.

Domain Detail Page

Clicking a domain opens its detail page with several tabs:

Settings Tab

The default tab showing domain-specific configuration:

  • View and update the origin URL
  • Toggle the domain between active and inactive
  • Check DNS configuration and verify DNS records
  • View SSL status
  • Delete the domain

Cache Tab

View all cached pages for this domain, with options to:

  • Purge individual page caches
  • Purge all cached pages at once
  • Warm cache for specific URLs
  • Trigger an emergency refresh (re-renders all cached pages, limited per billing period)

The Cache tab also shows your scheduled cache refresh info -- how often RndrKit automatically re-renders your pages based on your plan tier:

  • Starter -- Daily refresh
  • Agency -- Hourly refresh
  • Agency+ / Founders -- Hourly refresh plus webhook-triggered refreshes

A refresh history table shows recent automatic refreshes with timestamps and status.

Webhook Token Management (Agency+ only): If you are on the Agency+ plan, the Cache tab includes a section for managing webhook tokens. These tokens let you trigger cache refreshes programmatically by calling RndrKit's webhook endpoint. You can create, revoke, and view tokens here. Webhooks are rate-limited to 10 refreshes per hour per domain.

See Cache Management for details.

SEO Audit Tab

Run SEO audits on your pre-rendered pages to check for common issues like missing titles, meta descriptions, and structured data.

See SEO Audit for details.

Sitemap Tab

Generate and manage your XML sitemap, and edit your robots.txt through the dashboard.

See Sitemaps and Robots.txt Editor for details.

Redirects Tab

Set up 301/302 URL redirects for moved or renamed pages.

See URL Redirects for details.

AI Bots Tab

Monitor AI crawler activity and see how AI bots are interacting with your site.

Analytics

Detailed analytics for each domain are available on a separate analytics page. Click the analytics link from your domain to view:

  • Crawler activity over time (daily/weekly/monthly)
  • Top pages by bot visits
  • Bot distribution (which crawlers visit most)
  • Cache hit vs. miss ratio over time

RndrKit groups crawler activity into four categories so you can quickly see where your renders are going:

  • Search Crawlers -- Googlebot, Bingbot, Applebot, DuckDuckBot, YandexBot
  • AI Crawlers -- ClaudeBot, GPTBot, Amazonbot, Bytespider
  • Social Crawlers -- FacebookBot, TwitterBot, LinkedInBot
  • SEO Tool Crawlers -- AhrefsBot, SemrushBot, DotBot, MJ12bot, PetalBot

See Analytics for a full guide.

Next Steps