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

Contributing to Neon Law Navigator

0 / 11 viewed

Open any slide to read it. View them all to unlock your certificate.

1

Chapter 1

Intro

Five ways to contribute

Pick the path that fits the time and craft you have:

  1. Improve the product repository (authorized lawyer).
  2. Add a fillable government PDF.
  3. Tell the team what you learned.
  4. Join a show-and-tell or presentation.
  5. Use Neon Law Navigator and report what breaks.
1. Five ways to contribute
2

Chapter 2

Improve the Corpus

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.
2. Contribute to the product repository

View content images locally

The repository deliberately leaves published blog, presentation, and workshop image bytes out of Git. Before running the site locally, hydrate the images referenced by the content tree from the public asset route:


cargo run -p cli -- ops assets fetch-referenced \
  --base-url https://www.neonlaw.com/assets
cargo run -p neon

This is a read-only HTTP download and needs neither Google Application Default Credentials nor access to the production bucket. The bucket stays private: the running application reads only its marketing assets with its own workload identity and publishes those bytes at /assets/*. Re-run the command when a post gains or changes an image; the files land in the ignored server/public/img/ tree and are served locally from /public.

3. View content images locally

Ship through GitOps

Every change travels through a pull request to main. The required checks and resolved review threads protect the branch; auto-merge lands one squash commit, then the release and deployment flow begins from that reviewed tip.

4. Ship through GitOps

Work with the store

SurrealDB holds every table. dev up writes its whole connection contract into .devx/env, and nothing defaults: a process that is not configured fails loudly instead of quietly connecting to the wrong store.

  • Connection: NAVIGATOR_SURREAL_ENDPOINT, _NAMESPACE, _DATABASE.
  • Schema: one idempotent DEFINE file, applied whole on every boot.
  • Tests: an embedded engine per test — no container, no port, nothing to reclaim.
5. Work with the store

Add a fillable government PDF

Government forms are one of the best places to contribute because the path is concrete. A form-backed template lives under templates/forms/..., names the official origin_url, asks its intake questions from the shared question bank in store/seeds/Question.yaml, and maps answers onto the PDF's AcroForm fields through either a .fields manifest or a .fields.toml map. The workflow still passes through lawyer_review before the filled packet can be signed or filed.

6. Add a fillable government PDF
3

Chapter 3

Share What You Learn

Tell us what you learned

The most valuable thing you can send is what you learned using it: a template that worked, a checklist item we are missing, a bug, a kaizen improvement — never a client's data, just the craft. Email support@neonlaw.org.

7. Tell us what you learned

Join a show-and-tell

The Foundation runs public Nebula show-and-tells around the country — come watch a real matter built end to end, ask questions, and meet others doing this work. See the schedule.

8. Join a show-and-tell

Join a presentation

We give talks on how and why we build this. Rust in Peace, our Rust NYC talk, dissects deterministic legal workflows — and every code slide is an exact copy of the shipped repository.

9. Join a presentation
4

Chapter 4

Put It to Work

Use Neon Law Navigator

The simplest contribution is to use it. Every matter you run and every instance you stand up surfaces the next improvement. Start with Using; run your own with Operating.

10. Use Neon Law Navigator
5

Chapter 5

Wrap Up

Why this matters

A corpus the whole community improves is how routine legal work gets cheap enough to reach the people priced out of it today.

11. Why this matters

You finished — claim your certificate

Enter your name and email and the Neon Law Foundation will send a PDF certificate of completion.

We use your email only to send this certificate.

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