EZLogs for Next.js

Activity logs for Next.js — App Router, Server Actions, Postgres.

EZLogs is a Next.js activity log that auto-captures every HTTP route, every Server Action, and every Postgres change, then correlates them into one plain-English card per customer (or agent) action. Anyone on your team can read it — no log files, no grepping, no engineers needed.

What gets captured automatically

Install in 60 seconds

npm install ezlogs-nextjs
// next.config.ts
import { withEzlogsConfig } from "ezlogs-nextjs/plugin";
export default withEzlogsConfig({});

That’s it. Restart your dev server, deploy to prod — HTTP routes, Server Actions, and DB changes start streaming into EZLogs immediately. Works with Turbopack and Webpack, App Router and Pages Router.

Works with your stack

How is this different from Sentry or Datadog?

Those tools answer “is the system healthy?” with errors, traces, and metrics aimed at engineers debugging. EZLogs answers “what happened to my customer?” with business-level actions aimed at the whole company. They monitor the infrastructure. We explain the work.

Performance and safety

Supported versions

Next.js 13.4+ (App Router + Server Actions), Next.js 12+ (Pages Router). Node 18+. Postgres 13+ for trigger-based DB capture.

Start free — 14 days →

No card required · Read-only by design

← Back to home