What we are trying to do

We exist to improve access to justice by making routine legal services as cheap as we durably can. Most lawyers charge several thousand dollars for a transactional matter — an estate plan, an LLC formed to hold investments, a year of flat-fee general counsel for an emerging-tech company. We want to price the same engagement in the tens or low hundreds of dollars and serve many more people with the gap.

We get there by automating every part of the engagement that can be automated, and keeping a licensed attorney in (or around) the loop for the parts that genuinely need human legal judgment.

Two organizations, one mission

This codebase is shared by two distinct organizations:

The firm pays the Foundation to maintain the open-source surface; the Foundation makes the workflow library available to every other attorney who needs it. Legal advice still has to come from a licensed attorney with a duty to a client — the software just removes the parts of the job that don't require a JD.

Why Rust

Legal work is durable. A trust signed today might sit in a safe for forty years before anyone reads it. An LLC operating agreement might survive multiple ownership changes. A workflow that quietly produces a wrong answer in three months is worse than no workflow at all.

We chose Rust because:

What you actually pay the firm for

When a client engages Neon Law for one of these workflows, the fee is not "I clicked through a wizard." The fee is for three things the wizard cannot provide:

  1. Human legal judgment in (or around) the loop. A licensed attorney reviews the client's answers, owns the legal conclusion, and signs the work product. AI and the workflow runtime are load-bearing scaffolding; the lawyer is load-bearing on the legal advice.
  2. Accountability. Because the work product comes from a licensed attorney, the client can hold the firm liable if the advice turns out to be wrong. That accountability — that legal insurance — is what makes the engagement legal advice rather than a tool tutorial. We optimize the workflows to make the advice both correct and cheap; the firm absorbs the cost of being wrong.
  3. Transparency. The software the firm uses is published by the Foundation under an open-source license. Any client, and any other attorney, can read the rule library, the question registry, the workflow definitions, and the rendered template. When we make a mistake, the mistake is inspectable — not buried inside a proprietary SaaS.

What we will not do

Where this page is wired up