/hydraai

a dev tool for generative UI that adapts to user context in real-time

Primary LanguageTypeScriptMIT LicenseMIT

Hydra AI Logo

npm version npm downloads license GitHub last commit Discord GitHub stars

2024-08-02-hydra-read-me.mp4

Generate React components on-the-fly at runtime using AI. Register your components, and let Hydra choose when to show them in your App.

const dynamicComponent = await hydra.generateComponent(context);

Star History

Star History Chart

Table of Contents

Getting Started

Follow the instructions here or use our template project.

Community

Chat with other users and the developers here:

Discord

How is this different from Vercel V0?

We've been asked this a few times. For clarification, Vercel V0 lets you generate a component that you can copy/paste into your app's code. Hydra is for injecting components into your running app's UI on-the-fly based on context.

Report a bug or Request a feature

Make a GitHub issue here.

This Repo

License

This project is licensed under the MIT License. See the LICENSE file for details.