From 7b244148deda76c7f8532978489859f51f233be7 Mon Sep 17 00:00:00 2001 From: Oliver Bryan <04oliverbryan@gmail.com> Date: Mon, 29 Sep 2025 03:50:44 +0100 Subject: [PATCH] barebones watercooler page --- src/pages/projects/watercooler.astro | 86 ++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 src/pages/projects/watercooler.astro diff --git a/src/pages/projects/watercooler.astro b/src/pages/projects/watercooler.astro new file mode 100644 index 00000000..4f08f4f6 --- /dev/null +++ b/src/pages/projects/watercooler.astro @@ -0,0 +1,86 @@ +--- +import ProjectPage from "../../components/ProjectPage.astro"; + +export const metadata = { + title: "Watercooler", + description: + "Virtual office space for remote teams allowing quick questions and spontaneous chats.", + date: "March 2025", + slug: "watercooler", + image: "/watercooler-icon.svg", + // github: "https://github.com/hex248/watercooler", + hidden: true, +}; +--- + + + + +

watercooler description here

+ +
+
+

Key features

+
    +
  • feature1
  • +
  • Status: active prototype
  • +
+
+ +
+

Technologies

+
    +
  • LiveKit (WebRTC)
  • +
  • Next.js + TypeScript
  • +
  • Prisma ORM + PostgreSQL
  • +
  • Tailwind CSS
  • +
  • Google OAuth with NextAuth.js
  • +
  • Next.js Server-side rendering & API routes
  • +
+
+
+ +
+

Screenshots

+
+ Office space + idk + idk + idk +
+
+