DEV Community

Complied AI
Complied AI

Posted on • Originally published at compliedai.com

I stopped treating compliance updates like a scavenger hunt

If you work with Indian company law, tax, GST, or securities rules, you know the routine: open a dozen regulator sites, search for new PDFs, wonder whether a circular is actually new, and lose the source link in a tab graveyard.

I’m building Complied AI to make that workflow less painful.

The product starts with a simple question: What changed?
It pulls updates from MCA, CBDT, CBIC/GST, RBI, SEBI, BSE, and NSE, keeps the regulator’s original link, and lets you open the underlying act or document when you need to verify the details.

A few engineering choices I’m learning from:

  • DB is the source of truth for updates.
  • Scrapers write records and audit trails directly to the database.
  • Quality gates help keep weak records from becoming polished misinformation.
  • A generated front snapshot keeps the homepage fast.
  • Official PDFs stay links wherever possible.

Compliance software often gets sold as a pile of checkboxes. I’m more interested in making the source easy to find and the change easy to understand.

I'd love you to check it out. CompliedAI

Top comments (0)