WhatSend is a progressive web app (PWA) that lets you send direct WhatsApp messages to people without having to save their mobile number in your 0contacts. Additionally, it allows you to send messages to a list of phone numbers all at once.
The app is built using Svelte, a modern JavaScript framework that offers fast performance and easy-to-read code. By using Svelte, we have ensured that the app runs smoothly and quickly, without any lag.
Legacy version was made using React. Checkout the code here
WhatSend is a PWA, which means it can be installed on your device just like a native app. Follow these simple steps to install WhatSend on your device:
1.Follow the prompts to install the app on your device
To get started with WhatSend follow these steps
git clone [email protected]:aromalanil/WhatSend.git
cd WhatSend
npm i
npm run dev
To setup WhatSend in production follow these steps
git clone [email protected]:aromalanil/WhatSend.git
cd WhatSend
npm i
npm run build
/build
directory. Serve all static files from this directory.WhatSend is licensed under the MIT License. See the LICENSE file for more information.