Admin Panel

Admin Panel DESIGN.md for Cursor, Codex, and Claude Code: Light + Dark themes, responsive table rules, semantic states, and Tailwind-ready exports.

Preview

Image$49

Open the full preview to inspect theme and responsive behavior.

Admin Panel DESIGN.md template preview showing the product workspace layout

Purchase to unlock the complete system

The preview stays visible. The runnable source, DESIGN.md context, prompts, tokens, and implementation files become available after purchase.

What's in the $49 bundle

  • 7 dashboard pages: Overview · Users · Teams · Roles & permissions · Billing · Audit log · Settings
  • DESIGN.md
  • Tokens + CSS variables
  • Prompts + agent skills
  • 18 reusable components
  • Personal + commercial license

Stack: Next.js 15 · React 18 · TypeScript · Tailwind CSS · shadcn/ui

Source-backed gallery

Pages included

Every card maps to a route in the runnable source bundle. Open the matching preview path to inspect its route context, then use the ZIP for the runnable source.

Admin Panel Overview route screenshot
Open screen

Overview

Scan system health and recent operational changes.

source-template/components/screens/overview.tsx

Admin Panel Users route screenshot
Open screen

Users

Search, select and bulk-manage users.

source-template/components/screens/users.tsx

Admin Panel Teams route screenshot
Open screen

Teams

Review teams and their membership state.

source-template/components/screens/teams.tsx

Admin Panel Roles & permissions route screenshot
Open screen

Roles & permissions

Inspect role definitions and permission-denied states.

source-template/components/screens/roles.tsx

Admin Panel Billing route screenshot
Open screen

Billing

Review internal billing records and access boundaries.

source-template/components/screens/billing.tsx

Admin Panel Audit log route screenshot
Open screen

Audit log

Filter and inspect administrative changes.

source-template/components/screens/audit-log.tsx

Admin Panel Settings route screenshot
Open screen

Settings

Configure system settings with destructive confirmation.

source-template/components/screens/settings.tsx

Public design system

Dense tooling with Light + Dark theme contracts

Built for internal operators, not customers: a persistent 240px sidebar, 36px dense table rows, and a bulk-action bar that appears the moment rows are selected. Sidebar density, data-table completeness, stat hierarchy, filter and bulk-action patterns, semantic states, and keyboard focus are all specified, not left for an agent to guess.

Token roles

  • Primary VioletPrimary actions and active navigation
  • Dark InkDark admin canvas and high-contrast text
  • Soft SurfaceLight admin canvas and palette surface
  • Action BlueSecondary actions, links and data emphasis
  • HighlightRaised panels, table surfaces and contrast
  • Dark PrimaryPrimary actions on dark surfaces

Typography and rhythm

  • Display: Inter, -apple-system, BlinkMacSystemFont, sans-serif
  • Body: Inter, -apple-system, BlinkMacSystemFont, sans-serif
  • Spacing base: 4px
  • Scale: 4 · 8 · 12 · 16 · 20 · 24 · 32 · 40px
  • Responsive rules: Desktop (>1024px): persistent 240px sidebar, dense multi-column grids Tablet (768–1024px): sidebar collapses to icons; tables scroll horizontally

What is included in the download

The paid ZIP contains the runnable source, design contract and agent handoff artifacts. The public file tree is intentionally visible before purchase.

source-template/
DESIGN.md
README.md
prompts/implement.md
prompts/remix.md
tokens/tokens.json
tokens/css-variables.css
tokens/tailwind.theme.ts
skills/cursor.md
skills/claude-code.md
skills/codex.md
scripts/verify-bundle.mjs

Run locally

cd source-template && pnpm install && pnpm dev

Not included: authentication, database persistence, Stripe, email, analytics providers, authorization enforcement and production API credentials.

AI-agent workflow

How to use

$read DESIGN.md --agent codex

Read DESIGN.md with Codex before editing UI. Preserve local imports, responsive behavior, accessibility, and the existing shadcn/ui component context.

01

Install

Run pnpm install and start the local source template.

02

Load context

Keep DESIGN.md, components.json, and tokens in the project root.

03

Extend

Use the prompts and shadcn/ui component context before adding new patterns.

Tokens

Template palette

Named roles from the template contract. Every swatch is keyboard-copyable and includes its intended use, so the palette stays meaningful outside this preview.

Token details

Brand

Surfaces

Text

Status colors

Light and dark status color tokens
StatusLightDarkUsage
SuccessHealthy, active, completed on light surfaces
WarningDegraded, pending review on light surfaces
DangerErrors, destructive, offline on light surfaces
InfoInformational, links on light surfaces

More templates

Explore other ready-to-use DESIGN.md templates for your next project.

Need to know

Frequently asked questions

Practical answers about this template, its implementation scope, and the source bundle.