As the title suggests, I’d like to ask you guys how you go about building beautiful UI/UX pages through AI (app and web pages count), I’ve noticed that the pages made by AI don’t seem to be as good as they could be!
Can you post two pictures of what you guys did? Only through AI, not using a design tool like Figma, it seems like the best option for UI/UX at the moment is still to use a design tool…
For business/administrative interfaces: recommend highly to use frameworks and structures that support a business oriented UI this out of the box. Some languages have that already. It will result in beautiful and usable purposebuilt UI. works with AI
for more creative interfaces: figma is fine or anything that helps you design creatively. AI is not as easy to use with that for now.
games etc. here language based frameworks matter as well, provide structure and UI.
I think using the right AI tool is pretty key here. I just started a new project last week and tried out 4 different tools: v0, bolt.new, Cursor’s agent, and good ol’ chatgpt (free plan, which I think is currently using 4o-mini). I gave them all the same prompt for a fairly simple web app, and v0 and bolt produced the best sites by far. I think it’s because those tools are tailored specifically for rapid prototyping of web and full stack apps, so their training specializes in frontend code more than the other two I tried.
Overall v0 created a more complete and functional site and did a better job of responding to my prompts, so that was the one I went with. I took the code it produced and loaded it up in Cursor, and Cursor has done a great job adding to it since then. But without that codebase to start from, Cursor didn’t really know how to make a nice polished site.
Any particular v0 tut that you can point me at? I have yet to try it - but I am doing a ‘one_shot_weekend’ to attempt as many complete one_shots as I can - and need a great one_shottable_UI/UX - and frankly frontend is my weakest of all my weak links
I use either Lovable or Bolt to generate a codebase as well (generally Lovable despite the TERRIBLY frustrating price), initiate the required dependencies for my project and if they have better integration than Context7, toss in an implementation, IE a Supabase Secret API Key + proper API handling or design for beautifying JSON output.
I hadn’t heard of anyone else using that methodology until now and I am quite literally making an MCP that attempts to replicate Lovable’s stack and workflow for initiating scaffolds.
@suttonb, if you want to save on some money, try bolt.diy! Self hosted bring your own API key Bolt instance. AFAIK they’re adding the new design update to it slowly but surely.
Your guess is as good as mine for tutorials, unfortunately. I didn’t look up any tutorials, I just gave it this prompt:
A web application to search and query a database of university research projects. Projects have the following information associated with them:
Name
Sponsoring Agency
Funding Mechanism
Award Number
Recipient Organization
Department
Project director
email address
department
Start and End dates
<more data fields…>
Each project will have information for each year of funding regarding the amount of funds received each year from a variety of funding sources
And let it run with it. I intentionally didn’t give it any guidance in terms of frameworks/libraries, design elements, etc because I wanted to see what it came up with. And what it gave me was honestly waaay better than anything I would have come up with on my own.
Good to know, thank you! I may have to try that one out. So far I’ve just been taking advantages of free tiers on everything but I know that won’t last forever.
I’ve been pretty happy with tailwind + cursor + simple iterations.
But you can also post screenshots from dribble or other inspo and ask to emulate look and feel. A browser agent with screenshotting makes this even faster.
Tbh much happier with ai driven design than when I’ve worked with human designers or created mocks in Figma myself. It’s been easier to prototype unusual interactions in code or play around with animations; faster shipping and no hurt feelings.
Yes, that’s a good way to go. Currently AI goes to build static pages still. The better dynamic ones, such as devin.ai this kind of UI/UX,AI does a poor job of it!