RxHTML
Introduction While I am not a professional developer, I learned the basics of HTML - the foundational markup language used to structure web content, define image alt text, and embed media. Although I consider myself a "vibe coder" who relies on AI tools to build software, I frequently format HTML content for my database project, RxLookup . My go-to tool used to be HTML Cleaner , which offered a smooth workflow. However, because the site became heavily cluttered with sponsored links and promotional text, I decided to build a clean, custom alternative for my own use. Features RxHTML is built as a Progressive Web App (PWA) featuring side-by-side synchronized Visual (WYSIWYG) and HTML Source Code editors. Security: Built as a client-side Single Page Application (SPA), it integrates DOMPurify sanitization to prevent Cross-Site Scripting (XSS) and DOM-based code injection attacks. Visual (WYSIWYG) Editor: Offers a comprehensive suite of formatting tools: Heading styles with ...