frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Smplogs – Local-first AWS Cloudwatch log analyzer via WASM

https://www.smplogs.com
3•alonsim•6h ago
smplogs analyzes your AWS CloudWatch log exports (Lambda, API Gateway, ECS) and turns them into severity-ranked findings, root cause analysis, and log signature clusters. The entire analysis engine is written in Go, compiled to WebAssembly, and runs client-side. Your log content never leaves your browser.

Why I built this: I got tired of the CloudWatch debugging loop - staring at raw log streams, writing ad hoc Insights queries, mentally correlating timestamps across invocations, and still not understanding why my Lambda was failing. I wanted something where I could drop a file and immediately see "94% of your failures occur within 200ms of a DynamoDB ProvisionedThroughputExceededException - switch the Payments table to on-demand capacity." Actual root causes, not just "error rate is high."

Technical approach: The core engine is a Go binary compiled to WASM (~analysis.wasm). At build time, Vite computes its SHA-256 hash and bakes it into the JS bundle. At runtime, the browser fetches the WASM, verifies the hash with crypto.subtle.digest before instantiation, and then all parsing and analysis happens in WebAssembly linear memory. The server only sees metadata (file size for rate limiting, a session key). No log content is ever transmitted.

Inside the WASM, there are four analysis modules: a SemanticLogClusterer (groups log lines by pattern, masks variables - so you see "ProvisionedThroughputExceededException: Rate exceeded for table *" appearing 48 times across 12 requests), a ResourceCorrelationEngine (links error spikes to upstream causes like throttling or cold starts), a ColdStartRegressionAnalyzer, and an AnomalyDetector (catches things like slowly increasing memory usage suggesting a leak).

The frontend is vanilla ES modules - no React, no framework. Vite bundles it. Tailwind for styling. The backend is just Vercel serverless functions handling auth, rate limiting, and encrypted storage for Pro users who want to save analyses.

There's also a browser extension (Chrome, Firefox, Edge) that injects an "Analyze" button directly into the CloudWatch console, so you can skip the export step entirely.

What's hard: Tuning the correlation engine thresholds. "94% of failures within 200ms of throttling" is a real finding from testing, but getting the confidence intervals right across wildly different log shapes(a 50-invocation Lambda vs. a 10,000-request API Gateway) is an ongoing challenge. I'm also debating whether to open-source the WASM engine.

What I'd love feedback on:

- Is the zero-knowledge / client-side-only angle compelling enough to overcome the "just another log tool" reaction?

- The free tier is 3 analyses/day. Too low? Too high?

- Would you want a CLI version that pipes CloudWatch logs directly?

You can try a no-signup demo on the landing page - just scroll a bit to see the analysis output on sample logs.

https://www.smplogs.com

Free tier available, no credit card required.

Show HN: Hacker Smacker – Spot great (and terrible) HN commenters at a glance

https://hackersmacker.org
89•conesus•2d ago•83 comments

Show HN: Terminal Phone – E2EE Walkie Talkie from the Command Line

https://gitlab.com/here_forawhile/terminalphone
285•smalltorch•14h ago•73 comments

Show HN: Deff – Side-by-side Git diff review in your terminal

https://github.com/flamestro/deff
77•flamestro•7h ago•49 comments

Show HN: Linex – A daily challenge: placing pieces on a board that fights back

https://www.playlinex.com/
47•Humanista75•2d ago•19 comments

Show HN: Rev-dep – 20x faster knip.dev alternative build in Go

https://github.com/jayu/rev-dep
35•jayu_dev•6h ago•7 comments

Show HN: I Built Smart Radio That Auto-Skips Talk and Ads by Using ML

https://tunejourney.com/
3•FreeGuessr•1h ago•1 comments

Show HN: Beehive – Multi-Workspace Agent Orchestrator

https://storozhenko98.github.io/beehive/
39•mst98•2d ago•17 comments

Show HN: Mission Control – Open-source task management for AI agents

https://github.com/MeisnerDan/mission-control
33•meisnerd•12h ago•5 comments

Show HN: Respectify – A comment moderator that teaches people to argue better

https://respectify.org/
211•vintagedave•1d ago•214 comments

Show HN: Usplus.ai – Build a company of AI agents and execute work autonomously

https://usplus.ai:443/
2•usplusAI•3h ago•4 comments

Show HN: Safari-CLI – Control Safari without an MCP

https://www.npmjs.com/package/@tamasno1/safari-cli
2•boros2me•4h ago•0 comments

Show HN: Modern Reimplementation of the Speck Molecule Renderer

https://github.com/vangelov/modern-speck
25•vlad_angelov•4d ago•4 comments

Show HN: A real-time strategy game that AI agents can play

https://llmskirmish.com/
213•__cayenne__•1d ago•77 comments

Show HN: I ported Tree-sitter to Go

https://github.com/odvcencio/gotreesitter
217•odvcencio•1d ago•104 comments

Show HN: Clocksimulator.com – A minimalist, distraction-free analog clock

https://www.clocksimulator.com/
124•user_timo•1d ago•94 comments

Show HN: Transcribe-Critic – Merge transcript sources for stronger transcript

https://github.com/ringger/transcribe-critic
2•ringger•5h ago•1 comments

Show HN: Django Control Room – All Your Tools Inside the Django Admin

https://github.com/yassi/dj-control-room
131•yassi_dev•1d ago•53 comments

Show HN: I stopped building apps for people. Now I make CLI tools for agents

https://github.com/Aayush9029/homebrew-tap
2•aayush9029•6h ago•0 comments

Show HN: Decoy – A native Mac app for mocking HTTP endpoints locally

https://decoy-app.com/
6•mosselman•6h ago•1 comments

Show HN: Smplogs – Local-first AWS Cloudwatch log analyzer via WASM

https://www.smplogs.com
3•alonsim•6h ago•0 comments

Show HN: I built a local AI-powered Ouija board with a fine-tuned 3B model

https://github.com/SurceBeats/Planchette
4•SurceBeats•6h ago•3 comments

Show HN: Protection Against Zero-Day Cyber Attacks

3•gaurav1086•7h ago•0 comments

Show HN: Browser-based .NET IDE with visual designer, NuGet packages, code share

https://xaml.io/s/Samples/Newtonsoft
5•userware•7h ago•0 comments

Show HN: OpenSwarm – Multi‑Agent Claude CLI Orchestrator for Linear/GitHub

https://github.com/Intrect-io/OpenSwarm
34•unohee•23h ago•18 comments

Show HN: Batchling – save 50% off any GenAI requests in two lines of code

https://github.com/vienneraphael/batchling
2•vienneraphael•7h ago•0 comments

Show HN: The best agent orchestrator is a 500-line Markdown file

https://github.com/bassimeledath/dispatch
3•bombastic311•7h ago•0 comments

Show HN: Conjure – 3D printed objects from text description only

https://conjure.tech
7•suchanekj•7h ago•5 comments

Show HN: I built a managed Claude AI and hosting service

https://codedoc.us
2•novatrope•7h ago•0 comments

Show HN: I made a directory for Claude skills

https://skillsplayground.com/skills/
2•jackculpan•7h ago•0 comments

Show HN: Duck Talk – Real-time voice interface to talk to your Claude Code

https://github.com/dhuynh95/duck_talk
6•DanyWin•7h ago•0 comments