Remix.run Logo
Show HN: Control Bar – A React component for natural language app usage(github.com)
1 points by michaelmilst 14 hours ago

Made a "control bar" component that lets users interact with your app’s components using natural language.

If a user of your app doesn't know "how" to do something, they can just describe what they are trying to do.

It’s a searchbar-like component that’s internally hooked up to Hydra AI (a project I’m working on to let AI show components based on context,) and it shows your actual interactive components in the results. Just register your components, and users can “control” the app just by saying what they want to do.

It's sort of a simplified way to think of adding "agents" to an app. Just let AI help people interact with the components I've already built and thought through.

You can add it to your app using `npx hydra-ai-cli add control-bar`