Docs
Branchable serverless Postgres. Cold endpoints wake in ~480 ms.
Quickstart
- Sign in at kisenon.com.
- Create a project — a
mainbranch is auto-created. - Click + New endpoint on the branch page.
- Copy the
postgresql://…URI from the endpoint card. - Paste into
psqlfrom any laptop on the public internet.
Connection string
Each endpoint gets a unique role + password. The host is derived from the endpoint id; TLS is required.
postgresql://<role>:<pwd>@<endpoint_id>.kisenon.com:5432/main?sslmode=require
Examples
Working examples (Node.js, Drizzle + Next.js) live in the public examples repo:
github.com/Seiraiyu/Kisenon ↗Status
Live signals from the control plane: status.kisenon.com.