Warning This is a work-in-progress and not the finished product.
I work on this project fir an hour or so whenever I have free time during the night after work. Feel free to leave feature suggestions and/or contribute to the project.
This project was conceived as an experiment to explore the capabilities of Next.js 13. The primary objective was to build a modern application that incorporates a variety of features including, but not limited to, authentication, API route handlers, middleware, and server components.
The application is designed to simulate a video call platform, providing a practical context in which to apply and test these features. It leverages the power of Next.js 13 to handle server-side operations, routing, and server side rendering.
Key features of the application include:
- User Authentication: Ensuring secure access to the application and protecting user data.
- API Routes: Facilitating communication between the client and server, enabling data exchange for various application features.
- Middleware: Managing the sequence of functions that process requests and responses.
- Server Components: Utilizing Next.js 13's server components to deliver an optimized user experience. T his project is an ongoing experiment, with plans for further exploration and expansion of its capabilities.
A list of things not working right now:
- Share screen functionality is not working.
- Invite email is not working. (Using React Email and Nodmailer, email sending works, but Resend with React Email throws this error when sending: "The gmail.com domain is not verified. Please, add and verify your domain on Resend". The doamin has been verified and an api key generated for it. I can't seem to find any documentation or issues online that address this.)
- Invite email with React Email and Resend
- Scheduling calls
- Screen Annotations
- Deleting calls records
- In call chat
- Call recording
- View call details
- Rejoiing calls
- Call transcription
- Call limits
- Screen sharing
git clone https://github.com/JaleelB/callsquare
pnpm i
Create a .env.local
file in the root directory and add the environment variables as shown in the .env.example
file.
Follow the deployment guides for Vercel, Netlify and Docker for more information
Licensed under the MIT License. Check the LICENSE file for details.
Contributions are welcome! Please open an issue if you have any questions or suggestions. Your contributions are welcomed and will be acknowledged.
See the contributing guide for more information.