Dashboard
The InlineCMS management dashboard.
The management dashboard is a React SPA served by the API as static files in production.
Features
Section titled “Features”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
Page detail
Section titled “Page detail”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
Settings
Section titled “Settings”Project configuration:
- API key display with copy button
- API key rotation
- Allowed domains
- CDN URL configuration
- Self-hosting instructions
Styling
Section titled “Styling”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.