Files
pistation/apps/web-client/src/lib/meta.ts
T
SirBlob 18384c0cbc Add web client
Join screen, room with screen and camera sharing, live annotation,
whiteboard, and the admin panel for kiosks, widgets and branding.
2026-08-09 17:09:16 -04:00

18 lines
479 B
TypeScript

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";