Neon Law
  • Fractional CTO
  • Litigation
  • Fractional GC
  • Legal Services
  • Sign in
← Contributing to Neon Law Navigator

Improve the Corpus

Chapter 2 of 5 · Section 2 of 11

Sections

1. Intro

  • 1. Five ways to contribute

2. Improve the Corpus

  • 2. Contribute to the product repository
  • 3. View content images locally
  • 4. Ship through GitOps
  • 5. Work with the store
  • 6. Add a fillable government PDF

3. Share What You Learn

  • 7. Tell us what you learned
  • 8. Join a show-and-tell
  • 9. Join a presentation

4. Put It to Work

  • 10. Use Neon Law Navigator

5. Wrap Up

  • 11. Why this matters

Contribute to the product repository

The whole stack is written in Rust in one public monorepo. Anyone can open issues and pull requests. The most useful corpus contributions are specific ones:

  • Add a missing legal template. Add a government PDF form. Improve a field map. Add a test that locks a workflow to the law it implements.

Presenter notes

Everything you have seen in these workshops — the web app, the navigator CLI, the durable workflows — lives in one public monorepo anyone can read, run, and fork. Start by standing it up yourself with the Operating Neon Law Navigator workshop or the local KIND loop, then file what you find. Contributions are inbound = outbound: what you submit is licensed on the same terms the project ships under, you keep the copyright in what you write, and there is no agreement to sign and no acceptance bot to clear.

Scope is not the gate — the local KIND loop is. A contribution may be as ambitious as the problem demands: a sweeping refactor, a new service beside the existing ones, even replacing a subsystem. What every change must do is run inside the local KIND cluster that cargo run --release -p cli -- dev up stands up — the loop that already runs SurrealDB, Rauthy, Garage, Restate, and OpenObserve in one KIND dependency tier. A change that introduces a new dependency wires it into that loop in the same pull request, with a KIND manifest beside the existing ones, so the whole stack still comes up locally.

That rule is what keeps production portable and contribution open. In production, persistent state lives on managed services — a hosted SurrealDB, Cloud Storage for documents — and each one has a cloud-agnostic stand-in inside KIND, so the topology you test locally is the topology a firm deploys. And because the full stack runs on a laptop, you never need a cloud account or someone else's cloud bill to verify your work: clone the repository, run dev up, prove the change against the running stack, and open the pull request.

View all slidesOpen display
← PreviousNext →
Neon Law
BlogContactFoundationNavigatorPresentationsWorkshops
Contact us — contact@neonlaw.com+1 510 800 2080
  • Nevada
    5150 Mae Anne AveSte 405-9002Reno, NV 89523
  • New York
    12 E 49th St18th FloorNew York, NY 10017
  • Washington
    720 Seneca StSte 107-715Seattle, WA 98101

© 2026 Shook Law PLLC and Neon Law Foundation

This is attorney advertisement. Nothing on this site is legal advice. Neon Law is the trade name of Shook Law PLLC, and an attorney-client relationship begins only with a signed retainer between you and Shook Law PLLC. Published flat fees cover the scope each one names and do not include third-party filing fees. Every legal matter is different, and past results do not guarantee a similar result.

Shook Law PLLC is a proud supporter of the Neon Law Foundation , a 501(c)(3) nonprofit.

Neon Law Foundation is a Nevada nonprofit corporation and a 501(c)(3) tax-exempt organization. It does not practice law and cannot represent you.

Nothing on this site is legal advice, and nothing here creates an attorney-client relationship.

5150 Mae Anne Ave Ste 405-9999, Reno, NV 89523
support@neonlaw.orgTransparency & public disclosures

Powered by Neon Law Navigator #26.8.20-hotfix.4

Open source — neon-law-foundation/navigator GitHub stars 2