You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Zaileys is a type-safe, batteries-included WhatsApp bot framework for Node.js and TypeScript built on Baileys — send messages, interactive buttons, AIRich markdown, run commands, broadcast, and persist sessions with pluggable storage.'
9
15
10
16
exportconstmetadata={
17
+
metadataBase: newURL(SITE_URL),
11
18
title: {
12
-
default: 'Zaileys — Simplified WhatsApp API',
19
+
default: 'Zaileys — Simplified WhatsApp API for Node.js & TypeScript',
13
20
template: '%s — Zaileys',
14
21
},
15
-
description: 'Type-safe, batteries-included WhatsApp bot framework for Node.js / TypeScript built on Baileys.',
Copy file name to clipboardExpand all lines: docs/content/api-reference.mdx
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
---
2
+
description: "Zaileys API reference — every public export grouped by area: Client, auth and message stores, builder, events, commands, automation, domain, media, and errors."
Copy file name to clipboardExpand all lines: docs/content/automation.mdx
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
---
2
+
description: "Automate WhatsApp at scale with Zaileys — broadcast to many recipients with rate limiting and progress callbacks, and schedule messages for a future time."
Copy file name to clipboardExpand all lines: docs/content/client.mdx
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
---
2
+
description: "The Zaileys Client: connection lifecycle, autoConnect, send/edit/react/delete/forward, and the group, presence, privacy, newsletter and community namespaces."
Copy file name to clipboardExpand all lines: docs/content/commands.mdx
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
---
2
+
description: "Build a command bot with Zaileys — set a commandPrefix, register commands with aliases, parse arguments, and chain middleware with a typed context."
0 commit comments