diff --git a/frontend/index.html b/frontend/index.html index 7ee11f36..780f8968 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -8,9 +8,9 @@ PRIMARY SEO Replace https://velxio.dev with your real domain ═══════════════════════════════════════════════ --> - Velxio — Free Local Arduino Emulator | AVR8 · RP2040 · 48+ Components - - + Velxio — Free Multi-Board Emulator | Arduino · ESP32 · RP2040 · RISC-V · Raspberry Pi + + @@ -36,8 +36,8 @@ ═══════════════════════════════════════════════ --> - - + + @@ -52,8 +52,8 @@ - - + + @@ -119,8 +119,8 @@ "@type": "SoftwareApplication", "@id": "https://velxio.dev/#app", "name": "Velxio", - "alternateName": ["Velxio Arduino Emulator", "Velxio AVR Simulator"], - "description": "Free, open-source Arduino emulator running entirely in the browser. Features real ATmega328p (AVR8) emulation at 16 MHz, RP2040 emulation, 48+ interactive electronic components, Monaco Editor, Serial Monitor with baud-rate detection, arduino-cli compilation backend, and Library Manager.", + "alternateName": ["Velxio Arduino Emulator", "Velxio AVR Simulator", "Velxio ESP32 Emulator", "Velxio Multi-Board Simulator"], + "description": "Free, open-source multi-board emulator running entirely in the browser. 19 boards across 5 CPU architectures: ATmega328p/2560/ATtiny85 (AVR8 via avr8js), RP2040 ARM Cortex-M0+ (rp2040js), ESP32-C3/CH32V003 RISC-V RV32IMC (browser), ESP32/ESP32-S3 Xtensa LX6/LX7 (QEMU), and Raspberry Pi 3B ARM Cortex-A53 (QEMU Linux). Features 48+ interactive electronic components, Monaco Editor, Serial Monitor, arduino-cli compilation, and Library Manager.", "url": "https://velxio.dev/", "applicationCategory": "DeveloperApplication", "applicationSubCategory": "Electronics Simulator", @@ -135,17 +135,21 @@ "availability": "https://schema.org/InStock" }, "featureList": [ - "Real ATmega328p AVR8 emulation at 16 MHz", - "RP2040 (Raspberry Pi Pico) emulation", - "48+ electronic web components", - "Monaco Code Editor with C++ syntax highlighting", - "arduino-cli compilation backend", - "Serial Monitor with auto baud-rate detection", - "Library Manager for Arduino libraries", - "Multi-file workspace", - "Wire system with orthogonal routing", + "Real AVR8 emulation: Arduino Uno (ATmega328p), Nano, Mega 2560 (ATmega2560), ATtiny85, Leonardo (ATmega32u4), Pro Mini at 16 MHz", + "RP2040 emulation: Raspberry Pi Pico and Pico W (ARM Cortex-M0+ at 133 MHz via rp2040js)", + "RISC-V emulation: ESP32-C3 DevKit, XIAO ESP32-C3, ESP32-C3 SuperMini, CH32V003 (RV32IMC/RV32EC browser-native)", + "ESP32 / ESP32-S3 / ESP32-CAM / Nano ESP32 emulation (Xtensa LX6/LX7 via QEMU)", + "Raspberry Pi 3B emulation: full ARM Cortex-A53 Linux (Raspberry Pi OS via QEMU raspi3b)", + "48+ electronic web components: LEDs, resistors, servos, sensors, TFT displays, NeoPixel, LCD", + "Monaco Code Editor with C++ / Python syntax highlighting and autocomplete", + "arduino-cli compilation backend — produces real .hex / .bin / .uf2 files", + "Serial Monitor with auto baud-rate detection and send", + "Library Manager for the full Arduino library index", + "Multi-file workspace (.ino, .h, .cpp, .py)", + "Wire system with orthogonal routing and 8 signal-type colors", "ILI9341 TFT display simulation", - "I2C, SPI, USART, ADC, PWM support" + "I2C, SPI, USART, ADC, PWM support across all emulated boards", + "Multi-board canvas: mix Arduino + ESP32 + Raspberry Pi on the same simulation" ], "screenshot": "https://velxio.dev/og-image.png", "downloadUrl": "https://hub.docker.com/r/davidmonterocrespo24/velxio", @@ -163,7 +167,7 @@ "name": "David Montero Crespo", "url": "https://github.com/davidmonterocrespo24" }, - "keywords": "arduino emulator, avr8 simulator, rp2040 emulator, arduino online ide, electronics simulator, wokwi alternative", + "keywords": "arduino emulator, arduino simulator, avr8 simulator, atmega328p emulator, atmega2560, attiny85, esp32 emulator, esp32 simulator, esp32-c3 simulator, esp32-s3 emulator, rp2040 emulator, raspberry pi pico emulator, raspberry pi 3 emulator, risc-v simulator, wokwi alternative", "inLanguage": "en-US" }, { @@ -188,7 +192,7 @@ "name": "Is Velxio free?", "acceptedAnswer": { "@type": "Answer", - "text": "Yes, Velxio is completely free and open source under the MIT License." + "text": "Yes. Velxio is completely free and open-source under the GNU AGPLv3 license. No account required, no cloud subscription. Run it at velxio.dev or self-host with one Docker command." } }, { @@ -204,7 +208,7 @@ "name": "What boards does Velxio support?", "acceptedAnswer": { "@type": "Answer", - "text": "Velxio supports Arduino Uno (ATmega328p) with full AVR8 emulation and Raspberry Pi Pico (RP2040) emulation. More boards are planned." + "text": "Velxio supports 19 boards across 5 CPU architectures: (1) AVR8 — Arduino Uno (ATmega328P), Arduino Nano, Arduino Mega 2560 (ATmega2560), ATtiny85, Arduino Leonardo (ATmega32u4), Arduino Pro Mini; (2) RP2040 — Raspberry Pi Pico and Raspberry Pi Pico W; (3) RISC-V — ESP32-C3 DevKit, Seeed XIAO ESP32-C3, ESP32-C3 SuperMini, CH32V003 (RV32EC); (4) Xtensa (QEMU) — ESP32 DevKit V1/C V4, ESP32-S3, ESP32-CAM, Seeed XIAO ESP32-S3, Arduino Nano ESP32; (5) ARM Cortex-A53 (QEMU Linux) — Raspberry Pi 3B running Raspberry Pi OS." } }, { @@ -235,7 +239,7 @@