SYSTEM / Glossary
Glossary
Terms Synedre uses without having coined them — Docker, PM2, AIDA, GDPR. Defined here for context, not claimed.
— 94 terms
Vocabulary proper to Synedre → DictionaryA
- Accentadj.
The colour token reserved for whatever must catch the eye: calls to action, active states, urgency signals. Most design systems define one. Synedre no longer does. Since the monochrome pivot of 30 May 2026, emphasis comes from contrast, weight and space — never from hue. The only colour left on the site is the octopus in the footer. The pink that once played this role is now explicitly banned by the art direction.
"There is no accent any more: what must stand out does so through solid black, weight and the white around it — not through colour."
- Accessibility/ak-sè-si-bi-li-té/n.
A set of practices that make a website usable by all — keyboard navigation, screen reader compatibility, sufficient contrast, alternative text, ARIA. The European Accessibility Act (2019/882) will make it mandatory in June 2025. Agent Braille is its guardian.
"Accessibility isn't a bonus — it's a right. And soon a legal obligation."
- Active Recordn.
In the CodeMyShop ecosystem, Active Record refers to the principle that every mutation of a ps_ac_* table must go through a dedicated ac_entities/*.py class — never through inline raw SQL. This pattern ensures every write is typed, traced and auditable via ac_logger. A pre-commit hook mechanically enforces it: any ac_*.py containing direct SQL without going through ac_entities/ is rejected. The objective is to eliminate "raw SQL sprawl" that creates silent drift between environments.
"If you write a direct UPDATE ps_ac_backlog in your script, the pre-commit hook blocks you. Everything goes through BacklogEntity().update() — that is Active Record."
- AI Actn.
The European regulation governing the use of AI. The Synedre complies: transparency about the use of AI agents, no social scoring, no manipulation. Agent Montesquieu monitors compliance.
"The AI Act requires disclosure when content is AI-generated."
- AI Gatewayn.
An intelligent switch between multiple AIs. If the primary AI (Mistral, hosted in France) goes down, the system automatically falls back to the next one (Claude, GPT) without anyone noticing. The French AI is always given priority — sovereignty demands it.
"The AI Gateway switched from Mistral to Claude in 200 ms when the European API hit a latency spike — invisible to the client."
- AI governance/gu-vèr-nans i-a/phr.
The rules of the game that keep AIs from doing whatever they please. At Synedre: a constitution, orbits — not hierarchical tiers but distances to the decision —, blocking opinions (an agent may say "stop"), cicatrices (past mistakes become law), and a human founder who always has the final say. That is what separates an organisation from a pipeline.
"MetaGPT simulates a company. The Synedre governs one. The difference is that here, Montesquieu can block a deployment."
- AI self-awarenessn.
The technical ability of an AI to monitor and communicate its own limits. Not consciousness in the philosophical sense (sentience), but a monitoring mechanism: the AI measures its context consumption and raises an alert when its reliability degrades. Concept developed within the Synedre (Article 15 — Principle of Economy).
When its context window exceeds 80%, Atlas explicitly says: "my memory of this session is compressed — verify what I assert".
- AI sub-agentn.
A separate AI instance with its own context window. Allows delegating costly explorations without consuming the main context. A sub-agent reading 20 files (cost: 50K tokens in its window) only costs ~2.5K tokens in the main window (the summary). A 95% reduction in context cost.
Atlas spawns an Explore sub-agent to scan 50 Vue files: the sub-agent consumes 80K tokens in its own window, but returns only a 3K summary to Atlas.
- AI tokenn.
The basic unit of language for an AI. In English, a token represents roughly 3–4 characters, approximately one word. The word "hello" is about 1–2 tokens. A page of text is roughly 500 tokens. Models bill and limit usage in tokens.
An AC blog article page is about 4,000 tokens: Claude Opus can therefore load 250 articles into memory simultaneously.
- AIDAacr.
The 4 steps to persuade someone on a web page: first capture Attention (a striking observation), then spark Interest (show expertise), build Desire (proof, testimonials) and trigger Action (a button to book a meeting). This is the structure of all CodeMyShop homepages.
"The homepage follows the AIDA funnel: the observation captures attention, expertise builds interest, testimonials create desire, the Calendly CTA triggers action."
- Algolian.
A search-as-a-service engine designed for headless e-commerce, offering real-time indexing and sub-10ms latency. In a headless architecture, Algolia advantageously replaces the native PrestaShop search engine, judged too slow and too tightly coupled to the monolith. It exposes JSON indices queryable via InstantSearch.js or Vue/Nuxt components and synchronises via webhooks or indexing crons. Its cost becomes a pivot argument: beyond a certain catalogue size, you must arbitrate between the UX velocity it offers and the pricing lock-in it imposes.
"Algolia is the search that works on day one — no need to wait for PrestaShop to reindex 40,000 references overnight. But it is a third-party SaaS: once you exceed the free tier, you pay per query. Integrate it with eyes open."
- Anti-fragility/ɑ̃-ti-fra-ji-li-té/n.
The property of a system that grows stronger under pressure. Different from resilience (which resists) and robustness (which stays unchanged). The Drill makes the Synedre antifragile — each error produces a cicatrice that reinforces the system. The more it is attacked, the harder it becomes.
"The Synedre is not resilient — it is antifragile. Every bug makes it stronger."
- Anti-hallucinationn.
An automated system that detects factual errors generated by AI before they are published. Verifies agent names, roles, business figures and internal URLs against the repository's sources of truth. Hard block if a hallucination is detected — the article is not published.
Before publishing a proprietary dictionary entry, the anti-hallucination check cross-references /synedre + Constitution + eSoleau and blocks if the term is invented.
B
- Blue Oceann.
A virgin market space created by redefining industry boundaries rather than fighting on existing ground. CodeMyShop is a deliberate blue ocean: instead of competing with Shopify on pooled SaaS, a new category is created — sovereign e-commerce PaaS with integrated AI and dedicated VPS. The blue ocean is not found, it is built by eliminating what the industry takes for granted and adding what it ignores. The Synedre, the Mouseion, VPS sovereignty — all bricks that make competition irrelevant.
"Shopify, WooCommerce, PrestaShop as SaaS — that is the red ocean. I give you your server, your code, your AI agents. That is a different ocean entirely."
- Build in Public/bild-in-pob-lik/phr.
Building your product in public — showing the process, the mistakes, the revenue, the decisions. Alexandre Carette applies this principle to the Synedre: live Réacteur page, public Drill scores, accessible Constitution. Transparency as proof of competence.
"Build in Public means showing the sweat — not just the result."
C
- Certbotn.
A command-line ACME client that automates SSL/TLS certificate management on a server. In the CodeMyShop architecture, Certbot runs as a cron on each client VPS to automatically renew Nginx certificates before expiry. An expired certificate = store offline = P0 client incident. Automation via Certbot is non-negotiable on every provisioned VPS.
"Certbot is the only thing running as root on my client VPS that I have no desire to replace — it does exactly what it promises, without noise."
- Chief of Staff AIn.
A generalist AI assistant meant to handle everything for a founder: marketing, accounting, SEO, security. The problem: it only detects what it is asked, never contradicts itself, and forgets everything between sessions. The Synedre is the structural answer to this limitation.
A generalist Chief of Staff AI hallucinates on the accounts and botches the marketing — the Synedre prefers 30 specialised agents who hand off to each other.
- Claude Code//klod kod//n.
An AI development tool created by Anthropic that allows Claude to operate directly in a code environment: reading files, writing code, executing shell commands and managing complete projects. Unlike a simple chatbot, Claude Code acts as an autonomous developer capable of navigating a codebase, diagnosing bugs and implementing features. It is the engine that powers Atlas, the Synedre's orchestrator.
Alexandre Carette's Synedre runs on Claude Code: every agent (Colbert, Renoir, Brunel...) is a sub-agent spawned by Atlas via this tool.
- Cloudn.
Remote computing and storage infrastructure, pooled and billed on usage. AC deliberately distinguishes itself: CodeMyShop is built on dedicated OVH VPS (1 VPS per client), not pooled cloud. This choice guarantees data sovereignty, predictable performance and absence of vendor lock-in. Public cloud is convenient for startups — the dedicated VPS is the backbone of a sovereign B2B PaaS.
"My clients are not in the cloud. They have a VPS. Their store shares nothing with anyone. That is concrete sovereignty."
- Confirmation biasn.
The tendency to seek and interpret information in a way that confirms pre-existing beliefs. With a single AI, the bias is amplified: the CEO asks a leading question, the AI answers in that direction, and he comes out more convinced. The Synedre counters this bias through structural contradiction between agents.
When Atlas tries to validate a hypothesis, he summons Socrates to challenge the opposite — without this counter-force, he would only see favourable evidence.
- Content Intelligencen.
Instead of guessing what content to write, we look at the data. What do people search for on Google? What do they click on the site? What do AI crawlers come to read? The answers automatically determine the next article to publish. No more guesswork.
"Content Intelligence detected that 'pistachio wholesaler' had 200 impressions but 0 clicks — an optimised article was added to the queue."
- Context compressionn.
A mechanism by which an AI silently summarises older messages when its context window fills up. The user is not informed. The AI continues to respond with confidence even though it has lost details from the start of the conversation.
During a 4-hour Claude Code session, the compression mechanism discards 60K tokens of history without warning — Atlas can then "forget" that a file has already been fixed.
- Context windown.
The working memory of a conversational AI, measured in tokens. Everything the AI can "see" at any moment: messages, files, responses. When the window is full, older elements are compressed or discarded. ChatGPT: 128K tokens. Claude Opus: 1M tokens.
A 1M-token window (Claude Opus 4.6) allows loading an entire repository of 400 files and reasoning over it without restarting the session.
- Core Web Vitalsn.
A set of three Google metrics measuring the real user experience of a web page: loading speed, interaction responsiveness and visual stability. In headless e-commerce, Core Web Vitals are a structural advantage — Nuxt 3 with SSR produces scores that PrestaShop or Shopify monoliths cannot achieve without hacks. A slow site does not convert; a fast site is not sufficient alone — but without green CWV scores, everything else is academic.
"Our clients go from 35 to 95 in Lighthouse Performance after the headless migration. Core Web Vitals aren't cosmetic optimisation — they're the entry ticket for Google to take you seriously."
- CRM/cé-èr-èm/n.
The client relationship management module integrated into the Hub. Kanban, tasks, history, automata. Built in Nuxt 3, SSR disabled, protected by authentication. Uses PrestaShop as backend via the ac_smartlead and ac_smartproject modules.
"The CRM shows the commercial pipeline — from cold prospect to active client."
D
- Deploy/di-ploï/v.
Taking the code just written and putting it online — like replacing a car's engine while it is moving, without the passenger feeling a thing. The site is never taken down. A deploy does not touch the code history — it takes what is ready and puts it live, full stop.
"The deploy of 15 commits to preprod took 45 seconds — zero downtime, zero errors."
- Deploymentn.
The process of rolling out a new version of the application via PM2 graceful reload — never via docker restart or pm2 start. AC deployment follows a strict protocol: surgical commit, save-preprod.sh, build, reload. Any deviation from this protocol is a potential incident. On the multi-tenant PaaS, two pipelines coexist: deploy-nuxt.sh (AC Hub) and deploy-palimex.sh — a core modification triggers both.
"We don't deploy, we reload. PM2 graceful reload — zero downtime, zero drama. The day you do a docker restart in production, it means you haven't read the doctrine."
- Design system/di-zaïn sis-tèm/n.
A brand's visual identity, but in code form. All colours, fonts, spacing and buttons are defined once — then every page uses them automatically. Change one colour and the entire site updates instantly. No more pages that look inconsistent.
"Alexandre Carette's design system: indigo for reliability, pink for energy. Two colours, one entire identity."
- Docker/do-keur/n.
The isolation technology of CodeMyShop. Each service runs in an independent Docker container — Nuxt, PrestaShop, MariaDB, Redis, Nginx. Isolation ensures that a bug for one client does not affect others. Docker + PM2 = Zero-Downtime Deployment.
"A Nuxt container that crashes does not touch the database or other clients."
- Docker Composen.
A declarative orchestrator that defines a complete stack (database, cache, CMS, frontend) in a single docker-compose.yml file. In the CodeMyShop architecture, each PaaS client has their own isolated Compose: PrestaShop, MariaDB, Redis, Nuxt — one VPS, one stack, zero data pooling. This is what makes provisioning reproducible: a versioned Compose means the client's environment can be recreated identically in under 25 minutes. Without Compose, sovereign PaaS would be an operational nightmare.
"One docker-compose.yml per client, not a shared Kubernetes cluster. That is sovereignty: your infra fits in a readable file, not an abstraction that even your host no longer understands."
E
- eSoleau/i-so-lo/n.
A digital envelope sealed by the INPI that proves that at a specific date, you were in possession of an idea, a concept or a document. It is not a patent — it does not protect the invention — but it dates your prior art in an incontestable manner. Cost: approximately €15. Indispensable before publicly discussing a proprietary concept.
"The Synedre OS concept was filed with eSoleau on 7 April 2026 — well before the first blog article on the subject."
F
- Feedback loopn.
The cycle that makes the Synedre cumulative: when the founder corrects an error, the responsible agent's profile is updated in the same commit. The error never recurs. This is what distinguishes a set of agents from a system that learns.
When Alexandre corrected Atlas on 07/04 over the preprod/prod confusion, the agents/orchestrator.md profile was updated in the same commit — the loop closed in 5 minutes.
- Flywheel/flaï-ouil/n.
A virtuous circle that accelerates on its own. An article attracts a visitor, the visitor becomes a client, the client funds the AI, the AI produces the next article. The more it turns, the faster it goes — like a spinning wheel that gains momentum without needing to be pushed.
"The CodeMyShop Flywheel: an SEO article attracts a prospect, the prospect becomes a client, the client funds the AI that produces the next article."
- Frameworkn.
A prefabricated code structure that imposes its conventions in exchange for increased development speed. A framework is not a library: it calls your code, not the other way around (inversion of control). Nuxt 3 is the frontend framework of the CodeMyShop stack — it dictates page structure, routing and SSR. Choosing a framework means choosing the constraints you will live with for years: better to choose one that is opinionated for good reasons.
"A framework is a contract: it accelerates everything it anticipated, and slows down everything it didn't. Choose it like a business partner, not like a tool."
G
- Gatekeepersn.
Centralised actors who interpose themselves between a merchant and their clients, capturing data, setting rules and taking a commission. Shopify, Amazon, Meta are commercial gatekeepers: they lend you their audience in exchange for your sovereignty. Apple App Store and Google Play are technical gatekeepers: they can block an AI application overnight. The sovereign headless strategy is precisely a response to this model — a PaaS like CodeMyShop eliminates the gatekeeper by giving the client their own infrastructure. Internally, the AI Gateway plays the inverse role: a "friendly" gatekeeper that we own, filtering, routing and capping AI calls to maintain cost control and sovereignty.
Gatekeepers rent you access to your own clients. With a dedicated VPS, you own the relationship and they can no longer turn off the tap. Conversely, the CodeMyShop AI Gateway is my own technical gatekeeper: no AI call goes out without passing through it — costs controlled, Mistral fallback, sovereignty guaranteed.
- GDPR/èr-jé-pé-dé/n.
The European regulation that protects personal data. The Synedre applies it strictly: no third-party cookies, no data sent to Big Tech, hosting in France, right to erasure. Agent Montesquieu is its legal guarantor.
"GDPR = client data stays with the client. No discussion."
- Google Cloudn.
A suite of Google cloud services integrated into the AC pipeline for image generation (Gemini), storage and certain AI processing tasks. Distinct from application hosting, which remains sovereign on OVH VPS. Google Cloud is a provider of AI capacity, not a trusted host for client business data. The AC rule: API keys remain the client's, not ours.
"Gemini via Google Cloud generates agent portraits. But Palimex data never transits through it — sovereignty first."
H
- Hacker Mindsetn.
The founder's mindset: seeing the world as a modifiable system, not a fixed framework. The Hacker Mindset does not break things — it understands, repurposes and improves. It is the cultural DNA of the Synedre, transmitted through the Academy and the Drill.
"The Hacker Mindset means reading the source code of the world and proposing a patch."
- Headless/hèd-lès/adj.
Separating the engine from the storefront. The engine (PrestaShop) manages products, orders and stock behind the scenes. The storefront (Nuxt 3) manages what the visitor sees on screen. The two communicate via messages. Result: a much faster site and total design freedom.
"A headless PrestaShop with Nuxt 3 as storefront loads in 0.8 s instead of 3.2 s."
- Headless & Nuxtphr.
The signature tech stack of CodeMyShop: a PrestaShop back-office handling business logic and data, decoupled from a Nuxt front-end that consumes the APIs. This choice is not aesthetic — it is strategic: the merchant keeps their data in their DB, their front-end is replaceable without migration. Nuxt brings SSR for SEO, Vue reactivity for UX, and multi-tenant capability via a shared core. It is the technical backbone of the AC PaaS.
"Headless with Nuxt is not a trend we follow — it is the architecture that means you are never held hostage by a Shopify or a closed SaaS."
- Headless architecturen.
Headless architecture radically separates the e-commerce engine — catalogue, stock, cart, orders (PrestaShop, Shopify) — from visual rendering entrusted to a modern JavaScript framework (Nuxt 3, Next.js). Communication happens exclusively via REST API or GraphQL. This separation offers total design freedom, superior Lighthouse performance and increased resilience: the front can serve static content even if the back is unavailable. It is the technical foundation of the CodeMyShop model — without headless, no multi-tenant, no white label, no Flywheel.
"In headless, your store and your storefront speak different languages — intentionally. One manages stock, the other seduces the buyer. Mix them and you have a monolith that will age badly."
- Hostingn.
The infrastructure layer on which the entire e-commerce stack rests — often underestimated until the first production incident. In the AC ecosystem, hosting is never delegated to an opaque provider: each tenant runs in its own Docker containers on a dedicated VPS, providing isolation, cost predictability and data sovereignty. Shared hosting or mass-market PaaS (Heroku, uncontrolled Vercel) are anti-patterns: they mask complexity at the expense of mastery. Good hosting is invisible — you only notice it when it fails.
"Hosting is the ground under your feet. Shared = quicksand. Containerised VPS = reinforced concrete slab. My clients do not share their server with a liquidating shoe reseller."
J
- JSON-LD/jé-zon-èl-dé/n.
A structured data format embedded in web pages so Google understands the content. The Synedre injects JSON-LD on every public page — Article, Organization, FAQ, BreadcrumbList. Agent Otlet is its guardian.
"JSON-LD FAQ allows Google to display questions directly in search results."
K
- Kubernetesn.
Kubernetes is the reference container orchestrator for enterprise cloud deployments. In the CodeMyShop ecosystem (sovereign PaaS, 1 VPS per client), Kubernetes is deliberately not used: its operational complexity exceeds its value for SME clients. The AC approach favours Docker Compose + PM2 on dedicated VPS — more readable, maintainable and genuinely sovereign. Kubernetes remains the necessary theoretical reference for understanding what we choose not to do.
"Kubernetes is impressive — and that is exactly why I don't impose it on a 20-person SME. Sophistication must serve the client, not reassure the provider."
L
- Lighthousen.
Lighthouse is the reference technical auditor for measuring the quality of a web page across five axes: Performance, Accessibility, Best Practices, SEO and PWA. In the AC approach, a score below 90 on mobile is a commercial failure signal, not just a technical one — Google penalises, visitors abandon. It integrates into any pre-deploy validation pipeline to detect regressions before they reach production. On a headless Nuxt stack, 95+ is achievable by default; below that, the code is at fault.
"A Lighthouse score of 45 on mobile isn't a performance problem — it's an admission that nobody has ever measured what they were delivering."
- Lock-inn.
The SaaS strategy that makes leaving difficult: non-exportable data, non-portable workflows, history lost on departure. The CodeMyShop sovereign PaaS model is the exact opposite: source code delivered, data on your server, zero exit cost.
Shopify does not allow exporting loyal customers with their purchase history — deliberate lock-in that forces merchants to stay.
M
- Maieutics/ma-ieu-tik/n.
The art of bringing ideas to light through questions, not answers. Socrates' method applied by the Dialogue agent in blog comments. Instead of giving the answer, asking the question that forces the reader to think for themselves.
"Maieutics means answering a question with a better question."
- Manifeston.
Alexandre Carette's positioning declaration. Exposes the vision, values and convictions that underpin CodeMyShop and the Synedre. The Manifesto is not a marketing page — it is a public commitment.
"The Manifesto says: your site is yours, your data is yours, your code is yours."
- MariaDB/maria-di-bi/n.
The relational database of CodeMyShop. MariaDB 10.11 stores products, orders, clients, blog articles and all ac_* tables (agents, drill, academy). Each client has their own isolated database.
"MariaDB runs internally on port 3306 — never exposed to the internet."
- Mastermindn.
A group of entrepreneurial peers who meet regularly to share diagnoses, blockers and growth levers. In the AC strategy, the mastermind is a premium acquisition channel: a well-connected founder recruits peers, not strangers. The Synedre is conceptually a permanent mastermind between AI agents and a human founder — collective deliberation, sovereign decision.
"A human mastermind meets once a month. My Synedre is available at 5am when I have a critical decision to make."
- Migrationn.
In headless e-commerce, a migration refers to moving from a legacy architecture (monolithic PrestaShop, coupled WooCommerce) to a decoupled stack (Nuxt + API). At AC, migration follows a strict protocol: dedicated DB per client, data freeze at cutover, staging on a separate subdomain until the final DNS switch. The staging URL is never canonical or referenced in the sitemap. A migration project is P0 by nature — it is not roadmapped, it is executed with a rollback plan.
"A migration is open-heart surgery. You prepare everything upstream, you don't tinker in production, and you never roll back halfway."
- Mistral AI//mis.tʁal a.i//n.
A French artificial intelligence company developing open-weight language models. Mistral AI is the default AI provider in the CodeMyShop ecosystem to guarantee digital sovereignty: client data stays in France, processed by European infrastructure. Mistral models (Mistral Large, Codestral) offer an excellent performance-to-cost ratio for e-commerce tasks.
In the CodeMyShop AI Gateway, Mistral is the priority provider. If Mistral fails, the fallback switches to Claude (Anthropic) then OpenAI — always in that order of sovereignty.
- MOAT/mote/n.
What prevents a competitor from copying you. Not a patent, not a secret — a system so deeply interlocked that it would take years to replicate. At CodeMyShop, the MOAT is the Synedre: 22 AI agents calibrated over 11 months of corrections, a feedback loop that improves with every error, and an ecosystem (blog, Academy, dictionary) that reinforces itself. Copying an agent name takes 5 seconds. Reproducing the system takes 5 years.
"CodeMyShop's MOAT is not the code — it is the 22 agent profiles calibrated by 11 months of field feedback. A competitor can copy the interface, not the intelligence."
- Multi-agent orchestration/or-kès-tra-sion mul-ti a-jan/phr.
Getting multiple AIs to work together instead of just one. Like a conductor who coordinates violins, brass and percussion — each plays their part, but together they make music. Frameworks like LangGraph or CrewAI provide the technical plumbing. The Synedre adds what no framework offers: governance, responsibilities and a founder who arbitrates.
"LangGraph connects agents. The Synedre organises them into a council. The difference is governance."
N
- Nano Bananan.
The Synedre's visual production system. Structured prompt engineering to generate consistent images via AI models (Gemini, etc.). Uniform brief, controlled style, watermark included. Agent Méliès orchestrates, agent Itten validates.
"Nano Banana produced 20 black-and-white Harcourt portraits in one session."
- Nginx/ène-jine-x/n.
The gatekeeper. Nginx receives all HTTP requests and redirects them to the correct service — /module/* to PrestaShop, everything else to Nuxt. It also handles SSL, compression, static asset caching and security headers.
"Nginx routes, Nuxt renders, PrestaShop stores — the infernal trio."
- Nitron.
The server layer of Nuxt 3 that handles SSR rendering, API routes and universal deployment. Nitro compiles the entire Nuxt backend into a single optimised bundle, independent of runtime. In the AC ecosystem, Nitro exposes the /api/* endpoints that proxy calls to headless PrestaShop. Its runtimeConfig system requires the NUXT_ prefix for environment variables injected in production — a critical constraint during ZDD deployments.
"Environment variable not passing through? That's Nitro. In production, everything in runtimeConfig must be prefixed NUXT_ at the OS level — otherwise the value stays undefined at runtime."
- Nuxt 3/neuxt/n.
The CodeMyShop frontend framework. Nuxt 3 generates the site pages, handles SEO (server rendering), API routes and the design system. Coupled with Tailwind CSS. Each CodeMyShop client has their own isolated Nuxt server.
"Nuxt 3 serves the pages, PrestaShop serves the data — each to their own role."
O
- Ouroboros/ou-ro-bo-ross/n.
The serpent that devours its own tail to be reborn. It is humanity's oldest symbol of a self-feeding loop — a system whose output feeds its input, indefinitely. In sovereign e-commerce, the Ouroboros is the conceptual ancestor of the Flywheel: content attracts traffic, traffic creates the client, the client funds the AI, the AI produces the content. The tail feeds the head.
"The CodeMyShop Flywheel is a digital Ouroboros: every client feeds the loop that will attract the next. The tail feeds the head, without end."
P
- PaaSn.
Each client receives their own complete machine in France: an online store, a database, 33 AI agents, all ready to use. The client owns everything. If they ever want to leave, they leave with their machine. You do not rent a tool — you own the walls.
"Our sovereign PaaS differs from traditional SaaS: you own the walls, not just the lease."
- Performancen.
A composite indicator measuring the perceived and actual responsiveness of an e-commerce site — Core Web Vitals, TTFB, LCP, INP. In a headless architecture with Nuxt, performance is not a UX bonus: it is a direct SEO lever and a quantifiable conversion factor (every 100 ms of latency costs abandoned carts). Performance is managed at three levels: rendering (SSR/SSG/ISR), network (CDN, compression, HTTP/3) and database (indexes, cache, N+1 queries). It is measured continuously — not as a one-shot exercise before going live.
"Performance is not a project you do once. It is an invariant you monitor permanently. A site that was fast in January can be slow in April if nobody looks at the metrics."
- Perplexity//pɛʁ.plɛk.si.ti//n.
A conversational search engine powered by AI that synthesises answers from real-time web sources. Unlike Google, which returns links, Perplexity provides a structured response with citations. Its crawler (PerplexityBot) indexes websites to feed its answers — a new acquisition channel for well-optimised sites (GEO: Generative Engine Optimization).
The robots.txt of alexandrecarette.fr allows PerplexityBot to crawl the entire site, while less relevant bots are restricted. This is a deliberate GEO strategy.
- PM2n.
The guardian of Nuxt processes. PM2 monitors the application, restarts it if it crashes, and crucially enables Graceful Reload — updating code without cutting the service. It is the key component of Zero-Downtime Deployment.
"PM2 reload, not restart — the difference between 0 seconds of downtime and 30 seconds."
- PostToolUse hookn.
A Claude Code mechanism that automatically executes a script after each AI action (reading a file, searching code, running a command). The script receives a JSON on stdin containing the tool name, its parameters and its response. Enables automatic context tracking.
The PostToolUse hook check-db-mutation.sh analyses each Bash command and blocks if it contains an UPDATE on a protected table without a recent commit.
- PrestaShop/prèsta-shop/n.
The e-commerce engine used in headless mode by CodeMyShop. PrestaShop manages the catalogue, orders, clients and business modules (ac_*). It serves as the API for the Nuxt 3 frontend. Alexandre has been a PrestaShop expert since 2015 — 11 years of hands-on experience.
"Headless PrestaShop is a V8 engine in a bespoke body."
- PrestaShop Headlessphr.
An e-commerce architecture where PrestaShop plays only the role of back-office and REST API, while a decoupled front-end (Nuxt 3, Next.js) handles rendering. Unlike native headless SaaS solutions (Shopify Hydrogen), PrestaShop Headless enables total sovereignty over data and code. It is the technical foundation of CodeMyShop: each client operates on a dedicated VPS, without pooling, without vendor lock-in. API-First coupling unlocks front-end performance (SSR, ISR, Edge) without sacrificing the functional richness of the PrestaShop ecosystem.
"PrestaShop Headless is the best of both worlds: the robustness of a back-office proven by thousands of merchants, and the velocity of a Nuxt 3 front-end we control pixel by pixel. Nobody steals your client base."
- Primaryadj.
The structural colour token of a design system: the one used for headings, links, buttons and focus rings. At Synedre it is black #0a0a0a on a white #ffffff ground — a 21:1 contrast ratio, WCAG level AAA — backed by grey #555555 for secondary text. Since the monochrome pivot of 30 May 2026 there is no second colour: the primary is the only one. The indigo that once played this role is now explicitly banned by the art direction.
"Headings, links and focus rings are all #0a0a0a. A single colour for everything structural: that is what keeps contrast legible without having to measure it."
- Promptn.
A textual instruction sent to a language model to trigger a precise response or behaviour. In AI engineering, a prompt is not a simple question: it is a programming interface in natural language. The quality of a prompt directly determines the quality of the output — it is the AI consultant's primary lever of control over their automata. At AC, critical prompts are versioned in the database (ps_ac_agents.content_md) and never left in static files.
"A bad prompt is like a vague brief — you get what you deserve. Prompt engineering is 80% of the real work with an LLM."
Q
- Quiet Luxuryn.
The Synedre's artistic direction for agent portraits and overall design. Timeless, no decorative patterns, one unique accessory tied to the role, neutral background. Elegance through restraint — like a bespoke suit without a visible label.
"Quiet luxury: Mitnick wears a black turtleneck, not a Matrix hoodie."
R
- Red Hatn.
The CodeMyShop business model: the code is given to the client (they own it), the 800 €/month MRR pays for updates, AI orchestration and expertise. Just as Red Hat sells support on Linux, CodeMyShop sells Synedre orchestration.
"Red Hat model: the code is free, the value is the expertise that makes it run."
- Red Oceanphr.
A hyper-competitive market where growth can only happen at the expense of an existing competitor. Mass-market SaaS e-commerce (Shopify, WooCommerce, PrestaShop cloud) is a classic red ocean: price wars, feature parity, zero perceived differentiation. For AC, the red ocean is the terrain to avoid — entering it means comparing day rates, negotiating discounts and losing credibility. The inverse strategy consists of qualifying prospects who leave the red ocean (after a disappointing Shopify experience) and seek a sovereign alternative.
"A client who compares my rates with a low-cost Shopify agency is not my client. That one swims in the red ocean. My prospect is the one who has already left it and understands why."
- Redis/ré-diss/n.
The ultra-fast cache. Redis stores sessions, results of frequent queries and temporary data. Response in microseconds rather than milliseconds. Runs internally, never exposed to the internet.
"Redis caches the catalogue — the product page loads in 80 ms instead of 400 ms."
- REST API/a-pé-i rèst/n.
The language two pieces of software use to exchange information. Like a waiter in a restaurant: you order (the request), they go to the kitchen (the server), and bring back the dish (the response). Each dish has a unique number on the menu, and the actions are always the same — read, create, update, delete.
"The PrestaShop REST API is the restaurant menu — each product has its number and can be looked up at any time."
- RevOpsn.
The approach that breaks silos between sales, marketing and support to maximise revenue. Traditionally implemented via a stack of 8-10 SaaS tools. In the Synedre, the Commercial, Data, Copywriting and Client Success agents natively share the same context.
Synedre RevOps: Pulitzer attracts, Bernays converts, Nightingale retains — three agents sharing the same ps_ac_smartlead database, zero inter-team friction.
- Rhythm contrastn.
When everything in a series looks the same, one element is deliberately different to draw the eye. It is not a mistake — it is intentional. The brain immediately notices what breaks the pattern, and that is exactly the desired effect.
"Among 20 Harcourt portraits, Winnicott is the only one with his eyes closed — that is a rhythm contrast, not an accident."
- Runtime hooks/ouks ronn-taïm/n.
Attachment points in the system that trigger automatically at precise moments: before writing a file, after a commit, before a deployment. It is the "nervous system" that makes rules live rather than leaving them in PDF documents no one reads. When a cicatrice is active, it is a hook that enforces it in real time.
"The L2 hook blocks any commit containing a password in plaintext — the rule applies without having to think about it."
S
- SaaS/sass/n.
Software you use directly in your browser, without installing anything. You pay a monthly subscription and everything is managed by the publisher: updates, security, hosting. The trade-off: data stays with the publisher, not with you. Shopify, Wix, BigCommerce are SaaS. CodeMyShop is a PaaS — every client owns their own server, code and data.
"Shopify is a SaaS: you rent a tool. CodeMyShop is a PaaS: you own the walls."
- Secretsn.
Secrets are the credentials and access tokens needed for an application to run — Anthropic, Stripe, OVH, SMTP keys — that must be isolated from versioned code and injected at runtime via environment variables or a vault. In the AC architecture, secrets never transit through Git: they live in .env (host), are injected via docker-compose environment (container) and belong to the client (sovereignty). A secret accidentally committed is permanently compromised — immediate rotation is mandatory.
"An Anthropic key in the repo is professional misconduct. With us, each client has their own secrets on their own VPS — we never touch their credentials, even to debug."
- Shopify//ʃɔ.pi.faj//n.
A Canadian SaaS platform for building online stores. The global leader by merchant volume, Shopify pools everything: hosting, code, data, updates. The merchant rents a space on Shopify's infrastructure — they own neither their code, their data, nor their server. This is the exact opposite of the CodeMyShop model (sovereign PaaS) where every client owns their VPS, database and source code. Shopify optimises for simplicity; CodeMyShop optimises for sovereignty.
When a prospect asks "why not Shopify?", the answer is: "Shopify rents you a tool. CodeMyShop makes you an owner. Your data, your code, your server — in France, in your name."
- Shopify Paymentsn.
Shopify Payments is Shopify's native payment processor, activated by default on new stores. Functionally, it simplifies integration — no Stripe account to configure. Strategically, it is Shopify's primary lock-in vector: any merchant choosing an external PSP (Stripe, Mollie, Alma) is charged an additional commission of 0.5 to 2% per transaction — a coercive economic incentive to stay in the Shopify ecosystem. In the AC pitch, it is the definitive quantified argument for demonstrating the real cost of platform dependency and justifying a migration to a sovereign stack.
"Shopify Payments is convenient until the day you realise your PSP, your host and your CMS have the same owner — and they set the rules of the game."
- Smartyn.
A PHP template engine used by PrestaShop to separate business logic from HTML presentation. In a headless architecture, Smarty becomes obsolete: the Nuxt 3 front-end entirely replaces PrestaShop's template system, which is now just an API. Knowing Smarty is still useful for debugging legacy modules or reading legacy themes, but building on it in 2026 is accepted technical debt.
"Smarty is a sign that PrestaShop still manages your front end. Once you go headless, you never hear from it again — and that is exactly the point."
- Spartan.
In Alexandre Carette's lexicon, Sparta designates the archetype of a system designed to endure under constraint: few features, zero superfluous decoration, every component justified by its function. A Sparta site withstands traffic spikes, breaking updates and clients who change their minds — because there is nothing fragile to lose. To be contrasted with the Athens approach, rich in features but vulnerable to the first migration. Most e-commerce merchants think they want Athens; they need Sparta.
"My job is to convince clients that a well-maintained Sparta site beats a brilliant but unmanageable Athens site. The beauty of Sparta is that it does not age."
- Staten.
The in-memory representation of an interface's data at a given moment — distinct from the global store (Pinia) and the server cache (Nitro). In the AC architecture, client-side state is deliberately minimal: the database remains the source of truth. A component that relies on local state to display business data is technical debt. State is legitimate for UX (menu open, active tab) — never for persistent data.
"If you store the cart in Vue state without persisting to DB, that is debt. State is for the UI, not for business logic."
- Stress-test/strès-tèst/n.
A trap scenario designed to test an agent or founder under pressure. Contains hidden problems, false positives to avoid, and ambiguous situations. AI stress-tests are technical (code, audit). Founder stress-tests are business-focused (cash flow, ethics, crisis).
"The 'Empty Till' stress-test simulates a cash position of 2,340 € with 3 invoices falling due."
- Stripen.
Stripe is the reference payment layer in Alexandre Carette's headless ecosystem. Unlike fragile native PS modules tightly coupled to the back-office, Stripe integrates via API into Nuxt without dependency on the underlying e-commerce engine. Each CodeMyShop client holds their own Stripe keys — total sovereignty over financial data. In production, the env var NUXT_STRIPE_SECRET_KEY is mandatory; no silent fallback is tolerated.
"Stripe is the only payment layer that deserves to be called infrastructure. Everything else is tinkering dressed up as integration."
- Syliusn.
A PHP e-commerce framework based on Symfony, designed API-first and headless from the outset. Sylius represents the inverse approach from PrestaShop: clean architecture but limited ecosystem, few community modules, steep learning curve for merchants. In the headless landscape, it is a serious technical competitor but a weak commercial one — no theme marketplace, no massive merchant community. For CodeMyShop, PrestaShop remains the pragmatic choice: a rich back-office ecosystem, with headless Nuxt 3 as the facade to compensate for its front-end weaknesses.
"Sylius looks great on paper — Symfony, API Platform, clean code. But try finding a French carrier module or an accountant who knows how to use it. Headless PrestaShop is the best of both worlds."
T
- Tailwind CSS/teil-wind/n.
The CodeMyShop styling system. Instead of writing custom CSS, you compose utility classes (bg-primary-600, text-sm, rounded-xl). Enables a consistent design system and effortless dark mode. Never hard-coded colours — always semantic tokens.
"text-neutral-900 rather than a hand-written hex value: the class survives a change of brand palette, the hard-coded value does not."
- Tenant/tè-nant/n.
A client in the system. Each client has their own isolated space — their products, their colours, their domain — even if everything runs on the same platform. Like separate apartments in the same building: no one can see into their neighbour's place.
"Every CodeMyShop client is an isolated tenant — their data is never accessible to another client."
- Tool Sprawln.
The phenomenon of stacking 10, 15, 20 SaaS tools that do not communicate with each other. Each tool solves an isolated problem, but the whole creates exponential coordination costs. Synedre replaces this stack with 33 specialised agents sharing the same context on a single server.
An e-commerce SME pays on average 2,400 €/month for Klaviyo + Gorgias + Yotpo + Recharge + Privy — the Synedre replaces all five with four sovereign AI agents.
W
- Watchdog/woch-dog/n.
An automatic program that permanently monitors other system automata. When an automaton crashes repeatedly or consumes too many resources, the watchdog immediately disables it to protect the whole — like an electrical circuit breaker that trips to prevent a fire.
"This morning, the watchdog disabled 1,728 automata stuck in an error loop — without it, the server would have been saturated."
- WCAG/wé-kag/n.
The international web accessibility standard. The Synedre targets WCAG 2.2 level AA — sufficient contrast, keyboard navigation, screen reader compatibility, alternative text on images. Agent Braille is its guardian.
"WCAG AA requires a contrast ratio of 4.5:1 between text and background."
- Webservicen.
An HTTP interface allowing third-party applications to interact with PrestaShop resources (products, orders, clients) via REST requests authenticated by token. In a headless architecture, the PS webservice is the main channel between the back-office (PrestaShop) and the front-end (Nuxt 3). To be distinguished from ac_* modules which use proprietary AJAX endpoints — these do not go through the native webservice but through dedicated front controllers. Activating the PS webservice is the first step of any headless migration.
"The PS webservice gives you access to 90% of catalogue resources. For the rest — sessions, cart, checkout — you go through the ac_ modules with their own endpoints."
- Wikidatan.
An open, structured knowledge base of entities linked by properties, queryable via SPARQL. Wikidata powers Google's Knowledge Panels and is the de facto foundation of the semantic web. For a headless site, aligning with Wikidata entities in JSON-LD structured data means speaking the same language as search engines and the LLMs that feed on them. Ignoring Wikidata in 2026 means writing content that machines cannot connect to the real world.
"Every entity in your technical dictionary has a Wikidata equivalent. If you don't link it, your JSON-LD floats in a vacuum — Google doesn't know what you're talking about."
Z
- Zero-Downtime Deploymentn.
Updating a site while it is running, without visitors experiencing any interruption. The old version continues to respond while the new one is prepared behind the scenes. When it is ready, a smooth switchover occurs. Result: zero blank pages, zero "site under maintenance".
"The deploy of 40 commits was done in zero-downtime — no visitor saw an error page."