The Family Law Center is the authenticated workspace on LawSensai for divorce, custody, child support, and related family matters. It is built around one idea: a family law matter is a long-running case file, not a single question, so the product keeps the documents, the timeline, and the open questions in one place from the first intake through the handoff to a real attorney. This tour walks through each part: intake and triage, the document vault, async mediation, the settlement composer with its guardrail scan, the attorney handoff, and the survivor-safety design that the whole thing is built on.
What is the LawSensai Family Law Center?
The Family Law Center treats your matter as a file that lives for months or years. You create a matter, run a structured triage, store documents in a vault, work through disagreements in async mediation, assemble an attorney-ready packet, and hand off to an attorney in the network when you are ready. Every stage writes to the same matter record, so nothing has to be re-entered as you move along.
The Center runs on Brain, the LawSensai agent runtime, and every AI decision is recorded in a hash-chain audit log. The live statistics are published in a public Trust Center at lawsens.ai/trust/family-law. The intake and triage are available in English and Spanish, and the language preference follows the matter through to the attorney so the case does not switch languages at handoff.
Matter intake and triage
You start by creating a matter: naming it, choosing the matter type (divorce, custody, child support, modification, adoption), and choosing the state. The state matters because the Center calculates child support using the model the state actually uses, drawn from the Income Shares, Percentage of Income, Melson, Obligor-Only, and Tax-Adjusted approaches depending on the jurisdiction.
Triage is the structured intake that follows. It asks about the parties, the children if any, the income posture, the property posture, and the procedural stage of the case. The output is a route: it tells you whether the matter is ready for a vault build, a child support calculation, a packet build, or a direct attorney handoff. Triage is where the matter gets pointed at the right next step instead of leaving you to guess.
The document vault
The vault is the document store for the matter. It holds pleadings, financial disclosures, parenting plans, orders, and correspondence. Uploads are scoped to the matter, so if you have more than one matter open, one matter's documents never appear in another. The vault is your working copy of the file, not a replacement for the official court file.
The child support engine
One of the most-used tools in the Center is the child support engine. It runs the calculation against the model your state uses, returns the worksheet and the assumptions, and flags the fact-sensitive inputs that an attorney should review. The output is a draft worksheet, not a court order, and the engine is explicit about that.
How does async mediation work?
Live mediation, two parents and a mediator in one room, works only when both parents can be in the same conversation at the same time, safely. For a lot of families that format does not fit: schedules do not align, one parent travels, or the relationship makes a live session unproductive or unsafe. Async mediation is the alternative, and the Family Law Center supports it as a first-class flow.
Async mediation runs over a series of message exchanges instead of one live session. Each parent gets an HMAC-signed magic-link to a private workspace and opens it on their own schedule. Neither parent needs a LawSensai account before the first session; the magic-link grants scoped access. The link is bound to the parent's email, is time-bounded, and can be revoked or rotated in one click, because the threat model includes someone forwarding the link to a third party.
The conversation is structured around a settlement registry that breaks a family dispute into the standard subjects: legal custody, physical custody, the parenting-time schedule, holidays and vacations, child support, spousal support, division of assets, division of debts, insurance and beneficiary designations, and the dispute-resolution clause. Each subject is its own thread with a current proposed term, a revision history, and a comment area. The system shows each parent the other's position only after both have answered, which removes the first-mover anchoring that distorts live negotiation. When both parents check the same box on a thread, that subject is settled and locks. The threads that stay open are the issues that still need work. A mediator can be involved as an asynchronous reviewer when both parents want one, and is not required when they prefer to work directly.
The settlement composer and the guardrail scan
The biggest failure mode in family negotiation is proposals that drift away from the math. A support number invented in conversation may have no relationship to either parent's real income, and a parenting-time split may not match the support the state will actually apply.
The settlement composer fixes that with calculator anchors. When a parent proposes a child support amount, the system runs the state-specific child support model against the inputs both parents have entered and shows the calculated number right next to the proposal, so both sides can see how far a position sits from the math. An impasse detector watches the threads and flags the subjects where the parents are genuinely stuck, surfacing exactly the points where outside help, a mediator or an attorney, is needed.
The guardrail scan reflects how the whole platform treats safety-critical output. AI drafts that would go to a third party are gated behind a human-attorney sign-off path rather than released automatically. In the Family Law Center, that means the composer can build a draft settlement and the engine can produce a worksheet, but the safety-critical artifacts route through review before they leave the workspace. Nothing about your matter is sent to a counterparty or an attorney without your explicit consent.
Attorney handoff
When you are ready for a lawyer, the matter routes to the attorney match queue. The packet, the attorney-ready bundle, pulls from the vault, the triage, and the child support engine and assembles a structured briefing an attorney can read in under twenty minutes. Attorneys in the LawSensai network review the triage and the packet and accept or decline the matter. The packet is a briefing document, not a filing, and the language preference carries forward to the attorney.
A survivor-safe design on the first click
The Family Law Center was not built and then made safe; it was designed around survivor safety from the first screen. The first design question was not what the dashboard looks like. It was what a survivor sees in the first five seconds, and what happens if the person they live with walks into the room.
Every page under the Family Law Center renders a quick-exit pill in the top-right corner. It is not in a menu and not below the fold; it follows you on every route. It is colored loud against the rest of the palette so it stands out under stress. One click does three things at once: it replaces the tab with a neutral safe page, it scrubs the browser history for the session so the back button does not return to the matter, and it invalidates the session so reopening the browser cannot resume it. A keyboard shortcut, pressing Escape three times within about a second, fires the same exit, deliberately requiring three presses so it cannot trigger by accident.
The privacy-first choices continue past the exit button. A safe-mode toggle hides matter detail from the dashboard, the product detects shared-device situations, and attorney communication is opt-in rather than automatic, so a survivor controls when and whether a lawyer reaches out. The public Trust Center reports aggregate statistics behind a k-anonymity floor of five, so nothing published can be traced back to an individual matter. The point of the design is simple: a legal-tech product should never make a survivor's situation worse, and the Family Law Center is built to that standard from the first click.


