top | item 44954053

(no title)

ananddtyagi | 6 months ago

This seems like where most apps will be headed. A mix of specific components and dynamic UIs. I think it could be specifically useful in cases were there's less screen real estate so that's cool that it connects to React Native. Super cool, will give it a try!

discuss

order

grouchy|6 months ago

I agree with the screen real estate thing.

One example I often give is a salesperson out on the road. They could talk to their CRM app:

"Add note to Joe we talked about his son going to college...also he's interested in getting a new tractor...he mentioned his buddy stan is looking at tractors."

The app will generate UI components inline:

Add Note (with generated note to approve/edit).

Add Opportunity (with SKUs filtered to tractors, but needs the user to select which tractor--since the user didn't say)

New Contact (with name generated and linked to Joe, but has some ui elements left blank for the user to enter, contact, company name etc.)

We are already seeing this play out in the developer tool space with OpenAI Codex, Claude Code github actions, etc.