Real Scripts.
Live Output.

These are actual Python automation scripts ported into a TypeScript Supabase Edge Function. Each script stream its output line-by-line via Server-Sent Events from the edge ÔÇö no mocking, no pre-recorded responses.

ÔÜíThese are real scripts running on a live server. AI evaluation powered by Gemini 1.5 Pro. No user data is collected or stored.

select a script ->
$ select a script and click to run...
01
Select Script
Choose from 4 live pipelines — DB provisioner, Auth deploy, Onboarding flow, or Gemini Vision.
02
POST to API
Frontend sends POST to /api/terminal-stream (Next.js App Router API route).
03
Stream Execution
The server-side handler runs the automation sequence and yields output asynchronously.
04
SSE Stream
Logs stream line-by-line as text/event-stream back to the browser in real time.