Jul 6, 2026 · by Raphaël Goldsztejn · View source

WeWeb MCP

Your AI agent builds the app. You stay in control.

Editorial analysis

The real AI question for cross-border sellers isn’t “can it build an app” — it’s “can I hand it the keys”

Every cross-border operator I know is sitting on the same pile of half-solved problems: a supplier scorecard living in a Google Sheet, a returns workflow stitched together with Zapier and hope, a TikTok Shop creator tracker that only one ops manager understands, a margin dashboard that breaks every time Amazon changes a fee. None of these are big enough to justify a frontend hire, and all of them are too operationally load-bearing to trust to a raw vibe-coded prototype that nobody on the team can read. That gap — between “AI can generate something” and “my team can safely run this every morning” — is where WeWeb’s new MCP launch actually lands, and it’s worth ten minutes of your attention even if you never plan to write a line of code.

What WeWeb MCP actually is, minus the launch-day fog

Strip away the Product Hunt applause and here’s the mechanic. WeWeb has spent years as a visual frontend builder that is deliberately backend-agnostic — it doesn’t care whether your data lives in Xano, Supabase, n8n, or a custom API you had built in 2022. The new piece, per CEO and co-founder Raphaël Goldsztejn, is an MCP server: you connect Claude, ChatGPT, Cursor, or Gemini to your WeWeb workspace, and the agent can build across “your apps data, UI, workflows, integrations, and permissions.” The pitch is control at both ends — before the AI builds, you define what it can and can’t touch (pages, components, workflows, tables, APIs); after it builds, you see exactly what changed in the visual editor, tweak it by hand or keep iterating with the agent, and publish when you’re ready.

That’s the whole thesis, and it’s a more interesting one than the launch copy makes it sound. The current generation of AI builders optimizes for the first thirty minutes of a project. WeWeb MCP is optimizing for month six.

The problem it solves is not “I need an app” — it’s “I need an app my ops lead can debug at 2am”

Let me be blunt about where cross-border teams actually bleed. You don’t lose money because you couldn’t build a supplier portal. You lose money because the portal you built got abandoned the moment the person who built it left, or because a pricing rule silently broke and nobody noticed for three weeks. Maintainability is the real cost center, and it’s the thing most AI app builders treat as somebody else’s problem.

The WeWeb team’s framing — “vibe coding a personal project that works on your laptop is one thing; building a tool your team opens every morning is another” — is the correct framing. Shared data, tiered access, teammates who need to understand the app so they can change it, and an app that keeps evolving “without turning into a black box nobody wants to touch.” If you’ve ever inherited a Bubble app from a contractor who’s now unreachable, you felt that sentence in your chest.

Why Amazon FBA sellers should care more than Shopify merchants

Here’s my honest read on who this is for. If you run a Shopify DTC brand, your storefront is already solved — you’re not going to rebuild checkout in WeWeb, and you shouldn’t. The interesting surface for a Shopify operator is around the store: a wholesale portal, a creator-affiliate dashboard, an internal tool that pulls from Klaviyo and Shopify’s Admin API to flag at-risk subscribers.

Amazon sellers have a sharper problem. Your data lives in Amazon Seller Central and gets exported into Helium 10 or a dozen other tools, none of which talk to each other, and none of which give you a clean internal view of “which SKU is quietly becoming unprofitable after the latest FBA fee change.” That’s a classic WeWeb-shaped problem: pull from an API, render a table, add role-based access so your VA can update statuses but not delete records. The MCP angle matters here because the spec for that internal tool is exactly the kind of thing you can describe to Claude in a paragraph — and then have it built, guardrailed, and inspectable.

Multi-channel operators running TikTok Shop, Temu, and SHEIN alongside Amazon have the same problem multiplied. Every channel has its own seller console, its own export format, its own definition of “return.” A unified ops dashboard is genuinely valuable and genuinely annoying to build. This is the use case I’d test first.

How it stacks up against the tools you’re already paying for

The launch page lists a long comparison set, and the honest summary is: WeWeb is not trying to beat all of them, it’s trying to occupy a specific middle band.

  • Bubble — more all-in-one, heavier, more locked-in. If you want a single vendor for frontend and backend, Bubble is the incumbent. If you want to keep your data layer portable, WeWeb wins.
  • Retool — stronger for internal admin tools, less suited to polished client-facing products. If your tool is purely for your own team, Retool is a legitimate answer. If you ever want to hand it to a wholesale buyer or a creator, WeWeb’s frontend quality matters.
  • Softr and Glide — faster for simple portals and directories, too limited for serious custom logic. Fine for a supplier directory. Not fine for a margin dashboard with conditional logic.
  • Webflow and Framer — marketing sites and landing pages, not operational systems. Don’t confuse the categories.
  • FlutterFlow — stronger for mobile apps, less natural for API-first web tools.
  • Lovable, bolt.new, Replit — impressive for quick prototypes, risky for maintainable production apps without technical control. This is the exact category WeWeb MCP is positioning against, and the positioning is credible.
  • Cursor or custom development — maximum control, maximum time and budget.

The most telling signal on the page isn’t a review, it’s a usage note: the team behind Xano 2.0 says they built it with WeWeb instead of Lovable, and describes WeWeb as “the IDE of the future” that gives “the speed and flexibility of vibe coding while still maintaining the level of control you need when working alongside AI.” When a backend company chooses your frontend to build its own product launch, that’s a stronger endorsement than any 5-star review.

Where the math breaks

Now the part the launch page buries in the cons section, and which you should read before you get excited.

Reviewers flag pricing as hard to predict and hard to explain to clients, with usage limits and plan changes creating uncertainty for production projects. Three separate reviewers list “expensive” as a con. For a cross-border operator, unpredictable SaaS pricing is a specific kind of poison — you’re already modeling landed cost, FX exposure, and ad spend volatility. Adding a tool whose bill you can’t forecast is a real cost, not a rounding error.

The other cons are equally operational:

  • Mobile performance can suffer on heavy pages. If any part of your tool is customer-facing on mobile — a creator portal, a wholesale reorder flow — test this before you commit.
  • Complex apps get slow if collections, workflows, conditions, and components aren’t designed carefully. WeWeb “does not protect beginners from bad architecture.” Apps can look finished while being hard to maintain or scale.
  • Poor customer support shows up repeatedly (three reviewers). For a tool that might sit under a revenue-critical workflow, that’s a yellow flag worth weighing against the productivity gain.
  • New features sometimes feel under-tested, and platform behavior changes need earlier and clearer communication. The MCP launch itself is brand new — treat it as v1.
  • Self-hosting/export is valuable but requires technical handling of routing, caching, deployment, and performance.

The single most useful line on the entire page: “The no-code positioning can be misleading for complex apps: serious projects still require technical thinking.” Believe that. If you’re expecting drag-and-drop simplicity, you’ll be disappointed. If you’re expecting a faster way to ship something that a technical person can still reason about, you’re the target user.

What a cross-border operator should actually borrow from this

Three transferable ideas, independent of whether you ever open WeWeb:

  1. Guardrails before generation, diff after. The pattern of “define what the AI can touch, then review exactly what changed” is the right mental model for any AI in your stack — whether it’s writing product listings, generating ad variants, or drafting supplier emails. The teams that get burned by AI are the ones that skip the review step.
  2. Backend-agnostic beats all-in-one for operational tools. Your data will outlive your frontend. If you’re building anything that touches order, inventory, or margin data, keep the data layer portable. This is the same reason I tell sellers not to let a single agency own both their Shopify theme and their analytics setup.
  3. Maintainability is a feature, not a nice-to-have. When you evaluate any internal tool, ask: “If the person who built this leaves, can someone else change it?” If the answer is no, the tool is a liability regardless of how fast it shipped.

What I’d watch / test next

This week, if you want to pressure-test the thesis without betting the farm: pick one internal workflow that currently lives in a spreadsheet and is read by more than one person — supplier scorecards, returns triage, creator payouts, whatever hurts most. Write a one-paragraph spec. Then try to build it in WeWeb with an AI agent connected, and specifically test the two things the reviews flag: mobile performance on the page your team will actually open on a phone, and whether a non-technical teammate can find and change a single field without you. If both pass, you’ve found a real tool. If either fails, you’ve saved yourself a migration.

Separately, watch the pricing page over the next quarter. If WeWeb tightens up plan predictability — the loudest complaint in the reviews — the value proposition gets materially stronger for operators who need to forecast tooling spend. Until then, treat it as a powerful but opinionated platform for teams with at least one technical thinker in the room, not a magic wand for a solo seller with a spreadsheet and a dream.

Ready to Create Your Own?

Join thousands of brands creating high-performing video ads with VEONIB. No editing skills required.

Start Creating for Free