Loading...
Drop-in terminal component with boot sequences, typed output, command systems, and cyberpunk visual effects.
One import. Full terminal.
import { Terminal, useTerminal } from '@omegaengine/terminal'
function App() {
const { boot, type, clear } = useTerminal()
return (
<Terminal
theme="cyberpunk"
effect="holographic"
bootSequence={[
{ text: 'Initializing...', delay: 0 },
{ text: '✓ System ready.', delay: 800 },
]}
commands={{
deploy: () => type('Deploying to production...'),
clear: () => clear(),
}}
/>
)
}Free core + premium add-ons.
Animated startup sequences with typed output. BIOS-style, progress bars, or fully custom.
Neon, Cyberpunk, Dracula, Nord, Retro CRT, Midnight — plus create your own.
Holographic, Chromatic Aberration, VHS, Matrix Rain, Particles, Glitch, Scan Lines.
Full command registry with history, tab-completion, ghost text, and keyboard shortcuts.
Pre-built OAuth, Magic Link, 2FA, and SSO login screens. Drop-in ready.
Multi-language support, screen reader ready, prefers-reduced-motion, WAI-ARIA compliant.
The free core is MIT licensed. Go Pro for premium themes, effects, auth flows, and priority support.