2026
nlp-ui
Turn record arrays and parameter schemas into copy, UI primitives, and forms. Tokenizer, stemmer, Naive Bayes roles, template NLG — all local. No LLM, no fetch inside the SDK.
- Pressure
- Most “AI UI” waits on a model roundtrip. Product surfaces need structured copy and forms from the rows they already have, offline and deterministic.
- System
- Headless transform → field roles → layout → primitives. Schema-aware forms from Zod, JSON Schema, OpenAPI, Yup, Joi, TypeBox. Utterance fill. React view with shadcn styling. Playground studio for live paste → JSX.
- In the world
- Published on npm as nlp-ui. Open-source SDK plus a Next.js studio for visual QA.
- TypeScript
- React
- Naive Bayes
- NLG
- Next.js