Dashboard
Welcome
This is your starting point. Use the sidebar to explore, the command palette for quick actions, and the settings modal to tweak behavior.
- Single-file app shell (no build step).
- Dark/light themes, keyboard shortcuts, toasts, settings.
- State persisted to localStorage.
- Canvas playground + optional Three.js (commented).
Quick Demo: Counter Component
A tiny stateful widget to show how to read/write from the store.
0
Canvas Playground
A simple bouncing ball animation on a 2D canvas. Great for quick visuals and prototyping.
Tip: Resize the window to see the app respond.
Three.js (Optional)
If you want 3D, un-comment the three.js CDN at the top and the initThreeDemo() call below.
Three.js mount target
App State (localStorage)
Inspect and modify your persisted state. Changes save automatically.