Open Source & Local First

Data Environments Germinated Locally.
On-device intelligence.

A simple, lightweight data platform for local environments. No accounts, No data collection, No strings attached.

quick-start
                                curl -fsSL https://raw.githubusercontent.com/ansh2903/spore/main/docker/docker-compose.hub.yml -o docker-compose.yml
                                
                                docker compose up -d
                                
                                

open http://localhost:5000

See Spore in action

From a raw connection string to a dashboard you'd actually want to share. four steps, zero round trips to the cloud.

01 · Workspace

Point it at your data

Postgres, a warehouse, a CSV sitting in your downloads folder — connect it, then just ask for what you need in plain English.

Spore workspace
Spore data materialization
02 · Data

Pull it down, keep it local

Preview and filter results, then stream them into Parquet on your own disk via DuckDB — no temp tables left behind on someone else's server.

03 · Notebook

Dig in, the messy way

A real sandboxed Jupyter kernel with Pandas and Plotly on tap — for when "just show me a chart" turns into an afternoon of EDA.

Spore notebook
Spore dashboard
04 · Dashboard

Hand it off, no strings attached

Drag widgets into a dashboard, then export it as a single offline HTML file — open it on a plane, send it over Slack, whatever.

Built by a homo sapiens,
for homo sapiens.

Spore is 100% open-source. Star the repo, pull the Docker image, or contribute. building the most accessible data tool together.