kisenon

Docs

Branchable serverless Postgres. Fast on reconnect after suspend.

Branchable serverless Postgres. Reconnects to suspended endpoints are fast. First connect after endpoint creation takes 10–30s while the compute pod initialises.

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.

Alpha access

Kisenon is in alpha. To apply for access, see Alpha access.

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.

CLI

keon is the kisenon CLI. Install in one line, login via browser OAuth, drive projects/branches/endpoints from your shell or CI: see CLI.

Organizations & team

An organization is the unit of membership and billing — every project belongs to one. See Organizations, invite teammates via Invitations, and track metered usage under Usage & billing.

Regions & events

Pick where storage and compute run in Regions. Stream org and project activity as server-sent events — see Event streams. The console and docs ship in eight languages.

Status

Platform incidents and live status are tracked in the public Kisenon issue tracker: github.com/Seiraiyu/Kisenon/issues. Subscribe to that repo for incident notifications until the dedicated status page lands.