mirror of
https://github.com/coollabsio/coolify-docs.git
synced 2026-06-19 07:35:55 +00:00
a64450ae9d
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.
23 lines
711 B
Plaintext
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)
|