Show HN: ComputeLite: Python/R/JavaScript/SQLite in browser

2 akhil977 1 5/23/2025, 9:27:15 AM computelite.com ↗
ComputeLite is a browser based tool put in a static website, where user can run Python, JavaScript, R and SQLITE code. It leverages the capabilities of WASM (Web Assembly) and SQLite OPFS to ensure that all data and code remain securely in the browser, with no server dependencies or external storage

Comments (1)

akhil977 · 13h ago
All data and code remain securely in the browser, with no server dependencies or external storage. It supports Python (powered by Pyodide), R (powered by WebR), Native JS and SQL( powered by SQLITE). It is open source which can be deployed on your company intranet and may replace excel macros for data analysis. It is file based (SQLITE OPFS), so all your data and code resides in a single SQLITE database.