← All posts
July 5, 2026 · by Jonathan George

How I Built neoLEGAL as a Solo Veteran Programmer

I'm Jonathan George — NeoShade. I've been writing code for 35+ years, and neoLEGAL Intake is what happens when a solo veteran programmer with an opinion about AI decides to fix a real problem for a real law firm.

The 2 AM problem

I did digital work for Musca Law. Sitting close to a real firm's intake pipeline, one thing was impossible to un-see: a huge amount of qualified case volume was being lost after hours. Voicemail. Cold contact forms. Chatbots that couldn't actually collect a case. A person in the worst 20 minutes of their life doesn't come back the next morning — they call the next firm.

Why I refused to use generic AI slop

Everyone is shipping the same wrapper. A hosted LLM, a system prompt, a “book a call” button. It's fine for a landing page. It's not fine for legal intake, where the AI has to reference Florida statutes correctly, refuse to give legal advice, append a Bar disclaimer on every message, and save a clean, complete intake to a database that only vetted staff can read.

Sovereign, human-directed AI beats generic AI slop. Every time.

So I built the intake receptionist I wished existed. A conversational agent that walks a visitor through a mandatory 10-step intake, cites statutes with links to leg.state.fl.us, appends the disclaimer automatically, and hands a scored, sortable case summary to the attorney before their first coffee.

What's under the hood

TanStack Start on the front, a Postgres backend with strict row-level security, a service-role server route that lets anonymous visitors complete intake without ever seeing another visitor's data, and a real-time attorney dashboard on top. First user gets admin; nobody else gets a role until an attorney says so. The bot never invents penalties. It never predicts outcomes. It refuses questions it shouldn't answer.

NeoShade AI

neoLEGAL is one system out of a broader studio I run called NeoShade AI. Alongside it are BruceAI and Divine Mirror AI — sovereign, philosophy-integrated systems that I designed and shipped end-to-end. Everything is public on github.com/JokerJonny. 40+ repos, full commit history. If anyone tries to claim this work isn't mine, the receipts are one click away.

The legacy part

I'm a single father. I release music under NeoShade — 1,900+ songs, 105+ albums. I ship a lot, and I ship it with my name on it, because I'm building something that outlasts me. neoLEGAL is a piece of that.

If you want it running for your firm, the fastest path is the features page — or read the full bio.