WebWrite is a web-based tool for designing and sharing mind maps, whiteboards, and flowcharts. It supports real-time collaboration, allowing users to invite editors and viewers to their workspace. The application is built using Next.js, React, Tailwind CSS, and TypeScript.
- Mind Maps, Whiteboards, and Flowcharts: Create and manage different types of visual content.
- Real-Time Collaboration: Work together with others in real-time.
- User Authentication: Secure authentication using Clerk.
- Responsive Design: User-friendly and responsive interface designed with Tailwind CSS.
- Frontend: Next.js, React, Tailwind CSS, TypeScript
- Authentication: Clerk
- Real-Time Collaboration: Liveblocks
Make sure you have the following installed:
- Node.js (v14 or later)
- npm or yarn
git clone https://github.com/MOHITH-2002/webwrite.git .
npm install
Start the development server:
npm run dev
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.