Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aromalanil/whatsend

📱 A Webapp which lets you reach out to anyone on Whatsapp without saving the number to contact ☎
https://github.com/aromalanil/whatsend

hacktoberfest message pwa svelte sveltejs whatsapp whatsapp-messages whatsapp-web

Last synced: 23 days ago
JSON representation

📱 A Webapp which lets you reach out to anyone on Whatsapp without saving the number to contact ☎

Awesome Lists containing this project

README

        


logo

WhatSend


Send Whatsapp messages to anyone without saving contact





GitHub issues  
GitHub license  
GitHub stars  
GitHub stars  
GitHub forks

Netlify Build



## Download ⏬

Get it on Google Play

## About ℹ

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](https://github.com/aromalanil/WhatSend/tree/v2-legacy-react)

## Features 🎈

- ### BroadCasting Option 📢
Send messages to a list of phone numbers which are not in your contact
- ### Works offline 🚫
WhatSend is a PWA, which means it can be installed on your device just like a native app. Once install you don't need internet to access WhatSend. However, you **will need internet to send your message** 🙈
- ### Simple UI 📱
WhatSend provides you a simple and straight forward UI which is a breeze to use
- ### Fast and responsive 🚀
WhatSend is build with Svelte a modern JavaScript framework that offers fast performance. The app runs smoothly and quickly, without any lag.

## Installation 🔧

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. Open WhatSend in your browser: https://whatsend.netlify.app.
1.Follow the prompts to install the app on your device
1. Once installed, you can open WhatSend like any other app on your device

## Development

### Local

To get started with WhatSend follow these steps

1. Clone the repo and cd into it.

```bash
git clone [email protected]:aromalanil/WhatSend.git
cd WhatSend
```

2. Install all the npm packages

```bash
npm i
```

3. Start the development server with hot reload.

```bash
npm run dev
```

### Production

To setup WhatSend in production follow these steps

1. Clone the repo into your server

```bash
git clone [email protected]:aromalanil/WhatSend.git
cd WhatSend
```

2. Install all the npm packages

```bash
npm i
```

3. Generate the build

```bash
npm run build
```

4. The build will be generated in the `/build` directory. Serve all static files from this directory.

## License

WhatSend is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.

## Author ✍🏻

[Aromal Anil](https://aromalanil.in)