renovate-botandrmcampos 7aa3d9284a
Build and Push / build (push) Successful in 56s
chore(deps): update node.js to v24 (#7)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [node](https://github.com/nodejs/node) | final | major | `22-alpine` → `24-alpine` |
| [node](https://github.com/nodejs/node) | stage | major | `22-alpine` → `24-alpine` |

>  **Important**
>
> Release Notes retrieval for this PR were skipped because no github.com credentials were available.
> If you are self-hosted, please see [this instruction](https://github.com/renovatebot/renovate/blob/master/docs/usage/examples/self-hosting.md#githubcom-token-for-release-notes).

---

### Configuration

📅 **Schedule**: (UTC)

- Branch creation
  - At any time (no schedule defined)
- Automerge
  - At any time (no schedule defined)

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTIuMSIsInVwZGF0ZWRJblZlciI6IjQzLjI1Mi4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

---------

Co-authored-by: Ricardo Campos <ricardompcampos@gmail.com>
Reviewed-on: #7
Co-authored-by: Renovate Bot <renovate-bot@lightroasted.vps-kinghost.net>
2026-07-22 21:11:48 +00:00

shell-whats

WhatsApp Business API chatbot with Claude AI and Chatwoot human-agent handoff.

Prerequisites

  • Node.js 22+
  • Task (brew install go-task / npm install -g @go-task/cli)
  • Doppler CLI (brew install dopplerhq/cli/doppler)

Setup

# 1. Install dependencies
npm install

# 2. Authenticate with Doppler and link the project
doppler login
doppler setup   # uses doppler.yaml to link to the shell-whats project

Running locally

task dev-run

This exports the public vars from the dev_tokens Doppler config and starts the server in watch mode with secrets injected from dev_secrets. No .env file needed.

Building the Docker image

task build
S
Description
[k3s] Node.js backend API for Meta's WhatsApp Business
Readme MIT
134 KiB
Languages
JavaScript 63.2%
Shell 18.2%
HCL 18%
Dockerfile 0.6%