OneLinersCommand workbench
AI
Back to design
DESIGN.md

Neon SaaS analytics

A nocturnal analytics surface with luminous glass layers, focused charts, and premium product depth.

Revision
1
Verified
2026-07-26
Save or explore
Save to collectionCreate a collection in the sidebar first.

Compatibility and paths

GenericProject convention; requires an explicit reference.
CodexDESIGN.mdReference it from AGENTS.md.
Claude CodeDESIGN.mdImport it from CLAUDE.md.
Gemini CLIDESIGN.mdReference it from GEMINI.md.

Trust and provenance

Curated record reviewed 2026-07-26. Results still depend on the supplied context and target environment.

Live preset preview

See the design before you give it to an agent

This sandboxed preview is rendered directly from the same DesignBrief embedded in the downloadable DESIGN.md.

What this preset defines

The file gives an agent concrete design constraints instead of a vague request to “make it look good.”

Product
dashboard
Layout archetype
glass
Density
comfortable
Base radius
20px
Type scale
1.2
background#080b1csurface#151a36text#f7f8ffmuted#9ca7c7accent#7c5cffsuccess#3ee6a8warning#ffcf5adanger#ff5d8f

Required layout sections

  1. Growth pulse
  2. Activation funnel
  3. Revenue movement
  4. Cohort health
  5. Anomaly queue

How to use it

The preset is useful without AI and does not execute code.

  1. 01
    Preview and customize

    Check desktop and mobile, then open the visual builder if the palette, typography, spacing, or sections need adjustment.

  2. 02
    Download DESIGN.md

    Save it in the repository root. It contains readable design rules plus the versioned machine-readable DesignBrief.

  3. 03
    Connect your agent

    Add the generated integration snippet to AGENTS.md, CLAUDE.md, or GEMINI.md so the agent explicitly reads the design system.

DESIGN.md is a OneLiners convention. The included integration file explains exactly how to use it with your selected agent.

Export pack

Start with DESIGN.md, then take only the extras you need

The main download is human-readable Markdown. JSON is available only as an optional design-token file.

DESIGN.md

Product direction, semantic palette, typography, layout, responsive behavior, accessibility, and an importable DesignBrief.

3415 bytes · Markdown
View generated DESIGN.md
# Neon SaaS analytics

## Product direction

- **Page type:** dashboard
- **Layout archetype:** glass
- **Audience:** SaaS product teams tracking activation and revenue
- **Goal:** Turn live product signals into a confident executive overview.
- **Tone:** Futuristic, controlled, and premium

## Visual system

- Use the semantic palette below; never use color without meaning.
- Heading: Inter, ui-sans-serif, system-ui, sans-serif; body: Inter, ui-sans-serif, system-ui, sans-serif; code: JetBrains Mono, ui-monospace, monospace.
- Density is comfortable; base radius is 20px; shadows are subtle.
- Icons: Lucide-style outline icons with consistent 1.75px strokes.
- Imagery: Use product-specific imagery only when it explains the workflow; never use decorative filler..

## Semantic palette

| Role | Value | Intended use |
| --- | --- | --- |
| Background | `#080b1c` | Page canvas and the deepest application layer |
| Surface | `#151a36` | Cards, panels, navigation, and raised regions |
| Text | `#f7f8ff` | Primary copy, labels, and high-emphasis content |
| Muted | `#9ca7c7` | Secondary copy, metadata, and inactive controls |
| Accent | `#7c5cff` | Primary actions, focus, selection, and active state |
| Success | `#3ee6a8` | Confirmed success and healthy state |
| Warning | `#ffcf5a` | Caution, pending review, and non-blocking risk |
| Danger | `#ff5d8f` | Errors, destructive actions, and blocking risk |

The optional `design-tokens.css` from the full export pack mirrors these values. This `DESIGN.md` remains complete when used on its own.

## Layout and content

1. Growth pulse
2. Activation funnel
3. Revenue movement
4. Cohort health
5. Anomaly queue

## Responsive and accessibility

- Collapse sidebars into an explicit drawer and preserve the primary task before secondary metadata..
- Meet WCAG AA contrast, preserve visible focus, and respect reduced motion.
- Do not reduce essential content or actions on mobile.

## Machine-readable OneLiners DesignBrief

<!-- oneliners-design-brief:v1 -->
```json
{
  "schemaVersion": "1",
  "name": "Neon SaaS analytics",
  "pageType": "dashboard",
  "layoutStyle": "glass",
  "audience": "SaaS product teams tracking activation and revenue",
  "goal": "Turn live product signals into a confident executive overview.",
  "tone": "Futuristic, controlled, and premium",
  "palette": {
    "background": "#080b1c",
    "surface": "#151a36",
    "text": "#f7f8ff",
    "muted": "#9ca7c7",
    "accent": "#7c5cff",
    "success": "#3ee6a8",
    "warning": "#ffcf5a",
    "danger": "#ff5d8f"
  },
  "typography": {
    "heading": "Inter, ui-sans-serif, system-ui, sans-serif",
    "body": "Inter, ui-sans-serif, system-ui, sans-serif",
    "mono": "JetBrains Mono, ui-monospace, monospace",
    "baseSize": 16,
    "scale": 1.2
  },
  "density": "comfortable",
  "radius": 20,
  "shadow": "subtle",
  "sections": [
    "Growth pulse",
    "Activation funnel",
    "Revenue movement",
    "Cohort health",
    "Anomaly queue"
  ],
  "iconStyle": "Lucide-style outline icons with consistent 1.75px strokes",
  "imagery": "Use product-specific imagery only when it explains the workflow; never use decorative filler.",
  "mobileStrategy": "Collapse sidebars into an explicit drawer and preserve the primary task before secondary metadata.",
  "accessibility": {
    "contrastTarget": "WCAG AA",
    "reducedMotion": true,
    "visibleFocus": true
  }
}
```

Real example

Input

dashboard: Turn live product signals into a confident executive overview.

Expected result

A comfortable dashboard using #7c5cff as the semantic accent and 5 defined sections.

Source evidence

Web Content Accessibility Guidelines 2.2officialMDN responsive designofficial