Remix.run Logo
neverartful 4 hours ago

Still working on my web site quality assurance software. Getting close to private beta (hopefully very soon). Back end is written in Java and built with Javalin and Jsoup and persisted to PostgreSQL. Front end is JS/React. My back end crawls the designated website and for each page runs a number of analyzers to assess the quality across the following categories: accessibility, content quality (spelling, missing spaces between words, etc), performance, security, content policy (required phrases and forbidden phrases), site integrity, and seo. Each site can be configured to have its own custom dictionary (for spell checking). It's been a lot of fun and I'm looking forward to taking the wraps off it.