I’m excited to announce the release of a lil project I’ve been working on for some time: VendorDB
This is a site where you can find and review Research Chemical vendors, with more functionality on the way! Eventually, it will turn into the one-stop-shop for any and all vendor information!
It’s a review platform, not a list of trusted vendors.
Bad vendors get bad reviews, fraudulent vendors get removed if enough people convince me of their fraudulence via the report feature.
Eventually I’m planning to implement a sort of “warning system”. Meaning if I have reason to believe malpractice is going on (reports etc), the vendor gets a yellow banner saying “This vendor is suspected of x, VendorDB is investigating” with status updates and everything, and if I can prove malpractice without a doubt they get a red banner and are moved to a “naughty list” (warning people is better than pretending non-existence). However, I got major life stuff going on rn, so all that won’t be done for some time.
it’s my absolute go-to framework. have personally also worked with angular, vue, and react (react even right now because job), but svelte in form of sveltekit is the best.
easy to use, minimal boilerplate, flexible, and can still do whatever the fuck you wanna do unless you’re tryna win some website performance award or whatever.
for backends i usually do typescript with express.js and/or socket.io behind mongodb, until recently on node but nowadays on deno.
then you slap all that behind a caddy reverse proxy on a dedicated server running arch linux, give it a porkbun domain, and you got my perfect setup.