Terminal Aesthetic
You might say
Make it feel like a hacker terminal: black background, green text, monospace type, and command-line vibes.
Borrow command-line language to feel direct, technical, and tool-likeA terminal aesthetic uses monospaced type, prompts, command output, and a restrained palette. It suits developer tools and API documentation when the commands are real, searchable, and copyable. The whole page does not need to become green text on black.
▣ release/consoleprod · ap-east-109:42:18
checkout-api
v2.14.0
canary 25% · checks are watching p95 and error rate.
$ deploy promote --to=100%
✓ bundle 1.2s✓ migrations skipped○ metrics window 02:14 left
Design Principles
- Use monospace for commands, data, and short labels
- Keep long explanations in a comfortable reading style
- Use prompts and status symbols to clarify structure
- Treat ASCII dividers as organization rather than decoration
- Keep cursor animation subtle and respect reduced-motion settings
When to use it
- Command-line tool website
- Developer documentation
- API or cloud-service page
- Engineering recruitment page
When NOT to use it
- Assume non-technical visitors understand every terminal symbol
- Use low-contrast small text on a dark surface
- Turn commands into images that cannot be copied
- Mix many unrelated glass and realistic effects into the same system
Anatomy
iiii = mmmm+
Green text on black background+
$ run+
──┤ ├─+
Used for command, path and data alignment; not mandatory for long bodies
Use a small amount of basic colors to highlight the output status while ensuring contrast and status meaning.
Prompts indicate command context; key operations, status, and errors still require text or stable icons
────── ┤Title├ ──────, characters replace graphic separation
Can be used as a decorative running prompt; do not continue to interfere with reading, and support reducing animation effects
AI Prompt
Terminal-style deployment console, monospace type, black background with restrained green text, shell prompt and command history, service health, canary deployment, promote and rollback tasks, ASCII dividers and subtle reduced-motion cursor
Typical use cases
CLI product
▣ release/consoleprod · ap-east-109:42:18
checkout-api v2.14.0
canary 25% · p95 stable · error rate 0.08%
$ deploy promote --to=100%
promote →rollback ↶Developer docs
API service
Engineering careers
Cloud dashboard