This is the frontend for Helixque, a professional real-time video chat application that connects people based on preferences, built with Next.js.
Make sure the backend server is running first (see main README for backend setup).
Then, run the frontend development server:
npm run devOpen http://localhost:3000 (or the next available port) with your browser.
Important: You'll need to allow camera and microphone permissions for the application to work properly.
app/page.tsx- Landing pageapp/match/page.tsx- Device setup and preference-based user matchingcomponents/RTC/DeviceCheck.tsx- Camera/microphone setup interfacecomponents/RTC/Room.tsx- Main professional video chat room component
This project uses WebRTC for peer-to-peer video communication and Socket.IO for real-time signaling, enabling professional networking through video conversations.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.