Dadyarدادیار
LiveFounder · architect · still writing the code
A Persian-language AI legal assistant for Iranian law.
You ask a legal question and the answer comes back with the text of the article it rests on. Every citation is resolved against the corpus before it reaches the screen, and anything that doesn't resolve is stripped out. Ask something Iranian law has no answer for and it says so instead of inventing one.
Around that sits the rest of the product: the full text of eighteen Iranian codes published article by article, contracts drafted clause by clause from a vetted library where each clause names the article it stands on, free calculators for diyeh, mahriyeh, court fees and statutory deadlines, and licensed lawyers you can book inside the app once a question turns into a real case.
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, each at its own URL
- Contracts
- 28 types across 7 categories, clause library with citations
- Stack
- .NET 10, Next.js 15, PostgreSQL, pgvector
- My part
- Architecture, corpus ingestion, citation verification, most of the API