๐ Vigil AI is now on npm โ AI-powered website health intelligence for every app
Today I launched the Vigil AI NPM package.
The goal was simple: make website health intelligence accessible to every developer with almost zero friction.
import { analyzeSite } from "vigil-ai";
const report = await analyzeSite("https://example.com", {
apiKey: "your_api_key"
});
Instead of building SSL checks, security header analysis, performance checks, and AI-powered website insights from scratch, you can get a complete report in a single API call.
What it includes:
๐ SSL certificate analysis
๐ก๏ธ Security header checks
โก Performance insights
๐ Website health analysis
๐ค AI-powered summaries and recommendations
๐ Individual functions or a full report
This is the first step toward making Vigil AI the developer platform behind PulseBoardโso developers can integrate website health intelligence directly into their own products, scripts, and workflows.
I'd love to hear what you'd build with it and any feedback you have on the developer experience.

TriageAI
Automate your Inbox Triage.
Comments (2)
Congrats on launching the npm package, Haseeb! From a monitoring app to a developer platform, PulseBoard keeps evolving. Exciting to watch!
Congrats on shipping the npm package, Haseeb. The move from a monitoring app to a developer platform is the right sequencing, you already know the checks are useful because PulseBoard proved it, now you are letting other people build on top of that instead of everyone rebuilding SSL and header checks from scratch. Curious whether you see most early adopters calling the full report function, or picking individual functions like just the SSL or performance check and wiring it into their own dashboards.
Sign in to comment or upvote.