From 5bbf2427ec4a80d22886eb8c2fd52c548664a8e0 Mon Sep 17 00:00:00 2001 From: David Montero Date: Mon, 1 Jun 2026 07:29:54 +0200 Subject: [PATCH] feat(pricing): surface STM32 & Raspberry Pi 3/4/5; refresh board count MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The board roster grew to 30+ (8 STM32 variants + Raspberry Pi 3/4/5), so the home pricing cards and SEO FAQ were stale at '19 boards'. - Home pricing (9 locales): free bullet '19 boards' -> '30+ boards'; the Maker bullet that just repeated the board count now states the real paid differentiator — unlimited ESP32 / STM32 / Raspberry Pi simulation time (free is time-capped on these server-side QEMU boards). - SEO FAQ: roster updated to 30+ boards across 6 CPU architectures, adding ARM Cortex-M (STM32) and Raspberry Pi 3/4/5. Co-Authored-By: Claude Opus 4.8 --- frontend/src/i18n/locales/de/common.json | 4 ++-- frontend/src/i18n/locales/en/common.json | 4 ++-- frontend/src/i18n/locales/es/common.json | 4 ++-- frontend/src/i18n/locales/fr/common.json | 4 ++-- frontend/src/i18n/locales/it/common.json | 4 ++-- frontend/src/i18n/locales/ja/common.json | 4 ++-- frontend/src/i18n/locales/pt-br/common.json | 4 ++-- frontend/src/i18n/locales/ru/common.json | 4 ++-- frontend/src/i18n/locales/zh-cn/common.json | 4 ++-- frontend/src/pages/LandingPage.tsx | 4 ++-- 10 files changed, 20 insertions(+), 20 deletions(-) diff --git a/frontend/src/i18n/locales/de/common.json b/frontend/src/i18n/locales/de/common.json index 681eae05..8e48e1d9 100644 --- a/frontend/src/i18n/locales/de/common.json +++ b/frontend/src/i18n/locales/de/common.json @@ -124,7 +124,7 @@ "name": "Free", "tagline": "Entdecke den Simulator + leichte KI-Hilfe.", "f1": "100 KI-Credits pro Tag (bis zu 1.500/Monat)", - "f2": "Alle 19 Boards + 48+ Komponenten", + "f2": "Über 30 Boards + 48+ Komponenten", "f3": "Echte CPU-Emulation, öffentliche Projekte", "cta": "Loslegen" }, @@ -133,7 +133,7 @@ "tagline": "Für Maker, die echte Schaltungen mit KI-Hilfe bauen.", "f1": "500 KI-Credits pro Tag (bis zu 15.000/Monat)", "f2": "Nicht gelistete Projekte + Velxio Desktop (offline)", - "f3": "Alle 19 Boards + 48+ Komponenten", + "f3": "Unbegrenzte Simulationszeit für ESP32, STM32 & Raspberry Pi", "cta": "Maker starten" }, "pro": { diff --git a/frontend/src/i18n/locales/en/common.json b/frontend/src/i18n/locales/en/common.json index 58824b0a..78468230 100644 --- a/frontend/src/i18n/locales/en/common.json +++ b/frontend/src/i18n/locales/en/common.json @@ -124,7 +124,7 @@ "name": "Free", "tagline": "Discover the simulator + light AI help.", "f1": "100 daily AI credits (up to 1,500/month)", - "f2": "All 19 boards + 48+ components", + "f2": "All 30+ boards + 48+ components", "f3": "Real CPU emulation, public projects", "cta": "Get started" }, @@ -133,7 +133,7 @@ "tagline": "For makers shipping real circuits with AI help.", "f1": "500 daily AI credits (up to 15,000/month)", "f2": "Unlisted projects + Velxio Desktop (offline)", - "f3": "All 19 boards + 48+ components", + "f3": "Unlimited ESP32, STM32 & Raspberry Pi run time", "cta": "Start Maker" }, "pro": { diff --git a/frontend/src/i18n/locales/es/common.json b/frontend/src/i18n/locales/es/common.json index af5c4dc9..ef0d10ef 100644 --- a/frontend/src/i18n/locales/es/common.json +++ b/frontend/src/i18n/locales/es/common.json @@ -124,7 +124,7 @@ "name": "Free", "tagline": "Descubre el simulador + ayuda IA básica.", "f1": "100 créditos IA diarios (hasta 1.500/mes)", - "f2": "Las 19 placas + 48+ componentes", + "f2": "Más de 30 placas + 48+ componentes", "f3": "Emulación real de CPU, proyectos públicos", "cta": "Comenzar" }, @@ -133,7 +133,7 @@ "tagline": "Para makers que construyen circuitos reales con ayuda de IA.", "f1": "500 créditos de IA por día (hasta 15,000/mes)", "f2": "Proyectos no listados + Velxio Desktop (offline)", - "f3": "Las 19 placas + 48+ componentes", + "f3": "Tiempo de simulación ilimitado en ESP32, STM32 y Raspberry Pi", "cta": "Empezar con Maker" }, "pro": { diff --git a/frontend/src/i18n/locales/fr/common.json b/frontend/src/i18n/locales/fr/common.json index 17e8da9b..f125f4fc 100644 --- a/frontend/src/i18n/locales/fr/common.json +++ b/frontend/src/i18n/locales/fr/common.json @@ -124,7 +124,7 @@ "name": "Free", "tagline": "Découvrez le simulateur + aide IA légère.", "f1": "100 crédits IA par jour (jusqu’à 1 500/mois)", - "f2": "Les 19 cartes + 48+ composants", + "f2": "Plus de 30 cartes + 48+ composants", "f3": "Émulation CPU réelle, projets publics", "cta": "Commencer" }, @@ -133,7 +133,7 @@ "tagline": "Pour les makers qui livrent de vrais circuits avec l'aide de l'IA.", "f1": "500 crédits IA par jour (jusqu'à 15 000/mois)", "f2": "Projets non listés + Velxio Desktop (hors-ligne)", - "f3": "Les 19 cartes + 48+ composants", + "f3": "Temps de simulation illimité pour ESP32, STM32 et Raspberry Pi", "cta": "Commencer Maker" }, "pro": { diff --git a/frontend/src/i18n/locales/it/common.json b/frontend/src/i18n/locales/it/common.json index 7b5bea36..875fb61d 100644 --- a/frontend/src/i18n/locales/it/common.json +++ b/frontend/src/i18n/locales/it/common.json @@ -124,7 +124,7 @@ "name": "Free", "tagline": "Scopri il simulatore + aiuto IA leggero.", "f1": "100 crediti IA giornalieri (fino a 1.500/mese)", - "f2": "Tutte le 19 schede + 48+ componenti", + "f2": "Oltre 30 schede + 48+ componenti", "f3": "Emulazione CPU reale, progetti pubblici", "cta": "Inizia" }, @@ -133,7 +133,7 @@ "tagline": "Per i maker che realizzano circuiti reali con l'aiuto dell'IA.", "f1": "500 crediti IA al giorno (fino a 15.000/mese)", "f2": "Progetti non elencati + Velxio Desktop (offline)", - "f3": "Tutte le 19 schede + 48+ componenti", + "f3": "Tempo di simulazione illimitato per ESP32, STM32 e Raspberry Pi", "cta": "Inizia con Maker" }, "pro": { diff --git a/frontend/src/i18n/locales/ja/common.json b/frontend/src/i18n/locales/ja/common.json index 1cac5654..45fd12be 100644 --- a/frontend/src/i18n/locales/ja/common.json +++ b/frontend/src/i18n/locales/ja/common.json @@ -124,7 +124,7 @@ "name": "Free", "tagline": "シミュレータと軽量AIアシストを体験。", "f1": "1日100 AIクレジット(月最大1,500)", - "f2": "全19ボード + 48+のコンポーネント", + "f2": "30種類以上のボード + 48+のコンポーネント", "f3": "実機CPUエミュレーション、公開プロジェクト", "cta": "始める" }, @@ -133,7 +133,7 @@ "tagline": "AI支援で実物の回路を作るメーカー向け。", "f1": "AIクレジット1日500回(月15,000回まで)", "f2": "非公開プロジェクト + Velxio Desktop(オフライン)", - "f3": "全19ボード + 48以上のコンポーネント", + "f3": "ESP32・STM32・Raspberry Pi のシミュレーション時間が無制限", "cta": "Makerを始める" }, "pro": { diff --git a/frontend/src/i18n/locales/pt-br/common.json b/frontend/src/i18n/locales/pt-br/common.json index e39045b2..24a47d31 100644 --- a/frontend/src/i18n/locales/pt-br/common.json +++ b/frontend/src/i18n/locales/pt-br/common.json @@ -124,7 +124,7 @@ "name": "Free", "tagline": "Descubra o simulador + ajuda leve da IA.", "f1": "100 créditos diários de IA (até 1.500/mês)", - "f2": "Todas as 19 placas + 48+ componentes", + "f2": "Mais de 30 placas + 48+ componentes", "f3": "Emulação real de CPU, projetos públicos", "cta": "Começar" }, @@ -133,7 +133,7 @@ "tagline": "Para makers que constroem circuitos reais com ajuda de IA.", "f1": "500 créditos de IA por dia (até 15.000/mês)", "f2": "Projetos não listados + Velxio Desktop (offline)", - "f3": "Todas as 19 placas + 48+ componentes", + "f3": "Tempo de simulação ilimitado em ESP32, STM32 e Raspberry Pi", "cta": "Começar com Maker" }, "pro": { diff --git a/frontend/src/i18n/locales/ru/common.json b/frontend/src/i18n/locales/ru/common.json index 9eeaa378..2e080ac1 100644 --- a/frontend/src/i18n/locales/ru/common.json +++ b/frontend/src/i18n/locales/ru/common.json @@ -124,7 +124,7 @@ "name": "Free", "tagline": "Знакомство с симулятором и базовой помощью ИИ.", "f1": "100 ИИ-кредитов в день (до 1 500 в месяц)", - "f2": "Все 19 плат + 48+ компонентов", + "f2": "Более 30 плат + 48+ компонентов", "f3": "Реальная эмуляция CPU, публичные проекты", "cta": "Начать" }, @@ -133,7 +133,7 @@ "tagline": "Для мейкеров, создающих реальные схемы с помощью ИИ.", "f1": "500 кредитов ИИ в день (до 15 000/месяц)", "f2": "Неопубликованные проекты + Velxio Desktop (офлайн)", - "f3": "Все 19 плат + 48+ компонентов", + "f3": "Неограниченное время симуляции ESP32, STM32 и Raspberry Pi", "cta": "Начать с Maker" }, "pro": { diff --git a/frontend/src/i18n/locales/zh-cn/common.json b/frontend/src/i18n/locales/zh-cn/common.json index 6d9e6a51..1572029e 100644 --- a/frontend/src/i18n/locales/zh-cn/common.json +++ b/frontend/src/i18n/locales/zh-cn/common.json @@ -124,7 +124,7 @@ "name": "Free", "tagline": "体验模拟器与轻量 AI 协助。", "f1": "每日 100 AI 积分(每月最多 1,500)", - "f2": "全部 19 块开发板 + 48+ 元件", + "f2": "30+ 块开发板 + 48+ 元件", "f3": "真实 CPU 仿真,公开项目", "cta": "开始使用" }, @@ -133,7 +133,7 @@ "tagline": "面向用 AI 帮助构建真实电路的创客。", "f1": "每日 500 AI 信用额度(每月最多 15,000)", "f2": "未列出的项目 + Velxio Desktop(离线)", - "f3": "全部 19 块开发板 + 48+ 元件", + "f3": "ESP32、STM32 和 Raspberry Pi 模拟时长无限制", "cta": "开始 Maker" }, "pro": { diff --git a/frontend/src/pages/LandingPage.tsx b/frontend/src/pages/LandingPage.tsx index ef584eb6..cc4c7e2f 100644 --- a/frontend/src/pages/LandingPage.tsx +++ b/frontend/src/pages/LandingPage.tsx @@ -644,7 +644,7 @@ export const LandingPage: React.FC = () => { name: 'Does Velxio work offline?', acceptedAnswer: { '@type': 'Answer', - text: 'The SPICE solver and the AVR / RP2040 CPU emulators run in your browser. Xtensa and RISC-V boards (ESP32, ESP32-S3, ESP32-C3, CH32V003) and Raspberry Pi 3 Linux run through QEMU lcgamboa, bundled in the Docker image. Compilation of Arduino sketches requires the arduino-cli backend. Self-hosted Docker deployments work fully offline once running.', + text: 'The SPICE solver and the AVR / RP2040 CPU emulators run in your browser. Xtensa and RISC-V boards (ESP32, ESP32-S3, ESP32-C3), STM32 (ARM Cortex-M) and Raspberry Pi 3/4/5 Linux run through QEMU, bundled in the Docker image. Compilation of Arduino sketches requires the arduino-cli backend. Self-hosted Docker deployments work fully offline once running.', }, }, { @@ -652,7 +652,7 @@ export const LandingPage: React.FC = () => { name: 'What boards does Velxio support?', acceptedAnswer: { '@type': 'Answer', - text: 'Velxio supports 19 boards across 5 CPU architectures: AVR8 (Arduino Uno, Nano, Mega 2560, ATtiny85, Leonardo, Pro Mini), RP2040 (Raspberry Pi Pico, Pico W), RISC-V (ESP32-C3, XIAO ESP32-C3, CH32V003), Xtensa QEMU (ESP32, ESP32-S3, ESP32-CAM, Nano ESP32), and ARM Cortex-A53 QEMU (Raspberry Pi 3B running Linux).', + text: 'Velxio supports 30+ boards across 6 CPU architectures: AVR8 (Arduino Uno, Nano, Mega 2560, ATtiny85), RP2040 (Raspberry Pi Pico, Pico W), Xtensa QEMU (ESP32, ESP32-S3, ESP32-CAM, Nano ESP32), RISC-V QEMU (ESP32-C3, XIAO ESP32-C3), ARM Cortex-M QEMU (STM32 Blue Pill, Black Pill, F401, F4 Discovery, Netduino, Olimex H405), and ARM Cortex-A QEMU (Raspberry Pi 3, 4 and 5 running Linux).', }, }, {