I built an API that acts as a digital compliance officer (so companies don't get fined).
Hey everyone, I just launched my first real micro-SaaS and wanted to share the project and the tech stack. It's called Delta-Reg. The Problem I Wanted to Solve: In the corporate and FinTech world, ...

Source: DEV Community
Hey everyone, I just launched my first real micro-SaaS and wanted to share the project and the tech stack. It's called Delta-Reg. The Problem I Wanted to Solve: In the corporate and FinTech world, compliance officers have to manually read 20-page updates on government websites (like the FTC) and cross-reference them against their company's internal rulebook to make sure they aren't suddenly breaking the law. It is incredibly tedious and expensive. What I Built: I built an AI API that automates this. You send a POST request with a target government URL and a JSON object of your internal company policy. The API spins up a headless browser, scrapes the live regulatory text, runs it through Google Gemini, and returns a structured JSON analysis of any regulatory gaps, required technical changes (like upgrading encryption), and an "urgency score" from 1-10. The Tech Stack: Backend: FastAPI (Python) hosted on Render. Scraping: Playwright + BeautifulSoup. (Government websites are heavily dynam