https://github.com/sarthak-dhaduk/virtual-collab-studio
Virtual Collab Studio is an online hub for collaborative programming. It enables users to join or create workspaces, write and execute code in a web-based editor, and share or publish code snippets with the community. The platform promotes effortless teamwork and seamless code collaboration.
https://github.com/sarthak-dhaduk/virtual-collab-studio
blog bootstrap client code code-editor collabration community compiler expressjs mongodb nodejs reactjs server websocket
Last synced: 4 months ago
JSON representation
Virtual Collab Studio is an online hub for collaborative programming. It enables users to join or create workspaces, write and execute code in a web-based editor, and share or publish code snippets with the community. The platform promotes effortless teamwork and seamless code collaboration.
- Host: GitHub
- URL: https://github.com/sarthak-dhaduk/virtual-collab-studio
- Owner: sarthak-dhaduk
- License: mit
- Created: 2025-02-27T12:29:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-10T11:06:57.000Z (6 months ago)
- Last Synced: 2026-01-11T03:33:39.826Z (6 months ago)
- Topics: blog, bootstrap, client, code, code-editor, collabration, community, compiler, expressjs, mongodb, nodejs, reactjs, server, websocket
- Language: JavaScript
- Homepage:
- Size: 905 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
Virtual Collab Studio (VC Studio)
An innovative collaborative coding platform for seamless teamwork and code sharing.
Explore the docs ยป
Download ZIP
ยท
Report Bug
ยท
Request Feature
### ๐งญ Navigations for exploration
---
๐ About The Project โข
โจ Key Features โข
๐ ๏ธ Built With โข
๐จ UI Design โข
๐ Getting Started
๐ Prerequisites โข
๐ฆ Installation โข
โถ๏ธ Running the Project โข
๐ก Usage โข
๐ค Contributing โข
๐ง Contact
---
## ๐ About The Project
"Virtual Collab Studio (VC Studio)" is a collaborative coding platform designed for teams to code together in real time, share ideas, and publish their work for the community. Built as a project by Sarthak Dhaduk, Yash Lalani, and Jigar Kalariya, it features a seamless blend of collaborative coding and a blog-style sharing interface.
The project consists of two components within one project directory **Virtual-Collab-Studio**:
1. **VC-Studio-Server:**
- An **Express.js** project utilizing **WebSockets** and APIs for real-time collaboration.
2. **VC-Studio-Client:**
- A **React.js** project built with **Bootstrap** for UI styling and API integration.
[![Project Overview][product-screenshot]]()
## โจ Key Features
- **Collaborative Workspace:** Create and join real-time coding sessions using a unique workspace ID.
- **Code Editor & Compiler:** Work collaboratively on code with live compilation support.
- **Community Blog:** Share code snippets with titles and descriptions, allowing others to review and rate them.
- **Real-Time Communication:** Use WebSocket technology for instant updates and seamless interaction.
- **Open Source:** A community-driven project open for contributions and enhancements.
## ๐ ๏ธ Built With
This section list all the technologies used for building the web application.
- [![React][React]][React-url]
- [![Vite][Vite]][Vite-url]
- [![Bootstrap][Bootstrap]][Bootstrap-url]
- [![Express.js][Express]][Express-url]
- [![MongoDB][MongoDB]][MongoDB-url]
- [![API][API]][API-url]
- [![WebSockets][WebSockets]][WebSockets-url]
- [![Node.js][NodeJS]][NodeJS-url]
## ๐จ UI Design
The user interface of "Virtual Collab Studio" has been meticulously crafted to provide a user-friendly and efficient collaborative coding experience. From real-time code editing to blog functionality, the design ensures an intuitive and engaging experience.
You can explore the complete UI design on Figma using the link below:
[](https://www.figma.com/design/dS6tIrJ03cLN41jJmvKMpr/Virtual-Collab-Studio?node-id=0-1&t=pS4vUxGyLqiDXKxL-1)
## ๐ Getting Started
Follow these instructions to set up and run the **Virtual Collab Studio** project locally.
---
### ๐ Prerequisites
Before running the project, ensure you have the following installed:
- **Node.js & npm**
- Download and install [Node.js](https://nodejs.org/) (npm comes with Node.js).
- Verify installation:
```sh
node -v
npm -v
```
- **MongoDB** (Local or Cloud)
- Install [MongoDB](https://www.mongodb.com/try/download/community) for local use.
- Alternatively, use **MongoDB Atlas** for a cloud database.
- Start MongoDB locally:
```sh
mongod
```
- **Git**
- Download and install [Git](https://git-scm.com/downloads).
- Verify installation:
```sh
git --version
```
---
### ๐ฆ Installation
_Follow these steps to install and run the project locally:_
1. **Clone the repository:**
```sh
git clone https://github.com/sarthak-dhaduk/Virtual-Collab-Studio.git
```
```sh
cd Virtual-Collab-Studio
```
2. **Install Dependencies for Both Backend and Frontend:**
```sh
npm run install-all
```
3. **Configure MongoDB Connection:**
- Navigate to `VC-Studio-Server/config/db.js` (or wherever the connection file is located).
- Replace the default MongoDB connection string with your local or cloud connection string.
- Example:
```js
const mongoose = require("mongoose");
mongoose
.connect("mongodb://localhost:27017/yourDatabaseName", {
useNewUrlParser: true,
useUnifiedTopology: true,
})
.then(() => console.log("MongoDB Connected!"))
.catch((err) => console.error("MongoDB Connection Error:", err));
```
---
### โถ๏ธ Running the Project
After completing all setup steps, start both the **backend** and **frontend** simultaneously using `concurrently`:
```sh
npm run start
```
Your **Virtual Collab Studio** project should now be running locally! ๐
## ๐ก Usage
"Virtual Collab Studio" is designed to simplify collaborative coding and community sharing. Here are some use cases:
- **Real-Time Collaboration:**
- Create or join a workspace using a unique ID and code collaboratively in real-time.
- **Community Blogging:**
- Share code snippets with titles and descriptions on the blog page.
- Rate and review posts from the community.
- **Code Compilation:**
- Write and compile code directly within the collaborative editor.
## ๐ค Contributing
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
## ๐ง Contact
Maintenance Team:
- **Sarthak Dhaduk** - [sarthakdhaduk1111@gmail.com](mailto:sarthakdhaduk1111@gmail.com)
- **Yash Lalani** - [yashlalani43@gmail.com](mailto:yashlalani43@gmail.com)
- **Jigar Kalariya** - [jigar.kalariya28@gmail.com](mailto:jigar.kalariya28@gmail.com)
[logo]: VC-Studio-Client/public/icon2.svg
[contributors-shield]: https://img.shields.io/github/contributors/sarthak-dhaduk/Virtual-Collab-Studio.svg?style=for-the-badge
[contributors-url]: https://github.com/sarthak-dhaduk/Virtual-Collab-Studio/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/sarthak-dhaduk/Virtual-Collab-Studio.svg?style=for-the-badge
[forks-url]: https://github.com/sarthak-dhaduk/Virtual-Collab-Studio/network/members
[stars-shield]: https://img.shields.io/github/stars/sarthak-dhaduk/Virtual-Collab-Studio.svg?style=for-the-badge
[stars-url]: https://github.com/sarthak-dhaduk/Virtual-Collab-Studio/stargazers
[issues-shield]: https://img.shields.io/github/issues/sarthak-dhaduk/Virtual-Collab-Studio.svg?style=for-the-badge
[issues-url]: https://github.com/sarthak-dhaduk/Virtual-Collab-Studio/issues
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/sarthak-dhaduk
[product-screenshot]: VC-Studio-Client/public/Thumbnail.png
[React]: https://img.shields.io/badge/React-61DAFB?style=for-the-badge&logo=react&logoColor=black
[React-url]: https://react.dev/
[Vite]: https://img.shields.io/badge/Vite-FDCB58?style=for-the-badge&logo=vite&logoColor=black
[Vite-url]: https://vitejs.dev/
[Bootstrap]: https://img.shields.io/badge/Bootstrap-6F42C1?style=for-the-badge&logo=bootstrap&logoColor=white
[Bootstrap-url]: https://getbootstrap.com/
[Express]: https://img.shields.io/badge/Express.js-303030?style=for-the-badge&logo=express&logoColor=white
[Express-url]: https://expressjs.com/
[MongoDB]: https://img.shields.io/badge/MongoDB-47A248?style=for-the-badge&logo=mongodb&logoColor=white
[MongoDB-url]: https://www.mongodb.com/
[API]: https://img.shields.io/badge/API-FF5733?style=for-the-badge&logo=fastapi&logoColor=white
[API-url]: #
[WebSockets]: https://img.shields.io/badge/WebSockets-0085CA?style=for-the-badge&logo=socket.io&logoColor=white
[WebSockets-url]: https://socket.io/
[NodeJS]: https://img.shields.io/badge/Node.js-339933?style=for-the-badge&logo=node.js&logoColor=white
[NodeJS-url]: https://nodejs.org/