GitHub - claudeomusic/llm-as-a-form
github.com·12h·
Discuss: Hacker News
🎮Language Ergonomics
Preview
Report Post

llm-as-a-form

A React library that replaces chat interfaces with intelligent, dynamic forms. The LLM analyzes context and immediately presents the appropriate form—no chat required.

Core Concept

Traditional LLM interfaces use chat. This library uses forms as the primary interaction method:

  1. User arrives with context (URL /register, app state, user intent)
  2. LLM analyzes and selects form (registration form, feedback form, etc.)
  3. User fills structured form fields (name, email, etc.)
  4. LLM processes and responds (shows completion or requests another form)

No chat input. No back-and-forth messages. Just intelligent forms.

Why Forms Over Chat?

  • Structured data from the start: No parsing unstructured text
  • **Better UX for know…

Similar Posts

Loading similar posts...