Show HN: A stateless search proxy using Cloudflare Workers
Category: devtools
Tags: edge-computing, privacy-proxy, search, cloudflare-workers, caching
Score: 5.3/10 (Innovation: 4, Technical: 5, Documentation: 7, Utility: 5)
A Cloudflare Worker proxy that sanitizes search requests, strips tracking metadata, and caches autocomplete suggestions at the edge for improved privacy and global performance. It's interesting as a practical implementation of edge computing for privacy-preserving search, though it builds on established patterns of request proxying and caching.
Target audience: frontend devs, backend devs
Repository: https://github.com/logotam-app/stateless-search-proxy · JavaScript · MIT
View on Hacker News