A free, open-source alternative to Miro, offering real-time collaboration on an infinite canvas. Designed for brainstorming, planning, and visualization, it provides a user-friendly platform built with widely-known technologies for easy customization and self-hosting.
Visit the product page here: https://mfgoes.github.io/CollaboCanvas/
- Real-time collaboration
- Infinite canvas
- Basic shapes and text
- Create multiple boards
- Drag and drop functionality
- Zoom and pan
- Export and import as image or PDF
- User authentication and authorization
- Create a share link with an optional password
- Undo changes
- Change text sizes
- Change shape colors
- Add scalable post-its with adjustable colors
- Front-end: React.js
- Back-end: Node.js, Express.js
- Database: MongoDB
- Real-time communication: Socket.IO
- Node.js (latest LTS version)
- npm (latest version)
- MongoDB (latest version)
- Clone the repository:
bashCopy code
git clone https://github.com/yourusername/collaboCanvas.git
- Change to the project directory:
bashCopy code
cd collabocanvas
- Install dependencies:
Copy code
npm install
- Create a
.env
file in the root folder and add the required environment variables (refer to the.env.example
file for guidance). - Start the development server:
arduinoCopy code
npm run dev
- Open your browser and navigate to
http://localhost:3000
to view the application.
We welcome contributions from the community! If you're interested in helping develop CollaboCanvas, please follow these steps:
- Fork the repository
- Create a feature branch:
git checkout -b feature/your-feature-name
- Commit your changes:
git commit -m "Add your feature"
- Push your branch:
git push origin feature/your-feature-name
- Open a pull request in the original repository
Please make sure your code follows the existing coding style and guidelines. When submitting a pull request, please provide a clear description of the changes and reference any related issues.
CollaboCanvasis released under the MIT License. See the LICENSE file for more information.
For any questions, issues, or suggestions, please open an issue on GitHub or contact the project owner at mfgoes1@gmail.com
.
https://twitter.com/MischaProjects