DESIGN.md · explainx registry
Cloudflare Cloud Identity
A high-performance, developer-centric aesthetic that balances utility with speed. The system is designed to provide maximum clarity for data-heavy dashboards, realtime collaboration, and infrastructure management.
| name | Cloudflare Cloud Identity |
| version | 1.2.0 |
| colors | primary: "#F38020" # Cloudflare Orange (Brand Heritage) secondary: "#0051C3" # Deep Sea Blue (Primary Links/Actions) background: dark: "#09090b" # Surface-Deep (Dark Theme) light: "#ffffff" # Surface-Base (Light Theme) brand: 300: "#FFC28C" 400: "#F6994F" 500: "#F38020" # Core Brand Token 600: "#D36610" 700: "#A85100" status: success: "#059669" # Emerald Green warning: "#FFAC00" # Amber danger: "#D6001B" # Ruby Red text: base: "#071428" # High-emphasis Navy-Black muted: "#52525b" # Mid-emphasis Grey on-brand: "#ffffff" # Text on Orange/Blue backgrounds video-bg: "#181818" # RTC/Meeting Canvas Black |
| typography | fontFamily: "Inter, system-ui, -apple-system, sans-serif" googleFont: "Inter" baseSize: "16px" scales: h1: { size: "2.25rem", weight: "700", leading: "2.75rem" } h2: { size: "1.75rem", weight: "600", leading: "2.25rem" } body: { size: "1rem", weight: "400", leading: "1.5rem" } code: { size: "0.875rem", family: "JetBrains Mono, monospace" } |
| spacing | base: 4 # --rtk-space-1 = 4px scale: [0, 4, 8, 12, 16, 24, 32, 48, 64, 96] |
| borders | width: "thin" # Options: none, thin, fat radius: "rounded" # Options: sharp, rounded, extra-rounded, circular |
Design System: Cloudflare Cloud Identity
Overview
A high-performance, developer-centric aesthetic that balances utility with speed. The system is designed to provide maximum clarity for data-heavy dashboards, realtime collaboration, and infrastructure management.
Visual Philosophy
- Speed by Design: Minimal use of heavy assets; reliance on CSS-based tokens and system fonts.
- Translucency & Layering: Use of backdrop-blur and 82% opacity overlays (
rgba(0, 0, 0, 0.82)) for sidebars and modals. - Developer First: Monospace fonts (
JetBrains Mono) prioritized for technical data points and code blocks.
Color Strategy
- The Orange Thread: Use
#F38020sparingly for brand moments, active progress indicators, and primary navigation highlights. - The Neutral Palette:
- For Darkest Theme: Background-1000 is
#080808. - For Light Theme: Background-1000 is
#ffffffwith Surface-900 at#fafafa.
- For Darkest Theme: Background-1000 is
- RTC Constraints: Video backgrounds (
video-bg) should always be#181818to ensure participant video frames pop without distraction.
Typography Hierarchy
- Headings: Use
Interwith tight tracking (-0.02em) for high-impact headlines. - Interface Labels: 11px semi-bold, all-caps for section headers in sidebars to maintain a "technical tool" feel.
- Readability: Prose text should maintain a line-height of 1.58x with a base size of 15px for long-form documentation.
Components & Tokens
- Buttons:
- Action: Blue (#0051C3) or Orange (#F38020) with
roundedcorners (8px). - Ghost: Transparent background,
thinborder (#27272a), accent-color text.
- Action: Blue (#0051C3) or Orange (#F38020) with
- Sidebars: Fixed at
min(420px, 100vw)with a-10px 0 40pxshadow for depth. - Interactive Elements: All interactive components (inputs/chips) must show a 2px focus ring (
#059669or#0a66c2) on keyboard navigation.
Spacing & Grid
- Scale: Calculated as
base * increment. - Gutter: 24px (space-6) between main layout sections.
- Padding: 14px 16px (header) and 18px 16px (content) for sidebars to optimize vertical scrolling density.
Do's and Don'ts
- DO: Use
googleFont: "Inter"for automatic font loading via theprovideRtkDesignSystemutility. - DO: Use
theme: "darkest"for high-stakes infrastructure environments. - DON'T: Use absolute black (#000000) for surfaces; use Background-1000 (#080808) for a more premium OLED-friendly feel.
- DON'T: Mix
sharpandextra-roundedborder radii in the same view.
Usage
- Copy DESIGN.md into your project or paste it into your IDE agent chat.
- Ask your assistant to follow the tokens for color, typography, spacing, and component styling.
- When collaborating, share the file directly—or tap “Copy page link” below so teammates open the same snapshot.
Common questions
- What is Cloudflare Cloud Identity on explainx.ai?
- A high-performance, developer-centric aesthetic that balances utility with speed. The system is designed to provide maximum clarity for data-heavy dashboards, realtime collaboration, and infrastructure management. Listed under category “Design System”. Explainx.ai mirrors the full DESIGN.md document so assistants can cite stable tokens and prose in one place.
- What is DESIGN.md?
- DESIGN.md blends YAML design tokens—colors, typography, spacing, radii—with markdown that explains intent. Google documents this pattern for agent-driven UI work under Stitch (stitch.withgoogle.com).
- How do I use this with ChatGPT, Cursor, Claude Code, or another IDE agent?
- Paste the DESIGN.md into your repo root or attach it to the agent conversation, then ask explicitly for layouts, spacing, palette, type scale, and component tone that follow the document. Refresh from this listing when upstream authors publish changes.
- Where is the source repo?
- Maintainers link to github.com/whyashthakker/design-md-templates-skills. Community listings on explainx.ai may reference popular aesthetic names for inspiration; that does not imply official endorsement by any trademark holder.
- How current is this DESIGN.md?
- Explainx snapshots the file at import time. Recorded last update on this listing: May 8, 2026.
- Need a fresh DESIGN.md from scratch?
- Use the ExplainX DESIGN.md generator to describe your product and audience; it returns Stitch-style YAML plus narrative guidance you can publish or submit to the registry afterward.
Still exploring the format? Browse the full DESIGN.md registry or draft a new system with our DESIGN.md generator.
Community listing for AI design workflows—not necessarily affiliated with any brand referenced in the name or summary. For context on the format, see Google Stitch.
List Your Design.md
Share your design system with AI agents worldwide