Sylphx DataPreview
Postgres, key-value, object storage, and search. One isolated store per resource.
Part of Sylphx: the same account, the same key, and the same bill as every other service. In the same league as Neon, Upstash.
What Sylphx Data does
Postgres
A pooled and a direct connection URL, a database per preview, and point-in-time restore. An idle free database stops and the next connection wakes it.
Key-value and objects
Versioned key-value in its own store, and object buckets with versions, multipart uploads, private-by-default visibility, and share links.
Search
Lexical and vector search on the index’s own engine, with deterministic ordering.
- Every database, namespace, bucket, and index is its own store with its own credentials and backups — never rows in a shared table.
- Moves between sizes and regions keep the same URL.
Quickstart
Your first call
Install the SDK, set SYLPHX_API_KEY to a key from the console, and call the API. The CLI speaks the same API.
import { Sylphx } from '@sylphx/sdk'
// Reads SYLPHX_API_KEY: one key for every Sylphx service.
const sylphx = new Sylphx()
const me = await sylphx.access.whoami({})
for await (const item of sylphx.data.databases.listAll({ parent: me.env! })) {
console.log(item.name)
}npm install @sylphx/sdksylphx data databases listPricing
Pay for what you use
Start free. Pro is $20 a month and includes $20 of usage across every service; usage past it bills at the prices below, up to your spend cap.
Free includes
- Postgres compute (micro)
- 100 hours
- Storage (Postgres)
- 0.5 GB-month
- Key-value database (256mb)
- 1 database-months
- Search index (0.5gb)
- 1 index-months
- Storage (objects)
- 10 GB-month
- Object operations (Class A)
- 1,000,000
- Object operations (Class B)
- 10,000,000
Pro includes
- Storage (objects)
- 100 GB-month
- Object operations (Class A)
- 1,000,000
- Object operations (Class B)
- 10,000,000
Then
- Postgres compute (micro)
- $0.01 / hour
- Postgres compute (small)
- $0.02 / hour
- Postgres compute (medium)
- $0.08 / hour
- Postgres compute (large)
- $0.14 / hour
- Postgres compute (xl)
- $0.26 / hour
- Postgres compute (2xl)
- $0.51 / hour
- Key-value database (256mb)
- $9 / month
- Key-value database (1gb)
- $18 / month
- Key-value database (5gb)
- $90 / month
- Key-value database (10gb)
- $180 / month
- Search index (0.5gb)
- $0.03 / hour
- Search index (1gb)
- $0.04 / hour
- Search index (2gb)
- $0.05 / hour
- Search index (4gb)
- $0.09 / hour
- Search index (8gb)
- $0.16 / hour
- Storage (Postgres)
- $0.12 / GB-month
- Storage (objects)
- $0.01 / GB-month
- Storage (volumes)
- $0.15 / GB-month
- Object operations (Class A)
- $4 / 1M operations
- Object operations (Class B)
- $0.32 / 1M operations