Hey HN,<p>I wanted to share a tool I recently built called GenieAI. It allows users to generate UI components by simply describing what they want in plain text. For example, you can type something like "Create a financial dashboard with a sidebar, and a transaction table", and it will generate the corresponding UI for you.<p>How It Works:<p>-You enter a description of the UI you want (the more detailed your description is the better the result).<p>-GenieAI processes the input and generates a UI component using shadcn/ui.<p>-You get a preview and can copy the generated React + shadcnui code.<p>I've often found myself spending a lot of time piecing together UI components manually, even when using component libraries. The goal of GenieAI is to speed up this process by letting developers generate structured UI components instantly while maintaining flexibility to customize the output.<p>Note: You’ll need to sign in to use GenieAI (theres a demo video on the main page if u dont wish to sign up), but I’d love to hear your thoughts! Let me know what you think, I'd love to hear about any improvements, issues, or use cases you’d like to see supported.<p>Thanks..