eltPulse uses Clerk for authentication. After you sign up, we provision your workspace and you land on the dashboard. No Docker or gateway setup is required — managed execution is the default.
eltPulse generates production-ready dlt or Sling code, starts a run on managed workers, and streams telemetry to the Runs page.
pipeline.py or replication.yaml, config.yaml, and eltpulse_workspace.yaml.The canvas is a visual graph editor for the same pipeline as the form builder. Drag source, transform, and destination nodes; wire edges; inspect dbt and post-transform settings on transform nodes. Pulse AI can patch the graph from chat — see Pulse AI.
From the pipeline table, open Code to copy artifacts. When GitHub is connected under Repositories, pipeline YAML can auto-push on save (Pro+; disable with ELTPULSE_AUTO_GIT_PUSH=false). Manual copy still works into eltpulse/pipelines/<name>/.
Save reusable profiles on Connections — secrets are encrypted at rest. Pipelines link optional source/destination connection ids; generated YAML may include resolved connection names for runners. Gateways fetch decrypted profiles via GET /api/agent/connections.