-
+JW Nexus is an open source video conferencing app built on [LiveKit Components](https://github.com/livekit/components-js), [LiveKit Cloud](https://cloud.livekit.io/), and Next.js. It's been completely redesigned from the ground up using our new components library.
-LiveKit Meet is an open source video conferencing app built on [LiveKit Components](https://github.com/livekit/components-js), [LiveKit Cloud](https://cloud.livekit.io/), and Next.js. It's been completely redesigned from the ground up using our new components library.
-
-
+
## Tech Stack
@@ -29,7 +16,7 @@ LiveKit Meet is an open source video conferencing app built on [LiveKit Componen
## Demo
-Give it a try at https://meet.livekit.io.
+Give it a try at https://jw-nexus.session.
## Dev Setup
diff --git a/app/layout.tsx b/app/layout.tsx
index a812f43..cb3b5b9 100644
--- a/app/layout.tsx
+++ b/app/layout.tsx
@@ -6,7 +6,7 @@ import { Toaster } from 'react-hot-toast';
export const metadata: Metadata = {
title: {
- default: 'LiveKit Meet | Conference app build with LiveKit open source',
+ default: 'JW Nexus | Conference app build with LiveKit open source',
template: '%s',
},
description:
@@ -26,7 +26,7 @@ export const metadata: Metadata = {
type: 'image/png',
},
],
- siteName: 'LiveKit Meet',
+ siteName: 'JW Nexus',
},
icons: {
icon: {
diff --git a/app/page.tsx b/app/page.tsx
index d23d536..3f3cb84 100644
--- a/app/page.tsx
+++ b/app/page.tsx
@@ -54,7 +54,7 @@ function DemoMeetingTab(props: { label: string }) {
};
return (
-
Try LiveKit Meet for free with our live demo project.