REPL Scratchpad

This is the REPL we use to generate the JSON output we use to embed with an example. This is based on the Svlete REPL with a Tailwind Theme.

Input Output

REPL JSON

[{name: "App", type: "svelte", source: `<script> let name = 'REPL' <\/script> <div class="m-auto max-w-lg p-4 text-xl"> This {name} is a scratch pad that makes it easy to copy the static output of a the repl <\/div>` }]