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.