Demo

Changelog

Back to all demos

Realistic release notes with short builder context and terms used.

Added recipe demos under /demo

2026-02-11

DemoUX

You can now preview all template recipes in one place without creating an account.

Builder note: Each demo has isolated routes under /api/demo to avoid touching production app behavior.
Terms we used
Isolated routesPractice

Separate endpoints used only by demos, so app endpoints stay focused on core product flows.

Speech demo now degrades to browser APIs

2026-02-07

AudioReliability

Voice demos keep working when API keys are missing by using built-in browser speech capabilities.

Builder note: TTS falls back to speechSynthesis and STT can rely on SpeechRecognition when available.
Terms we used
SpeechSynthesisTool

A browser API that reads text aloud using local/device voices.

Canvas recipe supports in-memory graph storage

2026-01-29

CanvasDX

The canvas demo ships with editable nodes and edges that work immediately in local development.

Builder note: Node/edge CRUD routes use process memory in demo mode to minimize setup friction.
Terms we used
In-memory storePractice

Data lives only while the dev server is running and resets when restarted.

Thumbs feedback flow includes role + comment capture

2026-01-21

Feedback

Negative feedback can now ask who the user is and capture a short explanation.

Builder note: Role preference is stored in localStorage so users do not need to re-select every time.
Terms we used
localStorageTool

Small key-value browser storage used for lightweight client preferences.