±takeaseat/devtools
cloud cost audit · MIT · zero deps · no AWS creds

Find cloud waste
before you deploy it.

cloudcost-doctor reads your Terraform & CloudFormation and flags cost anti-patterns — overprovisioned instances, expensive storage defaults, idle resources — in your terminal, in under a second. No AWS credentials. No dependencies. Works offline.

50+ cost rules Zero dependencies 30 tests passing MIT open source
main.tf — cost audit
EC2.01 t2.micro → t3.micro ~$8-40/mo
EBS.01 gp2 volume → gp3 ~$10-12/mo
!RDS.01 Multi-AZ in dev ~$100-1000/mo
!NAT.01 NAT Gateway in dev ~$32-100/mo
+S3.01 No lifecycle policy ~$20-200/mo
+CW.01 No log retention ~$5-100/mo
25 findingsEst. savings: ~$347-2,538/mo
The catalog

Five tools. Each does one thing well.

install free ↗ marketplace
env · diffBlue ocean
.env.local vs .env.prod +

Env Diff

Compare .env files side by side. Spot missing, extra, and changed variables across dev, staging, and prod before you ship.

  • Side-by-side comparison
  • Missing & extra keys flagged
  • Changed-value detection
Free · Pro $4/mo Install ↗
cron · helperUnderserved
*/5 * * * * → every 5 min

Cron Helper

Build, explain, and preview cron schedules in your editor. Human-readable descriptions, a next-run calculator, and a 30+ preset library.

  • Plain-English descriptions
  • Next-run calculator
  • Crontab.guru, in VS Code
Free · Pro $4/mo Install ↗
env · sync7 formats
.env .env.example

Env Sync Pro

Generate .env.example from your .env and keep docs in sync. Seven language formats — Node, Python, Ruby, Go, Rust, Java, PHP.

  • Auto-generate examples
  • Sensitive-key detection
  • Template customization
Free · Pro $5/mo Install ↗
bundle · sizeCI gates
2.4 MB · vendor.js

Bundle Size Analyzer

Find bloated files, heavy imports, and disk hogs instantly. A tree view of your largest files with thresholds and category breakdowns.

  • Tree of largest files
  • Configurable thresholds
  • Exclude patterns
Free · Pro $6/mo Install ↗
todo · extractDebt dashboard
// TODO   // FIXME   // HACK

TODO Extract

Scan your codebase for TODOs, FIXMEs, and debt markers and track them as a structured dashboard — with priority and assignee detection.

  • TODO / FIXME / HACK / XXX
  • Priority & assignee filters
  • Export to issue format
Free · Pro $4/mo Install ↗
all · access

Want every Pro feature?

One subscription unlocks Pro across all five extensions and the cron API — the cheapest way in if you use more than one.

All-Access $8/mo Compare tiers ↗
Also free

A cron API for your pipelines.

A stateless REST endpoint to parse, describe, and validate cron expressions — catching impossible schedules before they reach prod. 100 requests/hour free, $5/mo unlimited.

# describe a schedule
$ curl '…/api/cron?expr=*/5 * * * *'
{ "description": "Every 5 minutes",
  "nextRuns": ["12:05", "12:10", …] }

# catch an impossible schedule
$ curl '…/api/cron/validate?expr=0 0 31 2 *'
{ "valid": false,
  "warnings": ["Feb 31 never occurs"] }
# render HTML → PDF
$ curl -X POST pdffleet.com/v1/pdf \
  -H "Authorization: Bearer <key>" \
  -d '{"html":"<h1>Invoice</h1>"}' \
  -o invoice.pdf

# 50 free/mo · $9/mo for 2,000 · $29/mo for 50,000
Managed API · live

PDFFleet — HTML-to-PDF at half the price.

A fast HTML-to-PDF API on the same headless Chromium engine as APITemplate, PDFMonkey, and Paperplane — but with more PDFs at a lower price and a more generous free tier. Accounts, API keys, usage metering, and billing built in.

Free forever. Pro when you need it.

Every extension's core features are free. No card, no telemetry, no expiry.

$0install
$4per-ext pro
$8all-access
Compare tiers →