diff --git a/prompts.md b/prompts.md new file mode 100644 index 0000000..8ac500e --- /dev/null +++ b/prompts.md @@ -0,0 +1,7 @@ +### Real-Time IoT Data Dashboard + +**Prompt**: Design a system where data from IoT sensors (e.g., ESP32) is sent to a backend (like Flask/Node.js) and visualized on a real-time dashboard. Use WebSockets or MQTT to enable live updates. Incorporate fault tolerance, logging, and alerting. + +**Type**: Architecture + +**Level**: Intermediate