Home / AI Era Interfaces / Terminal Developer

Terminal Developer CSS Template, Free with Live Demo

Free terminal style landing page template for a CLI tool. Dark monospace look, a terminal window that types commands, and a copy install button. Live demo. The example is shipit, a command line deploy tool.

Open live demoDownload HTML fileView code on GitHub
Terminal Developer CSS template example: shipit, a command line deploy tool

What is terminal developer?

The terminal look speaks directly to developers. Monospace type, a dark background, green prompts and a terminal window that shows the tool working in a few lines.

The typing animation shows a real command and its output, so people understand the product in five seconds. The install command sits right under the headline with a copy button.

Good for

  • CLI tools and SDKs
  • Open source projects
  • Developer APIs
  • Personal sites for engineers

What you get in this template

The key CSS

This is the part that makes the terminal developer look work. Copy it into your own project.

.term { background: #161a21; border: 1px solid #262c36; border-radius: 12px; }
.bar i { width: 11px; height: 11px; border-radius: 50%; }
.bar i:nth-child(1) { background: #ff7b72; }
.bar i:nth-child(2) { background: #e3b341; }
.bar i:nth-child(3) { background: #7ee787; }
.install code::before { content: "$ "; color: #7d8699; }

How to use it

  1. Click Download HTML file above.
  2. Open the file in any code editor, like VS Code.
  3. Change the text, colors and links to match your project. Colors are at the top of the style tag.
  4. Upload it to any host, such as GitHub Pages, Netlify or your own server. It is one file with no build step.

Questions people ask

How do I make a fake terminal window in HTML?

Use a dark box with a top bar of three colored dots, then a pre element in a monospace font for the commands. Color parts of each line with spans.

How does the copy button work?

It calls navigator.clipboard.writeText() with the install command. It works on any site served over https, including GitHub Pages.

Which font is best for a terminal look?

JetBrains Mono, Fira Code and IBM Plex Mono are all free and very readable.

More AI Era Interfaces designs