Back to Hub
Design Sample / Terminal Core Go to Hub
system://style/terminal-core

> TERMINAL-FIRST BRAND PAGE

A style that excels for developer-targeted products. The key is not just a green screen, but embedding command patterns and status output narratives into the UI structure.

$ init layout --mode command-log
$ set typography --family mono --weight strong
$ deploy cta --position final --contrast high

AI Request Prompt

Design a SaaS landing page for developers in terminal UI style.

Style rules:
- Background: Dark green (#071109) + CRT scanline pattern (repeating-linear-gradient 2px intervals)
- Typography: Full monospace (JetBrains Mono), headings bold and large, body same font
- Structure: Terminal window frame (top bar + main screen), sections expressed as command logs
- Components: Console blocks ($ prompt + output) pattern instead of cards
- Colors: Green text (#b9ffbe) + dark green lines (#1e4f22), accent limited to lime (#d4ff5c)
- Motion: Typing/sequential output feel (translateY 10px, 0.6s ease, 0.08s intervals)

Responsive:
- Mobile: Console block font size reduced, padding adjusted
- Desktop: max-width 1040px, console blocks in vertical stack

Restrictions:
- No gradient backgrounds or blur effects
- No mixing sans-serif/serif fonts (monospace only)
- No rounded corners exceeding 16px

Output:
1) Design tokens (color/typography/spacing/border)
2) Terminal frame / Hero / Features (console blocks) / Logs / CTA structure
3) HTML/CSS code with responsive support