Building ezlogs, the activity log anyone in your company can read. Rails + Next.js. Got tired of being the engineer who translates logs for support, so I wrote the thing that translates.
spent three rails jobs being the unofficial translator on every team. someone from support would ping, "what did user X do yesterday?" I'd open five tabs, grep the logs, paste back one sentence. twenty minutes per ping, five times a day.
got tired of being mine. shipped a Rails gem + Next.js agent + hosted backend.
it captures HTTP requests, background jobs, and DB writes, then renders them as one plain-English card per user action. translation is deterministic. no LLM in the loop.
private beta. free under 5k actions per month.
ezlogs.io if you've ever been the translator on your team.
