Dadyarدادیار
LiveFounder · architect · still writing the code
A Persian-language AI legal assistant for Iranian law, with a network of license-verified lawyers behind it.
You ask a legal question and the answer comes back with the text of the article it rests on. Citations are structured tokens resolved against the corpus before the answer reaches the screen, and anything that fails to resolve is stripped out. Ask something Iranian law has no basis for and it says so. The answer also changes shape by who is asking, because a judge, a lawyer, a law student and a citizen need the same article explained at four different depths.
The corpus underneath is the full text of eighteen Iranian codes, article by article, each one at its own URL with its تبصره, the code's recorded validity status, and the Supreme Court unification rulings and advisory opinions that cite it.
Contracts are assembled from a vetted clause library rather than written by the model. Each clause names the article it stands on, says in plain Persian what it does, and declares its risk and which party it favours. Where the library has a clause and its placeholders all bind, the document renders with no model call at all. Three refusals are part of the product rather than gaps in it: it will not draft a deed that is a criminal offence to execute privately, it never shows a paper act like registration or notarisation as satisfied, and a citation that does not resolve is removed before the file exists.
Fabricated citations are why nobody sensible trusts a general chatbot with legal work. Making them impossible is the whole product, and it's an engineering problem before it's a legal one.
- Corpus
- 18 codes, 5,500+ articles at their own URLs, plus unification rulings
- Contracts
- 28 types across 7 categories, from a cited clause library
- Free tools
- 7 calculators on published official rates, no signup
- Stack
- .NET 10 clean architecture, MediatR CQRS, Hangfire, Next.js 15, PostgreSQL, pgvector
- My part
- Architecture, corpus ingestion, citation verification, most of the API