Sticki is a collaborative whiteboard application that allows users to draw, share, and communicate in real-time. It is designed for teams and individuals to brainstorm ideas and visualize concepts together.
- Real-time drawing and collaboration
- User authentication with Supabase
- Private and public room options
- Chat functionality for communication
- Link sharing for easy access to rooms
- Clone the repository:
git clone https://github.com/yourusername/sticki.git
- Navigate to the project directory:
cd sticki - Install the dependencies:
npm install
- Set up your environment variables (e.g., Supabase credentials).
- Start the development server:
npm start
- Create a new room or join an existing one using the unique room link.
- Use the drawing tools to collaborate with others in real-time.
- Communicate with team members through the integrated chat feature.