changed some title to JW Nexus

This commit is contained in:
Tuan 2025-06-20 11:57:27 -07:00
parent 62df7245a3
commit b1d426b433
5 changed files with 8190 additions and 23 deletions

View File

@ -2,25 +2,12 @@
<img src="./.github/assets/livekit-mark.png" alt="LiveKit logo" width="100" height="100">
</a>
# LiveKit Meet
# JW Nexus
<p>
<a href="https://meet.livekit.io"><strong>Try the demo</strong></a>
<a href="https://github.com/livekit/components-js">LiveKit Components</a>
<a href="https://docs.livekit.io/">LiveKit Docs</a>
<a href="https://livekit.io/cloud">LiveKit Cloud</a>
<a href="https://blog.livekit.io/">Blog</a>
</p>
<br>
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.
![LiveKit Meet screenshot](./.github/assets/livekit-meet.jpg)
![JW Nexus screenshot](./.github/assets/livekit-meet.jpg)
## 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

View File

@ -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: {

View File

@ -54,7 +54,7 @@ function DemoMeetingTab(props: { label: string }) {
};
return (
<div className={styles.tabContent}>
<p style={{ margin: 0 }}>Try LiveKit Meet for free with our live demo project.</p>
<p style={{ margin: 0 }}>Try JW Nexus for free with our live demo project.</p>
<button style={{ marginTop: '1rem' }} className="lk-button" onClick={startMeeting}>
Start Meeting
</button>
@ -106,7 +106,7 @@ function CustomConnectionTab(props: { label: string }) {
return (
<form className={styles.tabContent} onSubmit={onSubmit}>
<p style={{ marginTop: 0 }}>
Connect LiveKit Meet with a custom server using LiveKit Cloud or LiveKit Server.
Connect JW Nexus with a custom server using LiveKit Cloud or LiveKit Server.
</p>
<input
id="serverUrl"
@ -165,7 +165,7 @@ export default function Page() {
<>
<main className={styles.main} data-lk-theme="default">
<div className="header">
<img src="/images/livekit-meet-home.svg" alt="LiveKit Meet" width="360" height="45" />
<img src="/images/livekit-meet-home.svg" alt="JW Nexus" width="360" height="45" />
<h2>
Open source video conferencing app built on{' '}
<a href="https://github.com/livekit/components-js?ref=meet" rel="noopener">

8180
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
{
"name": "livekit-meet",
"name": "JW Nexus",
"version": "0.2.0",
"private": true,
"scripts": {