wplink lets you start a WhatsApp chat in one tap, no need to clutter your address book.
Type any number, hit “Message on WhatsApp” and the conversation opens instantly (WhatsApp must be signed in).
- Have a default message after the whatsapp chat has opened
- One-click save to Google Contacts
- One-click save on phone (download a .vcf file)
- Auto saved history that never leaves your device (saved on browser locally)
- Privacy blur options to prevent from leaking numbers while streaming
Project Repo: wplink
Requires
bunornodejsinstalled and up to date
Go to the root folder where package.json exists.
# Using bun
bun install
# Using npm
npm install# or
bun run dev
# Using npm
npm run dev| Command | Action |
|---|---|
bun run dev |
Starts local dev server at localhost:4321 |
bun run build |
Build your production site to ./dist/ |
bun run preview |
Preview your build locally, before deploying |
bun run astro ... |
Run CLI commands like astro add, astro check |
bun run astro -- --help |
Get help using the Astro CLI |
just replace
bunwithnpmif you're using npm
- Astro 5.2
- React 19
- Nanostore (storage/state management)
- Tailwind CSS v4
- Radix UI Primitives
- Shadcn components
- Tailwind CSS animations using tailwindcss-motion
- Prettier for formating with tailwind plugin configure
- Data
src/lib/data/* - Metadata config
src/lib/data/siteData.ts - Types
src/types/*
- Website: ardastroid.com
- Email: hello@ardastroid.com
- GitHub: @ardzero
MIT License
Copyright (c) 2026 Ard Astroid / Farhan Ashhab Nur
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
