pg_durable Website
This folder contains a static, scenario-driven landing page for pg_durable users.
It also points users to the pg-durable-sql agent skill, so an AI assistant can
generate durable-function SQL for them.
Files
index.html— Main pagestyles.css— Page styling
Preview locally
From the repository root:
python3 -m http.server 8080
Then open:
Content sources
The website content is based on:
docs/SCENARIOS.mdexamples/README.mdUSER_GUIDE.mdREADME.md
Related
.agents/skills/pg-durable-sql/— agent skill for generating pg_durable SQL