{"id":18307327,"url":"https://github.com/nishantdecode/isleverse-fe","last_synced_at":"2026-04-07T09:32:31.119Z","repository":{"id":259729478,"uuid":"877950106","full_name":"nishantdecode/isleverse-fe","owner":"nishantdecode","description":"IsleVerse is a real-time communication platform built with Next.js, leveraging WebRTC, WebSockets, and peer-to-peer communication for seamless video calling.","archived":false,"fork":false,"pushed_at":"2024-11-04T03:12:57.000Z","size":4170,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T19:19:17.851Z","etag":null,"topics":["nextjs","peer-to-peer","peerjs","radix-ui","reactjs","shadcn-ui","socket-io","webrtc","websocket"],"latest_commit_sha":null,"homepage":"https://isleverse-fe.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nishantdecode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-24T14:16:36.000Z","updated_at":"2024-11-05T03:18:03.000Z","dependencies_parsed_at":"2024-12-23T04:32:10.646Z","dependency_job_id":null,"html_url":"https://github.com/nishantdecode/isleverse-fe","commit_stats":null,"previous_names":["nishantdecode/isleverse-fe"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nishantdecode/isleverse-fe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nishantdecode%2Fisleverse-fe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nishantdecode%2Fisleverse-fe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nishantdecode%2Fisleverse-fe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nishantdecode%2Fisleverse-fe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nishantdecode","download_url":"https://codeload.github.com/nishantdecode/isleverse-fe/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nishantdecode%2Fisleverse-fe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31508078,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["nextjs","peer-to-peer","peerjs","radix-ui","reactjs","shadcn-ui","socket-io","webrtc","websocket"],"created_at":"2024-11-05T16:03:52.970Z","updated_at":"2026-04-07T09:32:31.096Z","avatar_url":"https://github.com/nishantdecode.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IsleVerse - Video Communication Platform\n![View Count Badge](https://img.shields.io/badge/views-100%2B-brightgreen)\n[![LinkedIn](https://img.shields.io/badge/LinkedIn-nishantdecode-blue)](https://linkedin.com/in/nishantdecode)\n\n\u003e **Note**: The render server might be slow at times, so please allow a few moments for data to load.\n\n## Demo Video\n\n[![Demo Video](https://i.ibb.co/BB20ZLn/isleverse-Thumbnail.jpg)](https://drive.google.com/file/d/1U0OnmX2sftXwjKoXklbUEi2D8a2Sbd67/view)\n\nIsleVerse is a real-time communication platform built with [Next.js](https://nextjs.org/), leveraging WebRTC, WebSockets, and peer-to-peer communication for seamless video calling. This project was bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) and is designed for responsive and robust video interactions.\n\n## Project Structure and Key Technologies\nThis application is structured with separate frontend and backend modules that connect through a WebSocket and API-based architecture. Here's a high-level overview of each:\n\n### Frontend - `isleverse-fe`\nDeveloped with Next.js and styled using Tailwind CSS, the frontend provides a responsive, real-time video and chat interface. The SocketProvider component handles WebSocket initialization, media stream access, and peer connection management. \n\n#### Key Libraries and Technologies\n- **Next.js**: For server-side rendering and optimized builds.\n- **Tailwind CSS**: For responsive and consistent styling.\n- **Socket.io Client**: Facilitates WebSocket-based communication with the backend.\n- **Simple Peer**: Manages peer-to-peer communication for WebRTC.\n- **Shad/cn UI**: Offers accessible and customizable components (avatars, dialogs, etc.).\n- **Framer Motion**: Adds animations for enhanced UI interactions.\n\n### Backend - [isleverse-be](https://github.com/nishantdecode/isleverse-be)\n\nBuilt with Node.js and Express, the backend efficiently manages user authentication, session handling, and real-time data synchronization. It integrates WebSocket for real-time communication, while leveraging MongoDB for data storage.\n\n#### Key Libraries and Technologies\n- **Express.js**: A fast, minimalist web framework for handling HTTP requests.\n- **Socket.io Server**: Enables WebSocket-based, real-time bidirectional communication with the frontend.\n- **Mongoose**: An ODM for MongoDB, providing a schema-based solution for handling data.\n- **JWT (JSON Web Token)**: Used for secure user authentication and authorization.\n- **Bcrypt**: Implements password hashing for enhanced security.\n\n## Getting Started\n\nFirst, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n# or\nbun dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nYou can start editing the page by modifying `app/page.js`. The page auto-updates as you edit the file.\n\nThis project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.\n\n## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n\nYou can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!\n\n## Deploy on Vercel\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme) from the creators of Next.js.\n\nCheck out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnishantdecode%2Fisleverse-fe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnishantdecode%2Fisleverse-fe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnishantdecode%2Fisleverse-fe/lists"}