WeWeb has launched its AI features. The AI works well in some areas, but not so well in others. It's interesting, but it doesn't completely change everything.
This is my experience after using it on client projects.
What is WeWeb AI?
WeWeb added AI features to its low-code platform. You can now prompt it to generate UI components, create workflows, build Supabase backends, and even make custom components.
They launched this as part of WeWeb 3.0 beta in early 2025, and it's available right in the editor. There are no separate tools and no switching between platforms. Just type what you want and see what happens.
UI Generation
So, the UI generation with WeWeb AI works. Sort of.
You can screenshot a design from Figma or describe what you want, and WeWeb AI will create something that resembles what you asked for. But the issue is that it won't match your design system. At all.
I tried feeding it a client's designs for a dashboard with their specific spacing, colours, and typography.
What I got back was functional. But the spacing was off, the fonts weren't quite right, and the elements were not assigned any classes or typographies from the app's design system.
It also avoids the use of multi-page sections and reusable assets wherever possible.
Beginners may see it as magic. But those with experience know it's a decent starting point that you'll need to clean up.
Related: WeWeb vs Bubble
Workflows
WeWeb AI can generate workflows. It knows when to use if-then statements, understands pass-through conditions, and even adds comments to explain its actions. That's good.
The challenge is that it prefers to use Javascript in some places, creates dozens of single use variables and fails if the workflow is complex.
And once it creates a workflow, you still need to double-check what it did or make minor modifications.
The AI was better when it first came out, but this new version seems to have more bugs.
That said, for simple CRUD operations or basic form submissions, the AI does fine. It's when you need complex logic that things get questionable.
Custom Components
This is where WeWeb AI impressed me.
Need a custom date picker with some specific checks? Describe it, and you'll get something that mostly works. Want a complex data table with sorting and filtering? Same deal.
I have seen people use WeWeb AI together with Cursor to create components. This combination works well. WeWeb AI manages the basic structure, and Cursor improves the code. In the end, you get something that is usable.
It still has rough edges, though. Sometimes, the components don't handle responsive design well or have conflicts. But compared to the UI generation, this feels reliable.
Supabase Backend Generation
This is the most polished part of the WeWeb AI experience.
WeWeb AI can set up your Supabase database schema, create tables, create RLS policies, and even create edge functions. And it works surprisingly well.
Why? Because Supabase has been working with other AI tools like Bolt and Lovable, so they've optimized their platform for AI-generated code. It shows.
I would not recommend Supabase for non-technical people. You need to understand data security and how to design APIs to use it well. However, for experienced developers, it can save a lot of time.
Related: WeWeb and Supabase
What I want them to build
Here's what would make this useful for agencies like mine:
- Page Comparison Tool: Let me show AI two pages and say, "Make this one look like that one." Keep all the functionality, but update the design. That would solve the Figma import problem.
- Layout Suggestions: I've got a working app, but it looks dated. Let AI suggest new layouts while maintaining overall functionality.
- Error Agent: AI should catch errors as they occur in the editor and suggest a solution.
- Database Agent: Review my database structure (Supabase) and suggest improvements.
The Pricing
WeWeb updated its pricing to factor in the tokens for AI. There are no AI feature restrictions on any plan, and the different plans have varying token limits.
Based on my experience, those AI tokens finish quickly.
I've seen people complain about burning through 500k tokens on simple requests. That's not great.
The new pricing starts at $16 per month for the basic Seat plan and $10 per month for the basic Site plan. You'll likely need to upgrade to the higher plan if you use AI frequently.
If you live in a few specific countries, you'll see prices in your local currency and at a lower amount due to pricing parity.
Feedback
The feedback has been mixed.
Some users love the UI generation for quick prototypes. Others are frustrated with token consumption and inconsistent results.
My opinion
Use it, but don't depend on it.
AI tools are useful. But they're not magic.
Do you need a custom component? WeWeb AI generate it. Want to prototype a workflow? WeWeb AI can give you the basic structure.
For production apps that require reliability and maintainability? I'm still doing most of the development myself.
It struggles to understand complex business requirements.
Conclusion
WeWeb AI is a decent tool that's getting better.
If you're just getting started with WeWeb, it might seem cool. If you've been using WeWeb for a while, it's a useful intern.
Don't expect it to build your entire app perfectly.
Related: WeWeb and Xano