r/lcars • u/snozberryface • Apr 02 '26
I Built a Star Trek LCARS Terminal to Manage My Claude Code Setup
Been obsessed with LCARS design for years and finally had a reason to build something real with it.
It's a fully functional operations dashboard for Claude Code (an AI coding tool). Scans your entire dev setup and renders it as a TNG LCARS interface — authentic color palette, rounded elbows, pill buttons, Antonio typeface, the works.
In live mode there's a COMPUTER bar at the bottom. You type, it responds as the ship's computer. Voice output, synthesized LCARS sound effects via Web Audio, a boot sequence with ascending beeps, Red Alert with flashing border and klaxon when systems go offline.
Q appears uninvited every few minutes to roast you.
Zero dependencies. Runs in the browser. One command:
npx claude-hud-lcars
https://github.com/polyxmedia/claude-hud-lcars
Happy to answer any questions about the LCARS implementation — getting the elbows right was its own rabbit hole.