Skip to content

Bulk WhatsApp Messaging Tool with VCF Support#2

Open
Oxseries wants to merge 3 commits into
mainfrom
feature/whatsapp-bulk-sender-9533509992215005468
Open

Bulk WhatsApp Messaging Tool with VCF Support#2
Oxseries wants to merge 3 commits into
mainfrom
feature/whatsapp-bulk-sender-9533509992215005468

Conversation

@Oxseries

Copy link
Copy Markdown
Owner

This change implements a personalized bulk WhatsApp messaging tool within the professional dashboard.

Key Features:

  • VCF File Support: Users can upload .vcf files exported from their phones. The tool extracts contact names and phone numbers using an improved regex parser that handles various vCard formats.
  • Personalized Templating: Messages can include a {name} placeholder which is automatically replaced with the contact's name before sending.
  • Bulk Messaging UI: A dedicated interface within the Advantage dashboard allows managing the contact list and composing messages.
  • Manual "Bulk" Send: Provides one-click buttons to open wa.me links for each contact, ensuring compatibility with WhatsApp Web and Desktop while avoiding browser popup blockers for automated bulk sending.
  • Data Persistence: Uses localStorage to keep the contact list and message templates saved in the browser across sessions.

Technical Improvements:

  • Defined Contact interface for better type safety.
  • Added comprehensive Turkish and English translations.
  • Fixed relative import paths throughout the application to use the correct ./ prefix for root-level files.
  • Added a .gitignore to maintain repository hygiene by excluding node_modules and build artifacts.
  • Verified the implementation with a successful production build and visual testing.

PR created automatically by Jules for task 9533509992215005468 started by @Oxseries

- Add VCF file parsing for contact extraction (name and phone)
- Create WhatsAppBulkSender component with message templating
- Integrate tool into the professional Advantage dashboard
- Implement local persistence for contacts and templates
- Fix internal import paths and add .gitignore
- Support Turkish and English translations

Co-authored-by: Oxseries <259900064+Oxseries@users.noreply.github.com>
@google-labs-jules

Copy link
Copy Markdown

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@vercel

vercel Bot commented Mar 28, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
v0-ox-series-tecnology Ready Ready Preview, Comment, Open in v0 Mar 29, 2026 8:48am

- Redesign WhatsAppBulkSender as a tabbed mobile-app interface
- Enhance Advantage dashboard with app-style navigation and responsiveness
- Improve VCF parsing logic with robust regex and contact validation
- Refine localStorage persistence to avoid state hydration race conditions
- Secure Telegram credentials using Vite environment variables
- Fix internal root-level imports across components
- Support Turkish and English translations for the new app tool

Co-authored-by: Oxseries <259900064+Oxseries@users.noreply.github.com>
- Refactor WhatsAppBulkSender with side-by-side dashboard for desktop and tabbed view for mobile
- Optimize AdvantageModal with high-end web UX/UI (refined typography, spacing, transitions)
- Audit and refine responsiveness across Hero, Ingredients, Ritual, and PharmacyLocator
- Fix internal import paths and add local index.css for tailwind
- Secure Telegram credentials with environment variables
- Implement robust VCF parsing and localStorage persistence

Co-authored-by: Oxseries <259900064+Oxseries@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant