Skip to content

Dashboard

The InlineCMS management dashboard.

The management dashboard is a React SPA served by the API as static files in production.

Lists all pages that have registered CMS components. Shows:

  • Page path and title
  • Last updated timestamp
  • Click through to see all content entries for a page

Shows all content entries for a page with:

  • Status badges (draft / published / archived)
  • Field values
  • Entry detail modal with fields tab and publish history tab
  • Publish all drafts bulk action

Manage CMS editor accounts:

  • Invite new users by email
  • Change roles inline (admin / editor / viewer)
  • Scope an editor to specific page URLs (glob wildcards, e.g. /blog/*)
  • Remove users
  • Admin-gated actions

Project configuration:

  • API key display with copy button
  • API key rotation
  • Allowed domains
  • CDN URL configuration
  • Self-hosting instructions

The dashboard uses a dark glass aesthetic with:

  • DM Sans + DM Mono typography
  • Indigo accent color throughout
  • Inline styles (no CSS framework dependency)
  • Custom component library: Button, Badge, Input, Select, Card, Table, Modal, Spinner
Was this page helpful? Your feedback goes straight to the docs team.