Every database
one click away

Run PostgreSQL, MySQL, MongoDB, Redis, and many more engines locally with a single command. No Docker required.

terminal
$ spindb list

NAME           ENGINE        VER    PORT   SIZE    STATUS
layerbase      postgresql    17.5   5432   42 MB   running
debt           mariadb       11.8   3306   18 MB   running
notes          sqlite        3.49   -      156 KB  available
analytics      duckdb        1.3    -      2.1 MB  available
cache          redis         8.0    6379   890 KB  available
20+ Engines
3 Platforms
0 Dependencies
Open Source

Zero dependencies, zero overhead

Native binaries, no containers, no runtimes. Every engine downloads and runs directly on your machine with minimal resource usage.

Before

$ brew install postgresql

$ docker pull redis:latest

$ docker-compose up -d

# 2GB+ disk, 500MB+ RAM overhead

After

$ spindb create postgres myapp

# Done. Native binary, ~50MB

Beautiful GUI for your databases

A visual interface to create, start, stop, and manage all your database instances. Monitor resource usage, view logs, and configure settings. No terminal required.

Layerbase Desktop

Databases

PostgreSQL
Redis
MongoDB
Running/ PostgreSQL 16.2
NameEnginePort
myapppostgres5432
cacheredis6379
docsmongodb27017

CPU

12%

Memory

48MB

Disk

156MB

Powerful CLI, full scriptability

JSON output for CI/CD pipelines and automation. Create, manage, backup, and restore databases with simple commands. First-class scripting support.

terminal

$ spindb create postgres myapp

Created PostgreSQL instance "myapp" on port 5432

$ spindb list --json

[{"name":"myapp","engine":"postgres","port":5432}]

$ spindb stop myapp

Stopped "myapp"

Coming Soon

Layerbase Cloud

Managed cloud databases for every engine. Spin up PostgreSQL, MongoDB, Redis, or any of 20+ engines in the cloud with a single command. Like Supabase or Neon, but for all your databases.

Supported databases

Every database engine available, ready to run in seconds.

PostgreSQL
MySQL
MariaDB
SQLite
CockroachDB
MongoDB
FerretDB
CouchDB
SurrealDB
Redis
Valkey
ClickHouse
DuckDB
Meilisearch
Qdrant
QuestDB
InfluxDB
TypeDB
Weaviate
TigerBeetle

Zero friction database setup

One command to install. One command to create a database. Works on macOS, Linux, and Windows with no Docker required.

Download