Odds are the site you are linking to have been blacklisted for frequent off-topic, against posting guidelines or low quality submissions.
Looking at your account posting history, about half the posts you have made have been deleted.
Definitely interesting. As much as I prefer PostgreSQL, support for MS-SQL and Oracle are probably must-haves for many, many environments... that and/or API adapters of some sort.
Between Vite, Parcel and others this space is getting a little crowded. TBH, rome.tools and esbuild progress have me much more excited than anything in the webpack sphere at this point.
Not a knock on the application... Really cool to see regular bare JS... but would be nice if more of these applications used ESM (modules) as pretty much all modern browsers have supported this for a while.
UUID/GUID has a single advantage... a unique structure that makes it easy to search a codebase for that pattern. Recently had to clear out secrets from a codebase, and will say that the common use of UUIDs was really helpful here.