Description
Add an interactive code playground where users can write and run SynapseKit code directly in the browser.
What to do
- Integrate Sandpack or Pyodide for in-browser Python execution
- Add a
<Playground /> component that renders an editor + output panel
- Pre-load SynapseKit (or mock the LLM calls for demo purposes)
- Add playground pages for RAG, Agents, and Graph quickstarts
Why
Interactive docs convert visitors to users 10x faster than static code blocks.
Description
Add an interactive code playground where users can write and run SynapseKit code directly in the browser.
What to do
<Playground />component that renders an editor + output panelWhy
Interactive docs convert visitors to users 10x faster than static code blocks.