Every team runs deals differently. That's why Atomic CRM now ships with a fully configurable Settings page 🛠️
Admins can tailor pipeline stages, deal categories, task types, sectors, and even the app's name & logo, ALL without touching a line of code.
Your #CRM, your rules.
02.03.2026 16:30
👍 1
🔁 0
💬 0
📌 0
React-Admin: February 2026 Update
React-admin 5.12, 5.13 and 5.14 introduce TanStack router adapter, RecordsIterator, TextArrayField, DataTableInput, and more!
2026 is off to a flying start! 🚀
We’ve been shipping non-stop since Autumn to level up the #ReactAdmin DX. Here’s a recap of the journey so far:
⚡️ Faster <ArrayInput>
🗺️ #TanStackRouter adapter
🧩 New <DataTableInput> & <RecordsIterator>
🏗️ More logic moved to headless ra-core
More below...
27.02.2026 13:32
👍 1
🔁 1
💬 1
📌 0
Marmelab
Marmelab is a French innovation studio building web & mobile apps with React, Node.js and AI. Explore our case studies and open-source tools, or book a call.
marmelab.com now speaks markdown to AI agents. 🤖
We enabled Cloudflare's "Markdown for Agents" on our whole domain. Send "Accept: text/markdown", get clean markdown back. Up to 80% fewer tokens than raw HTML!
A small quality-of-life improvement for AI agents crawling our site ;)
27.02.2026 16:30
👍 0
🔁 0
💬 1
📌 0
Check out the full changelog and get started here:
👉 github.com/marmelab/shadcn-a...
25.02.2026 16:30
👍 1
🔁 0
💬 0
📌 0
Shadcn Admin Kit v1.5.0 is here! 🛠️
Big updates for your admin panels:
- New DateTimeInput & TextArrayInput
- ImageField with preview support
- New doc, including I18n configuration page
- Upgraded to react-router 7.12.0 & shadcn/ui 3.8
25.02.2026 16:30
👍 1
🔁 0
💬 1
📌 0
We wrote down the boilerplate logic we're using at Marmelab if anyone wants to skip the initial setup pain.
Here’s the full breakdown of the stack and the scaffolding logic we’re using: zurl.co/5eaRi
23.02.2026 17:00
👍 0
🔁 0
💬 0
📌 0
We spent some time streamlining our admin scaffolding. We’ve been leaning heavily into @tanstack.com Start lately, the type safety across the full stack is just too good to ignore when building complex dashboards with shadcn/ui.
23.02.2026 17:00
👍 1
🔁 0
💬 1
📌 0
We gathered our notes into a checklist to fix this, turning agents from helpers into actual producers.
We shared our findings here:
marmelab.com/blog/2026/01/21...
How are you structuring your code for AI? 💬
20.02.2026 15:00
👍 0
🔁 0
💬 0
📌 0
Sometimes using a coding agent feels slower than just writing the code yourself. 😅
We've been tweaking our codebase to make it more "agent-friendly", adding context, refining testability.
What's the main bottleneck you've found?
#AI #DevCommunity
20.02.2026 15:00
👍 0
🔁 0
💬 1
📌 0
We set up a test environment to exploit these vulnerabilities, and the results were eye-opening.
🛡️
From tool prompt injection to cross-tool hijacking, here is what we found and how to mitigate it: marmelab.com/blog/2026/02/16...
What’s your take on these risks? Let's discuss! 💬
18.02.2026 16:30
👍 0
🔁 0
💬 0
📌 0
We love building with MCP servers to supercharge AI agents. But at Marmelab, we're also focused on securing them.
Letting an LLM access your sensitive data based on a 3rd-party description is... risky business. 😅
How are you vetting the MCP tools your agents use? 🤔
#AI #developers #MCP
18.02.2026 16:30
👍 0
🔁 0
💬 1
📌 0
9 Best Open Source CRMs Of 2026
In this roundup, you’ll learn about the best open source CRM software options. We’ll discuss features, costs and what to look for when choosing CRM software.
Woke up to some amazing news!
Forbes just dropped their list of the top 9 Open Source CRMs, and Atomic CRM made the cut. 🤯
So incredibly proud of the team and our amazing community.
zurl.co/rgPgc
#OpenSource #CRM #AtomicCRM
16.02.2026 09:31
👍 1
🔁 0
💬 0
📌 0
Read the full walkthrough here: www.9thco.com/labs/supabase-...
05.02.2026 09:15
👍 1
🔁 0
💬 0
📌 0
9thCO has published a hands-on guide on integrating Supabase with react-admin to build internal tools, such as member management platforms.
👇 Link to the guide in the thread.
#Supabase #React-Admin #WebDev
05.02.2026 09:15
👍 2
🔁 1
💬 1
📌 0
We wrote a deep dive on our experiments with Arazzo and why it’s a game-changer for agentic workflows: marmelab.com/blog/2026/02/02...
03.02.2026 14:23
👍 0
🔁 0
💬 0
📌 0
OpenAPI is great for listing endpoints, but it fails to describe the actual workflows AI agents need to follow...
We’ve been testing Arazzo to fill this gap and finally give LLMs a "manual" to follow.
How do you handle complex API chaining with AI?
03.02.2026 14:18
👍 2
🔁 0
💬 1
📌 0
A Free Laravel Admin With API Platform and React-Admin
Replace Laravel Nova with a flexible admin built on open standards and open-source tools.
Laravel admins often mean Nova. It works well. But it’s paid.
There’s a free alternative.
#Laravel + #APIPlatform + #ReactAdmin = a powerful admin UI on top of your Eloquent models.
JSX instead of PHP, but more flexibility and UI power.
marmelab.com/blog/2026/01...
23.01.2026 15:42
👍 8
🔁 4
💬 1
📌 0
Agent Experience Best Practices for Coding Agent Productivity
Why do coding agents shine in some projects and fail in others? This article explains how to design your codebase so agents work autonomously and effectively.
Why do coding agents work great in some projects but fail badly in others?
In my experience, the difference is rarely the agent. It’s the codebase.
Here are 40+ best practices to make coding agents faster, safer, and more productive on real-world codebases.
marmelab.com/blog/2026/01...
21.01.2026 12:35
👍 5
🔁 1
💬 0
📌 0
Want to build a fully functional Kanban board with #React and #shadcn?
This in-depth tutorial walks you through building a Trello-like board, complete with drag-and-drop cards, clean UI & a modern architecture.
Check it out now👇
marmelab.com/blog/2026/01...
@shadcn.com
19.01.2026 10:45
👍 2
🔁 1
💬 0
📌 0
React-Admin Data Provider — From Beginner to Advanced
React-Admin is a powerful framework for building admin panels quickly. One of its core concepts is the Data Provider.
If you understand…
Every react-admin app needs a data provider. It’s how your #frontend talks to the #backend. 🔄 Understanding it is key to mastering react-admin.
This beginner-friendly guide walks you through the essentials, helping you build a solid foundation.
🔗 sameeramadhuranga.medium.com/react-admin-...
13.01.2026 10:34
👍 2
🔁 1
💬 0
📌 0
About Marmelab 💻
Marmelab is a web agency based in France. We’re a team of senior full-stack developers passionate about sharing our learnings from extensive R&D every week.
📧 If you need experienced engineers to support your project, let's get in touch: contact@marmelab.com
#leanstartup #CTO
13.01.2026 16:00
👍 0
🔁 0
💬 0
📌 0
You don’t need code, you need to test hypotheses.💡
Too many teams jump straight into development. At marmelab, we validate first.
Our Design Sprint helps to turn:
✅ Uncertainty into insight
✅ Ideas into action
And all of this before a single line of code.
Learn more: zurl.co/8GYMr
13.01.2026 16:00
👍 1
🔁 0
💬 1
📌 0
Best Open Source CRM for 2026
The best CRM is the one you can reshape. We compared 9 open-source CRMs in 2026 to find the most flexible, developer-friendly options for small businesses.
🔍 Looking for a CRM that actually fits your business?
We put the top 9 open-source CRM to the test to find the most customizable & developer-friendly solutions.
Check out our in-depth benchmark now: 👇
marmelab.com/blog/2026/01...
#CRM #OSS #opensource #opensourceCRM
09.01.2026 10:10
👍 3
🔁 0
💬 0
📌 0
Atomic CRM
A full-featured CRM toolkit for personalized solutions.
Would love that too! An open-source alternative to Salesforce is Atomic CRM: marmelab.com/atomic-crm/
07.01.2026 16:41
👍 0
🔁 0
💬 0
📌 0
What if you could chat with your CRM like with a colleague? 💬Now you can!
👉 Meet the MCP server for Atomic CRM: Connect your fav AI assistant & interact with your data using plain language. Ask questions, update records,etc all without leaving your workflow.
Try it now marmelab.com/atomic-crm/d...
07.01.2026 14:29
👍 1
🔁 0
💬 0
📌 0
Indeed! It's one of my favourite developer-focused AI blog. Definitely worth a regular read
07.01.2026 08:48
👍 1
🔁 0
💬 0
📌 0
2025: The year in LLMs
This is the third in my annual series reviewing everything that happened in the LLM space over the past 12 months. For previous years see Stuff we figured out about …
LLMs and GenAI were arguably the biggest tech story of 2025. @simonwillison.net 's year-in-review highlights the major #AI innovations that reshaped our craft, for better and for worse.
zurl.co/CicDO
06.01.2026 15:00
👍 2
🔁 0
💬 1
📌 0