smth · empty
Push your first artifact.
Anything you POST shows up here in real time. HTML, scripts, the works — sandboxed but live.
curl -X POST $SMTH_URL/api/artifacts \
-H "X-API-Key: $SMTH_API_KEY" \
-H "Content-Type: application/json" \
-d '{"html":"<h1>hello</h1>","title":"test"}'
Waiting for events on
/api/stream…