Docs

Branchable serverless Postgres. Cold endpoints wake in ~480 ms.

Quickstart

  1. Sign in at kisenon.com.
  2. Create a project — a main branch is auto-created.
  3. Click + New endpoint on the branch page.
  4. Copy the postgresql://… URI from the endpoint card.
  5. Paste into psql from 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.