Built for low-latency reads with scale-to-zero economics — targeting sub-50 ms cold starts. Full PostgreSQL, materialized on demand in the region closest to your users.
Silos materializes a read replica close to where each request originates, so data lives near your users. Cold-start and latency figures below are design targets, not measured guarantees.
Silos is designed to replicate changes from the primary to edge replicas by streaming the PostgreSQL Write-Ahead Log over NATS JetStream, with consistency tunable per query.
Scale-to-zero economics with on-demand edge replicas. Pay only for what you use, and let dormant regions fall back to zero.
Write SQL, watch edge replicas materialize across the globe, and read live metrics — without leaving the browser. The same console your agents drive through the API.
Per-tenant WASM isolation, encryption at rest and in transit, encrypted snapshots, and comprehensive audit logging at every layer.
| Capability | Silos | Neon | PlanetScale | Turso |
|---|---|---|---|---|
| Best for | Edge-first apps | Serverless apps | Global apps | Edge SQLite |
| Engine | PostgreSQL | PostgreSQL | MySQL-compat | libSQL (SQLite) |
| On-demand edge replicas | Limited | — | ||
| Scale to zero | — | |||
| Full SQL | Limited | |||
| WAL streaming | — | — | — | |
| WASM isolation | — | — | — | |
| Browser dev (PGLite) | — | — | — |
Silos pairs full PostgreSQL compatibility with on-demand edge replicas and scale-to-zero economics — a strong fit for edge-first applications. Capability comparison; not a benchmark.
Silos speaks the PostgreSQL wire protocol, so standard Postgres drivers and ORMs connect the same way they would to any Postgres.

Connects over the standard Postgres wire protocol — point Prisma at Silos like any Postgres.

Use the Postgres dialect you already know. Drizzle connects as it would to any Postgres.

Type-safe SQL with Kysely's Postgres dialect over a standard connection.

Use Silos from Server Components and route handlers with standard Postgres drivers.
The best combination of latency, compatibility, and cost for modern applications.