Back
Pierre-Laurent Medori

Pierre-Laurent Medori

Head of Backend Engineering

I'm Head of Backend Engineering at GoodBarber, where we build the platform that lets anyone create native apps without writing code. My team owns what runs behind the scenes — the APIs, services, and infrastructure that turn a no-code project into real published apps, hosting, push, and a full store. I write about the engineering that keeps "no-code" working at scale, and where AI fits in.

Followlinkedin

Articles by Pierre-Laurent Medori

Pierre-Laurent Medori, Monday 15 June 2026

Agent-Ready Apps: Why Your App Must Be AI-Operable in 2026

For fifteen years, software raced to be easier for people to operate. That race is ending. The next one is whether your app can be operated by an AI agent at all. Here is what "agent-ready" means, the five things it takes, and why 2026 is the year it stops being optional. You run an app. Every week you open a dashboard, publish a few things, schedule a push, check yesterday's numbers, fix a price. That dashboard got friendlier every year — the whole no-code promise, and it worked. Millions of people now operate professional apps without code.But the operator is changing. People are starting to hand that weekly routine to an AI assistant: "Publish these three articles, schedule a push for each, and tell me which section lost readers last week." The assistant doesn't want a friendlier dashboard. It wants an interface it can call.That single fact reorders everything. The interface that wins the next decade isn't the one humans like best. It's the one an agent can drive.
Pierre-Laurent Medori, Friday 12 June 2026

Use ChatGPT with GoodBarber: run your app without code

You've got a GoodBarber app. You've seen our announcements about the "MCP server," AI, "agent-ready" apps — and assumed all of it was for developers. It isn't. In five minutes, from ChatGPT, you can run your app just by talking to it: update a price, publish an article, send a push. No terminal, no code. Here's how, with five copy-paste prompts to get you started. Let's settle it right away, because it's the misunderstanding that stops everyone: you don't need any technical skills. No terminal, nothing to install, not a single command line. If you can write a message, you can run your app.The "MCP" our other articles talk about is simply the secure bridge between ChatGPT and your app. You'll never have to touch it, or even remember what those three letters stand for. You plug it in once, and you forget it.What you use is ChatGPT: the OpenAI assistant you've probably already opened a hundred times. The same chat window. The only difference, once it's connected to your app, is that it now knows how to act on it.We've been building tools for non-technical creators since 2011. This one follows the same rule as the rest: more power, less complexity.
Pierre-Laurent Medori, Thursday 11 June 2026

How to automate your GoodBarber app with n8n and MCP — no code required

The short answer: with MCP, the API explains itself to the machine — you don't build requests by hand.A classic REST integration means reading API docs, building each HTTP request, handling auth and pagination yourself. MCP (Model Context Protocol) inverts that work: your GoodBarber app exposes its operations as tools that any MCP client can discover and call. Our test app — a Content App — exposed 62 tools the moment we connected: articles, paragraphs, events, maps, galleries, videos, sounds.n8n matters here because it's one of the rare automation platforms with a native MCP Client node — and because its AI Agent nodes can hand those 62 tools to Claude and let the model decide which to call. Zapier-style platforms automate apps; n8n + MCP automates your app.REST + classic automationMCP + n8nIntegration workOne hand-built request per actionTools discovered automaticallyAuthAPI keys per requestOne OAuth connectionAI in the loopYou parse, AI sees fragmentsThe agent calls tools directly
Pierre-Laurent Medori, Wednesday 10 June 2026

Your app is an AI backend: why agent-ready beats building AI agents

Every app platform in 2026 calls itself AI-powered. Bubble wants you to build AI agents. Lovable generates an app from a prompt. GoodBarber does something different — and, for most businesses, more useful: it turns the app you already run into an AI backend, a live system any AI agent can operate on your behalf. No-code app builders approach AI agent integration in two ways: they help you build agents, or they make your existing app callable by them.The agent-builder modelThe AI backend modelWhat the AI doesGenerates or powers your app's logicCalls your app's operations on your behalfYour starting pointBuild — or rebuild — on their platformYour existing app is already the targetWhere complexity livesIn workflows and databases you maintainIn the agent; your app simply respondsExamplesBubble, Lovable, Base44GoodBarber, through MCPBubble's pitch is sincere and, for its audience, accurate: if you're assembling a custom software product, building AI agents on Bubble's database-and-workflow engine is genuinely powerful. The same goes for prompt-to-app tools when what you need is a prototype by tonight.But notice what both ask of you first: a build. A schema, workflows, screens — or at the very least a migration.For a merchant with an existing app and real customers, that's the wrong starting point. You don't need to rebuild anything. You need your app to respond to AI commands.
Pierre-Laurent Medori, Thursday 4 June 2026

Your GoodBarber app is now AI-agent-ready: 44 skills for Claude Code, Cursor, and any MCP client

GoodBarber's MCP server makes your app a first-class tool any AI agent can drive — with 44 open-source skills, native Claude Code and Cursor support, and an endpoint built for agencies. Three articles showed how GoodBarber's MCP server works for creators. This one is for the people building on top of it.If you're catching up, the server launched for the shop, then reached your content, then push notifications.
Pierre-Laurent Medori, Tuesday 2 June 2026

The GoodBarber MCP server goes further: create push notifications with AI

Since its launch, the GoodBarber MCP server has opened up a new way to manage an app. Instead of navigating through every back-office menu, you can ask an AI assistant to perform certain actions for you, using natural language. Creating a push notification can seem simple at first: write a message, choose an audience, send it.But in real use, requests are often more precise:send the notification tomorrow morning;target only iOS and Android users;open a specific app section;redirect to an article, product, or URL;target a user group;send a message to a specific user;schedule the send according to each user's local time.Until now, this kind of setup required going through several settings manually. With the enriched MCP server, users can express their need in a natural sentence.For example:"Send a push notification Friday at 10 a.m. to iOS and PWA users to announce the release of my new show, and open the Web TV section when they tap it."The assistant then needs to understand three essential elements:the message to send;the audience concerned;the action to trigger on tap.This is exactly what makes the update useful: AI does not just write text. It interprets a complete communication intent.
Pierre-Laurent Medori, Tuesday 26 May 2026

MCP Server: Manage Your App's Content by Conversation

If you publish content in a GoodBarber app, you know the pattern. A new walking trail opens in your area, and your readers will want to know before the weekend. None of the work is hard. An article with a photo and a route description. A guided-walk event on Saturday morning. Three points of interest along the way — the spring, the viewpoint, the old chapel.But every one of those tasks means the same thing: open a laptop, log in, find the right section, fill a form, order the body blocks, save. Repeat for the event. Repeat for the map. By the time it's done, the afternoon is gone — or the idea has slipped onto a to-do list that never gets shorter.When we introduced GoodBarber's MCP server, we closed that gap for the shop side of the platform. The response told us something we should have seen sooner: the value of acting on your app from a sentence wasn't limited to commerce. It was just as useful for everything else the back office manages. So we extended the MCP server to cover content too.
Pierre-Laurent Medori, Tuesday 5 May 2026

Your App, Now on Voice Command: Introducing GoodBarber's MCP Server

Manage your entire app — products, orders, promos, push notifications — by talking to your AI assistant. One sentence, zero friction. If you run a GoodBarber app, you know the feeling. You're between two meetings and a supplier texts you that a product is back in stock. Or you're on the train and a flash sale idea pops into your head. Or a customer DM reminds you that yesterday's batch still hasn't shipped.None of these are complicated tasks. They're two-minute jobs — the kind of thing that should take less time to do than to think about. But in practice, they require opening your laptop, logging in, navigating to the right section, and making the change. By the time you've done all that, the moment has passed, or you've added it to a mental to-do list that keeps growing.That's the gap we wanted to close. Not by redesigning a screen or adding a shortcut, but by letting you act on your app the same way you'd ask a colleague for help — by describing what you need in a sentence. We're launching GoodBarber's MCP server, and it changes the way you interact with your app.
Pierre-Laurent Medori, Friday 27 March 2026

Best practices to set up your RAG Chatbot using GoodBarber

GoodBarber's RAG Chatbot extension turns your app into an intelligent assistant that answers user questions based on your own content — articles, events, and map points. But getting the best results requires understanding a few key configuration choices. Two questions come up repeatedly from GoodBarber users: "How far will my 5,000 monthly credits go?" and "Why isn't my chatbot finding the right content?" The answers lie in how you configure your setup. In this guide, we break down the credit system, explain the often-misunderstood Items Per Feed setting, and walk you through customizing your chatbot's personality with a well-crafted system prompt. Whether you are evaluating the RAG Chatbot extension or have already subscribed, this article will help you avoid common pitfalls and get the most out of every credit.