Search any topic or country, and it turns headlines into a short, structured report.
Runs locally in your browser (Llama 3.2 via WebLLM)
No data leaves your device
Includes sources
Desktop browser only for now (mobile is slow).
Looking for feedback on usefulness and accuracy.
Top comments (1)
Nice build — running Llama 3.2 fully on-device via WebLLM is a strong privacy story. I ran a quick health check on news-scope.netlify.app while reading:
Passing: HSTS (max-age=1y, includeSubDomains, preload), TLS 1.3 cert good for 226 days, exactly one H1, clean 200 with no redirect chain.
Worth a look before you promote it further:
default-src 'self'closes most of that class.On Netlify all five headers are a single deploy: drop a
_headersfile in your publish directory (or a[[headers]]block in netlify.toml) — no app code change needed.Happy to run a fuller free scan (timing breakdown, TLS chain, SEO) and send over the report if that's useful — just say the word.