Vulnerable Persons Defense League of New York β open-source intelligence toolkit
VPDLNY (Vulnerable Persons Defense League of New York) is a collective of technologists, artists, and researchers based in New York City.
Our mission: use knowledge and information β never violence β to defend marginalized and vulnerable people against powerful entities and institutions.
Information asymmetry is how the powerful stay powerful. We close the gap.
| Tool | Description | Status |
|---|---|---|
| FaceHeatMap | US facial recognition contract tracker | π’ Live |
| WarHeatMap | Global conflict intelligence platform | π’ Live |
| StraitTracker | Strait of Hormuz geopolitical intelligence | π’ Live |
| CapWatch Public | Capitol surveillance tracker | π’ Live |
| EdgeIntel | OSINT news aggregation platform | π’ Live |
| CF OSINT Toolkit | Cloudflare Workers OSINT patterns | π’ Open Source |
| Bluesky Campaign Engine | AT Protocol campaign automation | π’ Open Source |
| VibesMom | AI mental health support bot | π’ Open Source |
All VPDLNY tools are built on the same stack:
Cloudflare Workers (edge compute, zero cold start)
+ D1 (SQLite at edge, primary data)
+ KV (cache, flags, rate limits)
+ R2 (images, documents, blobs)
+ Anthropic Claude (AI reasoning)
+ AT Protocol (Bluesky, open social)
+ Bitcoin (sovereign payments, no middlemen)
No AWS. No GCP. No Azure. No vendor lock-in. No surveillance capitalism.
Each tool in this org deploys as a standalone Cloudflare Worker:
# 1. Clone the repo
git clone https://github.com/indicaindependent/<tool-name>
cd <tool-name>
# 2. Install Wrangler
npm install -g wrangler
wrangler login
# 3. Create required D1 / KV bindings (see each repo's README)
wrangler d1 create <db-name>
wrangler kv namespace create <kv-name>
# 4. Set secrets
wrangler secret put ANTHROPIC_API_KEY
# 5. Deploy
wrangler deployAll tools require only a Cloudflare account (free tier) and an Anthropic API key.
All tools are free at the point of use. If you find them useful:
βΏ Bitcoin: bc1qyrtasy0naxauhf3yeg05ztu2x5vmx9jxjzsq2a
- π Open an issue on any tool repo
- π§ Submit a PR β all contributions welcome
- π¦ Follow on Bluesky
- π¬ Join the Discord