Glow Terminal
A micro-interactive terminal that transitions from a compact glowing orb to a fully featured layout displaying status logs and system prompts.
Navigation
Component IndexBlog & GuidesA micro-interactive terminal that transitions from a compact glowing orb to a fully featured layout displaying status logs and system prompts.
Select how you want to add this component to your project
import { GlowTerminal } from "@/components/glow-terminal";
export default function Page() {
return (
<main className="flex min-h-screen items-center justify-center bg-[#050505] p-8">
<GlowTerminal />
</main>
);
}Feed this prompt to Claude, ChatGPT, or Gemini to quickly write custom integrations, layouts, or configure props for this component on your system.
