jsonfirst-demo
v1.0.0
Published
Interactive demo for JSONFIRST — run `npx jsonfirst-demo` to see structured JSON intent in action
Maintainers
Readme
jsonfirst-demo
Try JSONFIRST in 5 seconds — no install, no account.
npx jsonfirst-demoWhat it does
Runs an interactive CLI that converts any natural language input into structured JDON intent — live.
> Enter natural language input: Create an order for John, 2 units of product A
JDON Output:
{
"action": { "normalized": "create" },
"object": { "type": "order" },
"confidence": 0.94
}
Action: create
Object: order
Confidence: 0.94
→ Route on: ${{ $json.jdons[0].action.normalized }}What is JSONFIRST
JSONFIRST helps build reliable AI agents by converting natural language into structured JSON intent.
Get your API key at jsonfirst.com
License
MIT © JSONFIRST
