Welcome to BoardFlow, a collaborative whiteboard application built using Next.js 14.0, Tailwind CSS, TypeScript, Clerk, Convex, and Liveblocks. This app empowers users to create organizations, join existing ones, and collaboratively work on boards where they can utilize various tools such as text, notes, rectangles, circles, images, and pencils. Users can manipulate objects on the whiteboard by selecting, resizing, deleting, or changing their layering order.
- Organization Management: Users can create and join organizations to collaborate with teammates.
- Interactive Whiteboard: Create boards within organizations and use various tools to express ideas collaboratively.
- Object Manipulation: Select, resize, delete, or change the layering order of objects on the whiteboard.
- Toolset: Utilize a diverse set of tools, including text, notes, rectangles, circles, images, and pencils.
Make sure you have the following installed:
-
Clone the repository:
git clone https://github.com/Biplo12/BoardFlow.git
-
Navigate to the project directory:
cd boardflow
-
Install dependencies:
npm install # or yarn install
- Next.js - React framework for server-rendered React applications.
- Tailwind CSS - A utility-first CSS framework.
- TypeScript - Superset of JavaScript that adds static typing.
- Clerk - Authentication and user management.
- Convex - Real-time collaboration and synchronization.
- Liveblocks - Real-time collaboration infrastructure.
-
Run the development server:
npm run dev # or yarn dev
-
Open your browser and navigate to http://localhost:3000.
-
Start collaborating with your team on the cooperative whiteboard!
Contributions are welcome!
This project is licensed under the MIT License