Back to home
The 5-minute EnginiQ demo
This is the exact product proof flow to use in launch posts, demos, calls, and videos. If a user understands these five steps, they understand why EnginiQ exists.
01
Connect Postgres or Supabase
Start with a database URL and load EnginiQ in SDK, CLI, or MCP mode.
This is the first moment where the product feels real: the same runtime works across direct code, terminal usage, and agent hosts.
02
Inspect the real schema
Run discovery tools like list_tables, describe_table, and get_schema.
The demo should show the agent reading actual schema state before planning a mutation.
03
Generate a preview-first change
Use dry-run or approval-required mode to create a safe SQL preview for a new table or column.
This is the wedge. The product should look meaningfully safer than raw AI-generated SQL.
04
Approve or deny
Review the preview inside the hosted dashboard and decide whether it should run.
The hosted product layer becomes understandable when users can see human review sitting on top of the runtime.
05
Verify and audit
Apply the change, re-check the schema, and show the resulting audit event.
This closes the loop and proves the system is not just generating plans, but producing traceable outcomes.