awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
didi avatar

didi/DoKit

0
View on GitHub↗
20,421 نجوم·3,187 تفرعات·Java·Apache-2.0·10 مشاهدات

DoKit

DoKit is a frontend development debugging toolset designed for web and mobile applications. It provides a suite of utilities for intercepting network traffic, mocking API responses, inspecting UI hierarchies, and monitoring mobile app performance.

The project is distinguished by its focus on hybrid app inspection, allowing developers to execute scripts within web views and browse internal application sandboxes. It includes a visual UI audit tool with alignment rulers and color pickers to verify that interfaces match design specifications, as well as a diagnostic system that tracks CPU usage and memory leaks through real-time waveforms.

The toolset covers broad capability areas including network traffic analysis, device location simulation, and crash stack capture. It also provides a virtual file system explorer for managing sandbox files and databases, along with a synchronization system to control multiple devices from a single interface.

The framework allows for the integration of custom, project-specific utility tools into the development panel.

Features

  • Frontend Debugging Workflows - Provides a comprehensive suite for analyzing network traffic, inspecting UI hierarchies, and auditing styles in web and mobile apps.
  • Mobile Web Debugging Suites - Offers a comprehensive suite of debugging and profiling tools for web and mobile applications.
  • Crash and Monitoring - Implements a diagnostic system to track CPU usage, memory leaks, and frame rates via real-time waveforms.
  • Sandbox - Ships a built-in file explorer used to view, delete, and export internal application files and databases.
  • App Sandbox Explorers - Provides a managed interface to browse and manipulate internal application sandbox files and databases.
  • Hybrid App Inspectors - Provides a development panel for executing scripts in web views and browsing internal application sandboxes.
  • Real-Time Performance Profilers - Tracks CPU and memory metrics using real-time waveforms to identify execution bottlenecks and memory leaks.
  • Script Injection Tools - Allows the injection of custom debugging logic and scripts into active web views to manipulate the DOM in real time.
  • Mobile Inspection Tools - Provides visual interfaces for inspecting and managing the internal files and databases of mobile applications.
  • Hybrid App Debugging Workflows - Manages web view scripts and monitors storage for applications that combine native and web content.
  • Mobile Performance Monitoring - Tracks CPU usage, memory leaks, and execution times to resolve processing bottlenecks in mobile applications.
  • Web View Debugging Utilities - Enables script execution and storage monitoring within web views for applications combining native and web content.
  • Traffic Analysis Tools - Provides a tool for intercepting and summarizing internal application traffic with detailed request lists and filters.
  • Traffic Interception Tools - Provides a proxy-based interceptor to capture and modify network traffic to simulate or inspect API responses.
  • Real-Time Waveform Monitors - Tracks CPU usage, memory consumption, and frame rates through real-time waveforms to identify processing bottlenecks.
  • Application Performance Profiling - Provides capabilities for identifying processing bottlenecks and measuring execution time within frontend applications.
  • API Mocking - Intercepts network requests to return predefined data, allowing frontend testing without a live backend.
  • Memory Leak Detection - Includes diagnostic tools specifically designed to identify and analyze memory leak issues within the application.
  • Web-Native Integration Bridges - Implements a communication bridge to exchange diagnostic data and metadata between native environments and web-based panels.
  • Cross-Device State Synchronization - Provides a system to mirror application state and user interactions across multiple devices via a central controller.
  • Device State Synchronizers - Allows controlling multiple devices from a single interface to synchronize actions for efficient testing.
  • GPS Location Simulation - Enables the mocking of GPS coordinates to test location-aware features without requiring physical movement.
  • Function Execution Timing - Calculates total application startup time and analyzes the duration of specific functions and load methods.
  • Crash Reporters - Captures and prints native crash stack traces directly within the developer interface for rapid failure analysis.
  • System Health Monitors - Implements a system to collect and upload diagnostic data regarding application stability and performance.
  • Native Crash Trace Formatters - Captures native crash reports and formats them into readable traces directly within the developer interface.
  • Visual Verification Tools - Uses visual tools to ensure user interfaces match design specifications and render correctly across different screens.
  • Visual Auditing - Provides color pickers and alignment rulers to verify that component colors, positions, and layouts are correct.
  • UI Inspection Tools - Analyzes the depth of user interface elements to identify deeply nested components on a page.
  • UI Layout Auditing - Provides alignment rulers and layout overlays to verify that user interfaces adhere to design spacing and hierarchy rules.

سجل النجوم

مخطط تاريخ النجوم لـ didi/dokitمخطط تاريخ النجوم لـ didi/dokit

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ DoKit

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع DoKit.
  • didi/doraemonkitالصورة الرمزية لـ didi

    didi/DoraemonKit

    20,420عرض على GitHub↗

    DoraemonKit is a mobile frontend development toolset designed to optimize the lifecycle of web and hybrid mobile applications. It functions as a comprehensive suite of productivity tools, providing specialized utilities for mobile UI inspection, web view debugging, and on-device performance monitoring. The toolset distinguishes itself through several targeted simulation and interception capabilities. It includes a network traffic interceptor for mocking API responses without modifying source code, a device state simulator for overriding GPS coordinates, and a mobile web debugging bridge that

    Java
    عرض على GitHub↗20,420
  • flipboard/flexالصورة الرمزية لـ Flipboard

    Flipboard/FLEX

    14,610عرض على GitHub↗

    FLEX is an in-app debugging tool and runtime exploration environment for iOS applications. It provides an integrated suite for inspecting and modifying the internal state of a running process without the use of an external debugger. The project includes a runtime inspector for browsing the memory heap and calling methods dynamically, alongside a view hierarchy debugger for visualizing and adjusting layout structures in real time. It features a network traffic monitor to log and analyze HTTP request history, headers, and responses, as well as a sandbox manager for viewing and editing files and

    Objective-C
    عرض على GitHub↗14,610
  • nisrulz/android-tips-tricksالصورة الرمزية لـ nisrulz

    nisrulz/android-tips-tricks

    4,748عرض على GitHub↗

    This project provides a collection of reference materials, guides, and cheatsheets designed to optimize the Android development workflow. It serves as a comprehensive resource for implementing best practices in application building, debugging, and user interface design. The repository covers specialized techniques for build optimization, including methods to reduce binary sizes and accelerate compilation. It also provides detailed references for device debugging, memory leak detection, and the application of Material Design principles. The project further details productivity enhancements fo

    Java
    عرض على GitHub↗4,748
  • yutiansut/quantaxisالصورة الرمزية لـ yutiansut

    yutiansut/QUANTAXIS

    9,955عرض على GitHub↗

    Quantaxis is a quantitative trading framework designed for building, backtesting, and executing automated strategies across global equities, futures, and cryptocurrencies. It integrates an event-driven backtesting engine, a multi-market execution gateway for order routing, and a quantitative data pipeline for ingesting and storing multi-asset market data. The system features a Rust-accelerated financial library that utilizes Apache Arrow for high-performance technical indicator calculation and zero-copy data processing. It provides a containerized infrastructure model designed for orchestrati

    Pythonquant
    عرض على GitHub↗9,955
عرض جميع البدائل الـ 30 لـ DoKit→

الأسئلة الشائعة

ما هي وظيفة didi/dokit؟

DoKit is a frontend development debugging toolset designed for web and mobile applications. It provides a suite of utilities for intercepting network traffic, mocking API responses, inspecting UI hierarchies, and monitoring mobile app performance.

ما هي الميزات الرئيسية لـ didi/dokit؟

الميزات الرئيسية لـ didi/dokit هي: Frontend Debugging Workflows, Mobile Web Debugging Suites, Crash and Monitoring, Sandbox, App Sandbox Explorers, Hybrid App Inspectors, Real-Time Performance Profilers, Script Injection Tools.

ما هي البدائل مفتوحة المصدر لـ didi/dokit؟

تشمل البدائل مفتوحة المصدر لـ didi/dokit: didi/doraemonkit — DoraemonKit is a mobile frontend development toolset designed to optimize the lifecycle of web and hybrid mobile… flipboard/flex — FLEX is an in-app debugging tool and runtime exploration environment for iOS applications. It provides an integrated… nisrulz/android-tips-tricks — This project provides a collection of reference materials, guides, and cheatsheets designed to optimize the Android… yutiansut/quantaxis — Quantaxis is a quantitative trading framework designed for building, backtesting, and executing automated strategies… wolfpld/tracy — Tracy is a real-time performance profiling framework for C and C++ applications. It provides a software… tencent/matrix — Matrix is a suite of mobile application performance management and analysis tools. It provides a plugin-based…