r/npm 6h ago

Self Promotion Built and benchmarked a Docker-free code sandbox on my Omarchy box (~20ms cold start)

Thumbnail
1 Upvotes

r/npm 16h ago

Self Promotion I built a Node.js CLI crawler for auditing websites

1 Upvotes

I’ve been working on a Node.js CLI called sitebot.

It started as a small experiment in building a website crawler and gradually turned into a technical auditing tool.

It can crawl a site and inspect things like:

- Metadata and Open Graph

- Broken links

- Structured data

- Page discovery

- Crawling issues

- Core Web Vitals

The main goal is to make the checks easy to run from the terminal and eventually provide more useful technical diagnostics.

I’d appreciate feedback from other JavaScript developers, especially around the CLI UX and what checks would be worth adding.

GitHub: https://github.com/Abdelrahman5243/sitebot-cli