Files
Andras Bacsai a64450ae9d feat(platform): migrate docs from VitePress to Fumadocs + TanStack Start
Replace VitePress/Vue stack with Fumadocs MDX, TanStack Start, React 19,
and Vite. Migrate all documentation content to MDX under content/docs/.
Add full src/ app with React components, routing, search, and API page.

Remove Korrektly integration from CI/CD workflows, Dockerfile, and env
vars. Update build pipeline to output to .output/public instead of
docs/.vitepress/dist.
2026-05-06 12:08:05 +02:00

23 lines
711 B
Plaintext

---
title: "ESPHome"
description: "Open-source firmware framework for WiFi-enabled microcontrollers."
og:
description: "Smart Home Made Simple."
category: "IoT"
icon: "/docs/images/services/esphome-logo.svg"
---
# ESPHome
<ZoomImage src="/docs/images/services/esphome-logo.svg" alt="ESPHome logo" />
## What is ESPHome?
ESPHome is an open-source firmware framework that simplifies the process of creating custom firmware for popular WiFi-enabled microcontrollers.
## Links
- [Official website](https://esphome.io/?utm_source=coolify.io)
- [Documentation](https://esphome.io/guides/getting_started_command_line/?utm_source=coolify.io)
- [GitHub](https://github.com/esphome/esphome?utm_source=coolify.io)