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.