renbuilds

↗ HN profile [ 27.3 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Hey HN! I built Date Clue because I kept hearing the same dating stories from friends and family. The endless "what does this text mean?" conversations. The overthinking. Asking five different people for five different…

  2. I kept manually deleting UTM parameters and click IDs from URLs before sharing them. Eventually I built a small tool to do it automatically. wirier.com It's a single-page app that strips 210+ tracking parameters from…

  3. I built a tool that scans deployed websites for secrets in production bundles and forgotten API endpoints. https://domainoptic.com/audit Unlike repo scanners (TruffleHog, Gitleaks), this scans what's actually live. What…

  4. I built DomainOptic after almost shipping my Stripe key in a production bundle. It runs 6 checks in a few seconds: * SSL Certificate - validity, expiration, protocol - DNS Health - SPF, DKIM, DMARC (email spoofing…

  5. Built this after almost shipping Stripe key in a production bundle. It runs 6 checks in a few seconds: - SSL Certificate - validity, expiration, protocol - DNS Health - SPF, DKIM, DMARC (email spoofing protection) -…