3 个仓库
Web applications that perform data processing tasks locally in the browser.
Distinguishing note: Focuses on local-first processing rather than server-side data transformation.
Explore 3 awesome GitHub repositories matching web development · Browser-Based Data Tools. Refine with filters or upvote what's useful.
CyberChef is a web-based application designed for performing complex data encoding, decoding, encryption, and analysis tasks. It provides a visual interface where users construct data transformation pipelines by chaining modular operations together, allowing raw input to be processed into a desired output format entirely within the local browser environment. The tool functions as a client-side cryptographic workbench, ensuring that all data processing logic remains local to the user's machine to maintain privacy and eliminate server-side overhead. By utilizing functional pipeline composition
Performs complex data encoding, decoding, and analysis tasks entirely within the local browser.
BentoPDF is a browser-based document toolkit designed for local-first PDF manipulation, conversion, and metadata management. By executing all file processing tasks directly within the browser sandbox, the application ensures that sensitive data remains on the user's device and is never uploaded to or stored on external servers. The platform distinguishes itself through a modular architecture that supports dynamic remote script loading and the integration of external processing engines. Users can extend the core functionality by connecting third-party libraries, which are executed as compiled
Extends local document processing by connecting third-party modules to run specialized tasks in the browser.
Preswald 是一个 WebAssembly 数据应用框架,用于构建完全在浏览器中运行的 Python 交互式数据应用。它提供了一个基于浏览器的数据栈,包括 SQL 和 Python 执行环境,无需后端服务器即可离线运行。 该框架包含一个静态数据应用打包器,可将数据工作流和可视化结果打包成单个可共享的文件。这些自包含的应用实现了无服务器数据可视化和可分发的数据工作流打包。 该系统利用响应式数据仪表板界面,根据底层数据的变化自动更新特定的屏幕元素。它涵盖了本地优先的状态管理和客户端 SQL 执行,以保持浏览器会话中的操作连续性。
Provides a complete set of browser-based tools for local-first data processing.