From 20ea2cb82e2ef096c1e53293f3fc06457b3215a3 Mon Sep 17 00:00:00 2001 From: enzotar Date: Wed, 25 Feb 2026 00:27:42 -0800 Subject: [PATCH] =?UTF-8?q?feat:=20Phase=205=20=E2=80=94=20Live=20Playgrou?= =?UTF-8?q?nd=20with=20editor,=20preview,=20signal=20graph,=20console?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - playground.html: full web IDE for DreamStack DSL - Code editor with auto-compile (500ms debounce) + Ctrl+Enter - Live preview: renders interactive UI from DreamStack code - Signal graph: visualizes source signals, derived values, handlers, views - Console: compile metrics, type inference (Signal, Derived, etc.) - 4 examples: counter, todo, effects, springs - Dark theme with purple accent, premium glassmorphism design --- examples/playground.html | 1255 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 1255 insertions(+) create mode 100644 examples/playground.html diff --git a/examples/playground.html b/examples/playground.html new file mode 100644 index 0000000..e1a7990 --- /dev/null +++ b/examples/playground.html @@ -0,0 +1,1255 @@ + + + + + + + DreamStack Playground + + + + + + + + + +
+ + +
+
+ 📝 Code +
+
+ +
+
+
+ + +
+
+ 👁 Preview + 🔗 Signal Graph + 📋 Console +
+
+
+ +
+
+
+
+
+
+ + + + + \ No newline at end of file