Command Palette

Search for a command to run...

Discord

Last edited April 8, 2026

Introduction

Welcome to the official guide for whatsapp-web.js

If you’re here, you’re probably interested in creating a WhatsApp bot or application using whatsapp-web.js. This guide will walk you through it.

Before you begin

To develop an application with whatsapp-web.js, you should be reasonably comfortable with JavaScript and Node.js. While it is possible to assemble something with minimal knowledge, doing so without understanding the fundamentals will slow you down. You’ll likely encounter simple issues that become blockers and lead to unnecessary frustration.

If you’re not yet confident with Node.js or JavaScript, review the following resources before proceeding:

Work through a few of these until you’re comfortable with the basics. Once you can confidently write and reason about simple programs, return and continue with the guide.