git404hub

what is compliance-audit-ai fr?

zfryrgnci/compliance-audit-ai — explained in plain English

Analysis updated 2026-05-18

1TypeScriptAudience · generalComplexity · 2/5LicenseSetup · easy

tl;dr

A web app that scores legal contracts for compliance risk using Google's Gemini AI, producing a 0-100 risk score and suggested fixes.

vibe map

mindmap
  root((Compliance Audit AI))
    What it does
      Scores contract risk
      Checks Golden Rules
      Drafts remediations
    Tech stack
      React and TypeScript
      Node.js and Express
      Gemini API
    Use cases
      Automate contract review
      Generate clause fixes
      Scan clauses in bulk
    Audience
      Legal teams
      Compliance officers
      Small business owners
    Setup
      Get Gemini API key
      npm install
      npm run dev

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Score a legal contract's compliance risk automatically instead of manual review.

VIBE 2

Get an automatically drafted amendment for a clause that fails a compliance rule.

VIBE 3

Scan dozens of contract clauses in parallel for fast turnaround.

VIBE 4

Build a compliance dashboard for reviewing many contracts at once.

what's the stack?

ReactTypeScriptNode.jsExpressGemini APITailwind CSS

how it stacks up fr

zfryrgnci/compliance-audit-ai0xkinno/neuralvault0xmayurrr/ai-contractauditor
Stars111
LanguageTypeScriptTypeScriptTypeScript
Setup difficultyeasyhardeasy
Complexity2/54/52/5
Audiencegeneraldeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 30min

Requires a free Google Gemini API key and Node.js version 24 or later.

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

in plain english

Compliance Audit AI is a web application that reviews long legal contracts and checks them against a set of rules the project calls Golden Rules. Instead of a person reading through a contract clause by clause, the tool scans it and produces an exact risk score out of 100 based on how well the contract matches those rules. The scoring is meant to be deterministic, meaning the same contract and rules should produce the same score every time, rather than a vague AI opinion that changes between runs. Under the hood it uses Google's Gemini AI model to read and classify clauses, with the AI's output constrained to a strict JSON format so the scoring logic can process it reliably. When a clause is missing or does not comply with a rule, the tool can automatically draft a suggested amendment to fix it. The interface is built with React and Tailwind CSS, with animations handled by Framer Motion, and clauses are scanned in bulk and in parallel so a large contract does not take long to process. The backend is written in Node.js and Express using TypeScript, and it exposes the scoring engine and clause parsing as an API the frontend calls. To run it yourself you need Node.js version 24 or later and a free Gemini API key from Google AI Studio. After cloning the repository and running npm install, you add your API key to a .env file and start the app with npm run dev. The project also includes a test suite written with Vitest and Supertest for checking the backend routes. It is released under the MIT license and was created by a single developer, who invites others to fork, star, and adapt it for their own contract review work.

prompts (copy fr)

prompt 1
Help me set up Compliance Audit AI with my Gemini API key and run it locally.
prompt 2
Explain how the deterministic risk scoring in Compliance Audit AI works.
prompt 3
Show me how to add a new Golden Rule to the compliance scoring engine.
prompt 4
Walk me through the remediation generation feature for non-compliant clauses.

Frequently asked questions

what is compliance-audit-ai fr?

A web app that scores legal contracts for compliance risk using Google's Gemini AI, producing a 0-100 risk score and suggested fixes.

What language is compliance-audit-ai written in?

Mainly TypeScript. The stack also includes React, TypeScript, Node.js.

What license does compliance-audit-ai use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is compliance-audit-ai to set up?

Setup difficulty is rated easy, with roughly 30min to a first successful run.

Who is compliance-audit-ai for?

Mainly general.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.