export const SITE_NAME = "PiStation"; export const SITE_DESCRIPTION = "Turn any TV or monitor into a screen the whole room can use. Type the code on screen to " + "present, annotate live, or open a shared whiteboard. Self hosted on hardware you own."; export const SITE_KEYWORDS = [ "screen sharing", "wireless presentation", "raspberry pi kiosk", "digital signage", "self hosted", "whiteboard", "livekit" ].join(", "); export const THEME_COLOR = "#0b0d10";