WhatSharer is a tool to text numbers you haven't saved, make shareable WhatsApp messages, generate WhatsApp message URLs and send bulk WhatsApp messages easily.
WhatSharer is an open-source PWA using the GNU-GPLv3 license hosted at https://whatsharer.com/
- Just type your message in, click the Send button below it and then select the contacts/groups to send the message to.
- Just type the number you want to message. You can leave the Message box empty. Click send to start messaging.
- Contribute to the code Check the next section for technical details of the project.
- Give Feedback/Suggestions
- Monetary Donation
- Emotional Support
- Clone the repository locally.
- Navigate to the directory.
cd whatsharer
. - Run
npm install
to install dependencies. - Run
npm run start
to start the development server. - Run
npm run test
to test. - Run
npm run build
to create a optimized production build.