Interplanetary UI
A terminal-inspired design system for industrial-strength web applications.
Features
- Dense, information-rich interface components
- 4 color themes: Planetary, Industrial, Military, Royal
- 2 font pairings: Terminal (bitmap) and Industrial (modern)
- Light and dark modes with system preference support
- Tailwind v4 compatible, no build step required
Design Tokens
Colors
Core palette and semantic color tokens.
Design Tokens
Typography
Font pairings and type scale.
UI Library
Components
Buttons, forms, containers, and more.
Customization
Themes
2-axis theming: colors × fonts.
Quick Start
Add Interplanetary UI to your project via CDN:
<!-- CSS -->
<link rel="stylesheet" href="https://cdn.interplanetaryui.com/latest/interplanetary.min.css">
<!-- JS -->
<script src="https://cdn.interplanetaryui.com/latest/js/interplanetary.min.js"></script>
See the Installation guide for modular imports and local setup.