git404hub

what is whatsappcoding fr?

rajibbora1965/whatsappcoding — explained in plain English

Analysis updated 2026-05-18

1TypeScriptAudience · developerComplexity · 5/5Setup · hard

tl;dr

A system design write-up for controlling an AI coding agent on your laptop from WhatsApp, with a proxy layer and cloud sync to keep it running and affordable.

vibe map

mindmap
  root((WhatsApp Coding))
    What it does
      Mobile coding control
      WhatsApp interface
      Approval before merge
    Tech stack
      TypeScript
      Node.js proxy
      Baileys bridge
      GCP VM
    Use cases
      Remote code review
      Mobile approval flow
      Cost-capped AI coding
    Audience
      Developers
      Technical leads
    Safety
      Manual approval checkbox
      Separate WhatsApp number
      Trademark disclaimer

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Review and approve AI-generated code changes from a phone while away from a computer.

VIBE 2

Trigger a coding agent to make changes in a real project folder by sending a WhatsApp message.

VIBE 3

Study this repo's proxy design as a reference for reducing token usage sent to an AI coding tool.

VIBE 4

Design a similar always-on cloud sync system to keep OAuth credentials fresh for a local development tool.

what's the stack?

TypeScriptNode.jsGCP

how it stacks up fr

rajibbora1965/whatsappcoding0xkinno/neuralvault0xmayurrr/ai-contractauditor
Stars111
LanguageTypeScriptTypeScriptTypeScript
Setup difficultyhardhardeasy
Complexity5/54/52/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · hard time til it works · 1day+

The README is a system architecture description, not a runnable setup, with no included installation steps or code walkthrough.

in plain english

WhatsApp Coding is a system design document describing a way to control an AI coding assistant on your laptop from your phone, using WhatsApp as the messaging interface. The idea is that a busy person can send a coding request as a WhatsApp message, have an AI agent on their MacBook actually read files, write code, and run shell commands in a real project folder, then approve or reject the result from their phone before anything gets merged. The README describes four main parts working together. First, a dedicated WhatsApp number, kept separate from personal chats, connects through a messaging bridge that mimics a normal desktop browser so the connection is not blocked. Messages sent there trigger a background process on the local computer that performs the actual coding work. Second, a local proxy program intercepts network traffic between the desktop coding tool and its AI provider, stripping out large repeated blocks of text the tool normally sends, which reduces how much text is processed per request, and rebuilding response data so the desktop tool keeps working correctly. Third, that proxy routes expensive, longer AI reasoning requests through a separate flat-rate subscription service instead of a pay-per-use API, to keep costs predictable. Fourth, because a laptop can go to sleep, an always-on cloud virtual machine keeps login credentials refreshed in the background and syncs them back down to the laptop every few minutes. For safety, any code change proposed through this system is shown as a block of text inside the WhatsApp conversation, and the user has to actively confirm they are not driving before a change can be approved or merged. The README ends with a disclaimer noting the various company and product names mentioned are trademarks of their respective owners and that this is an independent project, not officially connected to any of them. This repository is documentation of an architecture rather than a ready-to-run application. It does not include setup instructions, source code walkthroughs, or a license, so it would mainly interest developers curious about the design rather than people looking to install and use it directly.

prompts (copy fr)

prompt 1
Explain how the antigravity-proxy in this repo strips repeated system prompt text to reduce tokens per request.
prompt 2
Walk me through the four components of this architecture, from the WhatsApp message to the approved code merge.
prompt 3
What role does the always-on GCP VM play in keeping this system's authentication working when the laptop sleeps?
prompt 4
Explain the safety gating described in this repo where a user must confirm they are not driving before approving a change.
prompt 5
Design a minimal version of this architecture using a webhook instead of a Baileys-based WhatsApp bridge.

Frequently asked questions

what is whatsappcoding fr?

A system design write-up for controlling an AI coding agent on your laptop from WhatsApp, with a proxy layer and cloud sync to keep it running and affordable.

What language is whatsappcoding written in?

Mainly TypeScript. The stack also includes TypeScript, Node.js, GCP.

How hard is whatsappcoding to set up?

Setup difficulty is rated hard, with roughly 1day+ to a first successful run.

Who is whatsappcoding for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.