---
title: "The Platform — FAQ & Real, Verified Answers | MS WebX"
description: "One codebase, many brands, 18 languages, web and native from a single contract. Real, verified answers straight from the community, always accurate."
canonical: https://mswebx.com/frequently-asked-questions/the-platform
language: en
robots: index, follow
og_type: website
type: faq-category
language_alternates:
  en: https://mswebx.com/frequently-asked-questions/the-platform.md
  cs: https://mswebx.com/cs/casto-kladene-otazky/platforma.md
  de: https://mswebx.com/de/haeufig-gestellte-fragen/die-plattform.md
  es: https://mswebx.com/es/preguntas-frecuentes/la-plataforma.md
  fr: https://mswebx.com/fr/questions-frequentes/la-plateforme.md
  hu: https://mswebx.com/hu/gyakran-ismetelt-kerdesek/a-platform.md
  it: https://mswebx.com/it/domande-frequenti/la-piattaforma.md
  nl: https://mswebx.com/nl/veelgestelde-vragen/het-platform.md
  pl: https://mswebx.com/pl/najczesciej-zadawane-pytania/platforma.md
  pt: https://mswebx.com/pt/perguntas-frequentes/a-plataforma.md
  ru: https://mswebx.com/ru/часто-задаваемые-вопросы/платформа.md
  tr: https://mswebx.com/tr/sikca-sorulan-sorular/platform.md
  zh: https://mswebx.com/zh/常见问题/平台.md
  ja: https://mswebx.com/ja/よくある質問/platform.md
  ar: https://mswebx.com/ar/الأسئلة-الشائعة/المنصة.md
  ko: https://mswebx.com/ko/자주-묻는-질문/플랫폼.md
  pt-br: https://mswebx.com/pt-br/perguntas-frequentes/a-plataforma.md
  hi: https://mswebx.com/hi/अक्सर-पूछे-जाने-वाले-प्रश्न/प्लेटफ़ॉर्म.md
content_hash: sha256:1c8fdd706a57689d9a5b933ecce5730d2667473f16f4a960626dbd177246b603
generated: 2026-08-11
---

> **Machine-readable Markdown rendering.** This is a Markdown representation of a web page,
> served for AI agents and crawlers as a token-efficient alternative to the full HTML.
> Full interactive HTML version: https://mswebx.com/frequently-asked-questions/the-platform
> Canonical URL: https://mswebx.com/frequently-asked-questions/the-platform
> Available languages: en, cs, de, es, fr, hu, it, nl, pl, pt, ru, tr, zh, ja, ar, ko, pt-br, hi
> Change detection: `content_hash` is the SHA-256 of this document's Markdown body — everything
> below this block, whitespace-trimmed, excluding the front-matter. Compare it to detect a real
> content change; `generated` moves on every render and is not a change signal.

[ Back to FAQ](/frequently-asked-questions "faq-breadcrumb-link")

# The Platform

One codebase, many brands, 18 languages, web and native from a single contract.

What do you mean by "the platform"?

One codebase with a shared core and a thin per-brand layer on top. A brand gets its own design, its own content, its own database and its own domain, while security fixes, performance work and new core features arrive everywhere at once instead of being copied by hand into each site. Adding a brand is configuration and content, not a fork.

Do the website and the mobile app share the same backend?

Yes, and more strictly than that phrase usually means. The API is defined once in PHP, and both the TypeScript client for the web and the Dart client for the app are generated from that definition. Neither is written by hand — the linter rejects a hand-written API type. So the app cannot quietly drift out of sync with the server: a mismatch breaks the build instead of breaking production.

Is the 18-language support real, or machine translation on top?

Real. Every page exists as its own row per language, with its own text and its own URL — this FAQ lives at /frequently-asked-questions in English and at /de/haeufig-gestellte-fragen in German, not behind a translation parameter. That means each language can be written the way people in that market actually search, and it can be corrected in one language without touching the other seventeen.

Can one platform serve several brands without them interfering?

That is what it is built for. Each brand has its own database, its own domain and its own content, so one brand cannot read another's data and a content mistake in one cannot appear in another. What they share is the engine: the routing, the API layer, the admin tooling and the security work.

Which products does MS WebX run itself?

Cannabivo is live: a search engine for social clubs, where visitors find and compare clubs by location and clubs manage their own listing. Steel is a reference for material equivalents aimed at engineering and procurement; it is in development and not open to the public yet. Both run on the platform described in this section.
