Starter ideas
Each sample fills the package field and editor with runnable starter code.
Editor
Write normal module code with imports at the top.
Recommended shape:
import { z } from "zod"; return z.object(...).parse(...);
Execution
Ready to run.
Result
Run a package example to see output here.
Console
No logs yet.
Bundle warnings
No warnings.