# Embedder — Full Website Content > Verbatim transcription of the visible content of embedder.com and embedder.dev, formatted for machine reading. For a short curated overview, see /llms.txt. Site: https://embedder.com (canonical) · https://embedder.dev (alternate) Last updated: 2026-04-23 Format: Markdown. Each page is a section. Only visible/rendered text is included (no UI chrome, no decorative graphics). --- ## Global navigation Primary navigation, present on every page: - Software → / - Enterprise/OEMs → /enterprise - Pricing → /pricing - News → /news - Docs → https://docs.embedder.com (external) Secondary actions: - Discord → https://discord.com/invite/NMT5ndEyxk (external) - Sign in → https://app.embedder.com (external) - Contact Sales → /enterprise - Download → /download --- ## Global footer Columns: Resources - Docs → https://docs.embedder.com - News → /news - Careers → https://www.workatastartup.com/companies/embedder Connect - X / Twitter → https://x.com/embedder_dev - LinkedIn → https://www.linkedin.com/company/embedder-dev - Discord → https://discord.gg/NMT5ndEyxk Legal - Privacy Policy → /privacy-policy - Terms of Service → /terms-of-service Bottom bar: "© {current year} Embedder Tech Inc." --- # Home page — / Page title: Embedder | AI Firmware Engineer Page description: Generate, debug, analyze, and verify firmware with deep hardware knowledge and closed-loop workflows. Supports 400+ MCUs and 2,000+ peripherals. ## Section 1 — Opening frame Label (small caps, above heading): "BACKED BY Y COMBINATOR" H1: Ship firmware at 10x speed. Subheading: Build, flash, test and debug firmware in a single, AI-powered workflow. Call to action: Download → /download (A product-mock image of the Embedder IDE is rendered here. Accessible label: "Embedder IDE — AI assistant, LIN monitor, and debug workflow".) ### Supported platforms (vendor logo wall) STMicroelectronics, Espressif, Texas Instruments, Infineon, Microchip, NXP, Nordic Semiconductor, Raspberry Pi, Arduino. Caption: "Supported platforms · 400+ MCU variants · 2,000+ peripherals". ## Section 2 — Doc query H2: Search every datasheet, instantly. Body: Embedder analyzes your datasheets, reference manuals, schematics, and errata with advanced computer vision. (Demonstration graphic: a chat pane on the left asking "How do I configure USART2 for 9600 baud on STM32F407?" while Embedder dispatches four subagents in parallel and cites Table 136 in RM0090 §30.6.3 to return USART2->BRR = 0x1117, PCLK1 42 MHz, USARTDIV ≈ 273.44, mantissa 273, fraction 7/16, +0.02% error.) ## Section 3 — Hardware-in-the-loop H2: Debug with hardware-in-the-loop. Body: Embedder streams serial output, debugger state, captures and waveforms into the same session as code generation and analysis. ### Capability 01 — Serial & Debug Heading: Runtime visibility without leaving the session. Body: Embedder reads serial output and drives GDB sessions, stepping breakpoints, inspecting registers and memory, and correlating runtime state with the code under review. Failures get diagnosed against what the chip actually did, not what the source implied. (Graphic: serial log from STM32F407VG and a GDB session stopped at imu.c:192, inspecting r0/pc/lr, buf = {0xff,0xff,0xff,0xff}, backtrace showing imu_read → control_loop → main.) ### Capability 02 — Signal Observation Heading: Electrical measurements as engineering context. Body: Embedder turns logic analyzer captures and oscilloscope waveforms into structured data. Timing violations, protocol errors, and signal integrity issues surface as reviewable evidence, grounding firmware changes in the electrical behavior of the bus. (Graphic: LIN bus logic trace at 19.2 kbps and a 1 kHz ADC reference sine wave, with an Embedder chat pane reporting "Decoded LIN bus frames — Sync byte 0x55 · 4 frames captured at 19.2 kbps. PIDs 0x3C · 0x8A · 0xC1 — checksums pass classic" and "Measured ADC reference tone — Fundamental 1.0021 kHz · locked to the scheduler tick. Amplitude 1.612 Vpp · centered on the 1.650 V bias.") ## Section 4 — Testimonials H2: Loved by firmware engineers. Body: Engineers at hardware companies use Embedder to bring up boards, debug peripherals, and ship firmware faster. ### Testimonial 01 — Engineering Manager, RF Design Firm "I connected two different devices to the project, and within seconds your agent was able to detect both devices, tell me what they were, find auxiliary files on the web, and update code to change functionality on the PCB. That whole flow worked with basically zero effort on my part." ### Testimonial 02 — CTO, Aerospace & Defense "Writing drivers for new components used to mean hunting for a ready-made Zephyr RTOS driver first. Now it doesn't matter. I set up a test case that confirms functionality and let Embedder work autonomously. An IMU driver is done in 10 minutes. I can pick any IC on the shelf knowing firmware for it is a 10-minute problem, and it lets us iterate much faster." ### Testimonial 03 — Engineer, Consumer Electronics "I've used it for the past week and it's a genuine step up from other AI tools I've tried. The standout feature is how it handles datasheets: the agent references the exact specs from your project's hardware instead of leaning on generalized training data. No hallucinated register names, no invented pin mappings. The result is much more accurate code generation, peripheral configuration, and firmware troubleshooting." ### Testimonial 05 — Engineer, Edge IoT Semiconductors "As a startup our resources are always spread thin. Embedder writes the driver and the embedded test application in one shot, so we get a close-to-working project on the first few iterations. I pointed it at our semi-complete SDK, told the agent to go learn, and got a VL53L0X driver that passed every test on our custom board. The serial monitor is the cherry on top: the agent reads serial output directly instead of me copy-pasting from my IDE." ### Testimonial 06 — Engineer, Medical Devices "I had a data pipeline on the nRF52840 reading sensors at 3.84 kHz, running some processing, and pushing the results over USB. I wanted to verify I wasn't dropping packets and had enough CPU headroom for other tasks. Watching Embedder compile the code, flash it, drive Saleae, and analyze the outputs end-to-end was genuinely powerful, and seamless in a way I haven't seen from other AI tools. Turns out the code kept up with the sensor, which was good to confirm." ### Testimonial 09 — Engineer, Freelance "As a freelance firmware engineer I work across Microchip, dsPIC, and STM32. I already use Microchip's AI plugin for VSCode. It's helpful for pulling snippets from vectorized datasheets, but not a real game changer. I spent two days full-time trying Embedder on a codec2 port to STM32 HAL, and this actually is one. Very impressed. The next ST project I take on for a customer, I'm using Embedder, no question." ## Section 5 — FAQ H2: FAQ Intro: Common questions about platform support and agent behavior. ### Q: What hardware platforms does Embedder support? A: STM32, Nordic, ESP32, Teensy, Arduino, and Raspberry Pi, plus silicon from Texas Instruments, NXP, Infineon, and Atmel. New vendors added as toolchains mature. ### Q: What peripherals does Embedder support? A: 2,000+ peripherals across the major vendors: Texas Instruments, Analog Devices (including Maxim Integrated), Microchip, STMicroelectronics, NXP, Infineon, and more. ### Q: What schematic formats does Embedder support? A: Altium, KiCad, Eagle, PADS, and Xpedition. ### Q: What test equipment can Embedder drive? A: J-Link and OpenOCD for debugging, Saleae and Digilent logic analyzers, Nordic PPK and Joulescope for power profiling, and Siglent and Rigol instruments for scope and supply work. ### Q: What actions can Embedder take? A: Embedder operates in three modes. It plans, turning your datasheets, schematics, and existing code into a concrete specification. It acts, generating firmware and verifying it against real hardware in the loop. And it debugs, running root-cause analysis against the live board using the integrated test equipment. ## Section 6 — Closing CTA Heading: Build firmware with AI agents. Actions: Download → /download · Contact Sales → /enterprise Below: "Latest updates" — rolling list of the three most recent posts from /news (dynamic). --- # Enterprise page — /enterprise Page title: Enterprise Page description: Accelerate time to market with AI that can autonomously write, test, and debug firmware in mission-critical environments. Deploy in cloud, VPC, or air-gapped on-prem. H1: Firmware agents for enterprise. Intro (right-aligned): Embedder Enterprise supports cloud, private cloud, and air-gapped on-premise deployments. ## Book a Demo See Embedder in action with a live walkthrough from the team. Action: Book a Demo → https://cal.com/embedder/demo (external) ## Contact Sales Share your information and we'll follow up to discuss deployment and options. Action: A contact form (EnterpriseForm) collects name, email, company, and notes, then submits to the sales team. --- # Pricing page — /pricing Page title: Pricing Page description: Simple, transparent pricing for individuals and teams. Hobby, Professional, Business Teams, and Enterprise plans for embedded software engineers. H1: Plans for every engineer and team. Intro (right-aligned): Individual seats for independent work, and business plans for shared projects and organizational needs. ## Plan — Hobby - Price: $20 /mo./seat - Subtitle: Non-commercial use only - Recommended: no - Features: - Limited Agent requests - Limited projects - Limited DEBUG mode - Limited catalog access - Basic support - Call to action: Get Hobby → https://app.embedder.com/subscribe?plan=hobby ## Plan — Professional (recommended) - Price: $200 /mo./seat - Subtitle: Commercial use permitted - Recommended: yes - Features: - Extended Agent requests - Extended project limit - DEBUG with supported lab equipment - Expanded catalog access - Upload Altium, KiCAD schematics - Call to action: Get Professional → https://app.embedder.com/subscribe?plan=professional ## Plan — Business Teams - Price: $250 /mo./seat - Subtitle: Everything in Professional, plus - Recommended: no - Features: - Shared projects and context - Centralized team billing - Usage analytics and reporting - Bring your own key (BYOK) - Priority support - Call to action: Contact Sales → /enterprise ## Plan — Enterprise - Price: Custom - Subtitle: Everything in Business Teams, plus - Recommended: no - Features: - VPC or on-premises deployment - Unlimited projects per team - Compliance and SAST integrations - Custom HIL rig integrations - Custom SoC/MCU catalog support - Eagle, PADS, Xpedition schematics - Role-based access control (RBAC) - Dedicated account management - Call to action: Contact Sales → /enterprise Footer note: "All prices in USD. Billed monthly. Annual plans available." --- # Download page — /download Page title: Download Page description: Download Embedder in minutes with one command or the VS Code extension. H1: Download Embedder. Intro (right-aligned): Get started in minutes. ## VS Code Download the extension directly from the VS Code marketplace. Action: VS Code Extension → https://marketplace.visualstudio.com/items?itemName=Embedder.embedder-vscode ## Standalone A standalone desktop application for Embedder is in development. Status: Coming Soon ## CLI Copy the command for your platform to download the CLI. - Mac / Linux: `curl -fsSL https://embedder.com/install | bash` - Windows: `irm https://embedder.com/install | iex` --- # News page — /news Page title: News Page description: Product updates, release notes, and company announcements from Embedder. H1: Product updates and announcements. Intro (right-aligned): Release notes, engineering insights, and company announcements from Embedder. Structure: Filterable list of posts across three categories — Blog, Changelog, Company. Individual posts live at /news/{slug}. --- # Contact page — /contact Redirects to /enterprise. --- # Install page — /install Serves the CLI installer script (Mac / Linux + Windows). Used by the CLI install commands on the Download page. --- # Privacy Policy — /privacy-policy Page title: Privacy Policy Page description: Embedder's Privacy Policy. Learn how we collect, use, and protect your personal information. Full policy text (long-form legal document) is published at https://embedder.com/privacy-policy. Crawlers should fetch that URL for the complete content. --- # Terms of Service — /terms-of-service Page title: Terms of Service Full terms text (long-form legal document) is published at https://embedder.com/terms-of-service. Crawlers should fetch that URL for the complete content. --- # Company facts - Company: Embedder Tech Inc. - Product: Embedder — AI coding agent for firmware and embedded software engineers. - Tagline: "The only coding agent built for embedded software engineers." - Founded: 2025 - Accelerator: Y Combinator - Canonical domain: https://embedder.com - Alternate domain: https://embedder.dev - App: https://app.embedder.com - Docs: https://docs.embedder.com - NPM: https://www.npmjs.com/package/@embedder/embedder - Trust: https://trust.delve.co/embedder - Sales contact: founders@embedder.com - Support contact: help@embedder.com - Discord: https://discord.gg/NMT5ndEyxk - Twitter/X: https://x.com/embedder_dev - LinkedIn: https://www.linkedin.com/company/embedder-dev - GitHub: https://github.com/embedder-dev - YC profile: https://www.ycombinator.com/companies/embedder - Careers: https://www.workatastartup.com/companies/embedder --- # Product facts - Embedder is an AI coding agent purpose-built for firmware and embedded software engineers. - It generates, debugs, analyzes, and verifies code using deep hardware knowledge and closed-loop workflows. - Grounded in reference manuals, datasheets, errata, and live hardware signals — not patterns from training data. - Supports 400+ MCUs and 2,000+ peripherals out of the box. - Integrates natively with J-Link, ST-Link, OpenOCD, GDB, Saleae, Digilent, Nordic PPK, Joulescope, Siglent, and Rigol. - Understands Altium, KiCad, Eagle, PADS, and Xpedition schematic formats. - Operates in three modes: plan (specification from datasheets and existing code), act (generate firmware and verify against real hardware in the loop), and debug (root-cause analysis against the live board). - Deployment: Managed SaaS, Customer VPC, On-Premises, Air-Gapped. - Piloted by industry leaders across semiconductors, IoT, medical technology, automotive, and aerospace/defense.