Public day-one launch
Launch connectors — Google Sheets and REST API are the supported source types for v1. Other connectors stay behind a feature flag while we matrix-test them.
In-product Try-It panel — Run the deployed endpoint from inside the canvas, see the JSON response, and copy the curl command — all without leaving the app.
Onboarding walkthrough — First-time users get a 4-step guided flow: welcome → add source → wire output → try it.
Sentry on by default — Backend + Next.js client/server/edge. When SENTRY_DSN is set, errors are reported automatically.
Funnel telemetry — Structured events for signup, source_create, source_sync_success/failure, canvas_deploy, and endpoint_first_request land in the JSON log stream so we can answer 'where did users get stuck.'
Per-connector docs — Google Sheets and REST API each have a setup guide with an error-message → fix mapping.
Status page — /status pings the deep health endpoint — Postgres, Redis, Celery worker, beat schedule.