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
- 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.
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=requireExamples
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.