Audit any website from your terminal.

Rust runs the checks and reports. Node runs Lighthouse. Everything stays on your machine with no servers, no accounts, no telemetry.

$ bun install -g auditkit

Three commands

Run ak new once to open a workspace, then inspect and report. Everything runs in order, locally.

01
ak check Guided HTML and SEO audit. Add --save <folder> to write markdown anywhere.
02
ak inspect latest Security headers and Lighthouse for your newest workspace.
03
ak report latest Client report and email, ready to send.

What gets audited

One pass covers structure, security, and performance then packages it into a report you can hand to a client.