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 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
Run ak new once to open a workspace, then inspect and report. Everything
runs in order, locally.
ak check Guided HTML and SEO audit. Add --save <folder> to write markdown anywhere. ak inspect latest Security headers and Lighthouse for your newest workspace. ak report latest Client report and email, ready to send. One pass covers structure, security, and performance then packages it into a report you can hand to a client.