Skip to content
SHC Docs

Frontend

SHC is a CLI-only application with no web frontend.

See Non-Goals:

  • Web UI — This is a CLI tool
  • React/Vue/Svelte — No frontend frameworks
  • CSS/Tailwind — No styling needed

For terminal output formatting, see:

  • charmbracelet/lipgloss for styled text (colors, borders, tables)
  • charmbracelet/bubbletea for the interactive HUD (shc hud)
  • spf13/cobra for CLI argument parsing