Try it for free at https://ai.dmeet.org
dMeet is a free, open-source web app for audio/video conferences with a built-in Al translator. Create meetings, Invite friends, & Earn points. Powered by dTelecom.
This demo is a Next.js app. You can deploy to your Vercel account with one click:
Refer to the Next.js deployment documentation for more about deploying to a production environment.
- Open https://vercel.com/dashboard/stores
- Click "Create" at Postgress (Beta)
- Select storage type "Postgress" and press "Continue"
- Type database name, select location and press "Create"
- Press "Connect Project" in "Getting started" section, select your project
- Redeploy your project
Clone the repo and install dependencies:
git clone [email protected]:dTelecom/ai.dmeet.org.git
cd ai.dmeet.org
npm installCreate a new project at https://cloud.dtelecom.org. Then create a new key in your project settings.
Edit .env.development file to add your new API key and secret
API_KEY=<your api key>
API_SECRET=<your api secret>
Then run the development server:
npm run devYou can test it by opening http://localhost:3000 in a browser.