Lumina now runs on a Local-First Architecture. We use WebAssembly to run a high-performance SQL engine directly in your browser. Your data stays on your device, even while we analyze it.
For the last decade, "Modern Analytics" has meant one thing: Upload your data to the cloud.
To get insights, you had to take your sensitive customer lists, financial records, or patient data and send them to a server owned by a SaaS company. This created a massive friction point for medium-sized businesses:
With our latest release, Lumina has fundamentally changed how we process data. Instead of sending your data to our servers, we send our server to your data.
Your raw CSV/Excel rows never leave your laptop. Our servers literally cannot see your data. We only process metadata (column names) for AI reasoning.
We utilize your device's CPU and RAM. On a modern laptop (like an M1/M2/M3 Mac), Lumina can crunch 1 million rows faster than most cloud warehouses.
Because the engine is local, you can analyze data on a plane, in a secure facility, or anywhere without reliable internet.
The secret sauce is WebAssembly (WASM). This technology allows us to run high-performance C++ code directly inside your web browser at near-native speeds.
We embedded DuckDB, the world's fastest analytical SQL database, directly into the Lumina app. When you drag and drop a file, it loads instantly into an in-memory SQL database running inside Chrome or Edge.
This allows us to support advanced enterprise features that were previously impossible in the browser:
Running totals, window functions, and complex grouping happen in milliseconds.
Upload a Sales report and a Customer list. Lumina can perform a SQL JOIN locally to merge them into a single dataset.
If you are a Fortune 500 company, you can afford a $1M Snowflake implementation. If you are a tiny startup, Excel is fine.
But for the Medium-Sized Business, you are stuck in the middle. You have too much data for Excel, but you can't afford the complexity of a data warehouse. You care about security, but you don't have a 50-person InfoSec team.
Lumina's Local-First architecture bridges this gap. It gives you the power of a centralized data warehouse with the simplicity and privacy of a local file.
Your data never leaves your browser. No cloud, no egress fees, no compliance headaches.