Baileys is community-maintained. Contributions of every size are welcome — bug reports, code fixes, doc improvements, and translations.Documentation Index
Fetch the complete documentation index at: https://whiskeysockets-docs-jids-socket-config-ptbr.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Contributing code
- Fork WhiskeySockets/Baileys and create a branch from
master. - Run the project locally with Yarn 4 (via
corepack). The project is ESM-only — see Migrate to Baileys v7 if you’re unfamiliar with the setup. - Add or update tests where it makes sense.
- Open a pull request describing your change and the issue or use case it addresses.
Contributing to the docs
These docs live at WhiskeySockets/docs. Edits follow the same flow as code:- Fork the repo and create a branch.
- Edit the relevant
.mdxfiles. - Open a pull request — preview deployments are generated automatically.