๐Ÿš€ Vigil AI is now on npm โ€” AI-powered website health intelligence for every app

    Md_haseeb
    Md_haseeb1mo ago

    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.

    ๐Ÿ’ฌ2โ–ณ4

    Comments (2)

    Olga Kargopolova
    Olga Kargopolova1mo ago

    Congrats on launching the npm package, Haseeb! From a monitoring app to a developer platform, PulseBoard keeps evolving. Exciting to watch!

    Stacy Wycoff
    Stacy Wycoff25d ago

    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.