awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

Awesome GitHub RepositoriesWeb-Based Viewers

Browser-based interfaces for inspecting and navigating structured data formats.

Distinct from Database Data Viewers: Distinct from Database Data Viewers: focuses on general-purpose JSON inspection in the browser rather than database-specific record management.

Explore 4 awesome GitHub repositories matching data & databases · Web-Based Viewers. Refine with filters or upvote what's useful.

Awesome Web-Based Viewers GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • triggerdotdev/jsonhero-webAvatar triggerdotdev

    triggerdotdev/jsonhero-web

    10,761Vezi pe GitHub↗

    JSON Hero is a web-based utility designed for viewing, analyzing, and sharing structured data. It provides an interactive interface for exploring complex JSON payloads, allowing users to navigate nested structures through hierarchical rendering, global search, and keyboard-driven controls. The platform distinguishes itself by performing client-side schema inference and automated schema generation, which allows users to understand data types and constraints without server-side processing. It enhances data readability by injecting contextual previews for specific string patterns—such as dates,

    Provides a platform for rendering hierarchical data with keyboard navigation and contextual string previews.

    TypeScriptdeveloper-toolsdevtoolshacktoberfest
    Vezi pe GitHub↗10,761
  • beancount/beancountAvatar beancount

    beancount/beancount

    5,291Vezi pe GitHub↗

    Beancount is a plain-text double-entry accounting system. It enforces zero-sum transactions, organizes accounts into a hierarchical five-type tree, and verifies balances at specific dates using precision-derived tolerances. Transactions are recorded in plain-text files with a strict syntax that supports currency-specific rounding, automatic interpolation of missing amounts, and comprehensive metadata including tags, links, and payee annotations. Beyond core bookkeeping, Beancount offers investment portfolio tracking with lot-based cost basis management, configurable booking strategies (FIFO,

    Ledger serves an interactive web app for browsing and analyzing accounting data.

    Pythonbeancount
    Vezi pe GitHub↗5,291
  • simonmichael/hledgerAvatar simonmichael

    simonmichael/hledger

    4,059Vezi pe GitHub↗

    hledger is a plain text accounting tool and double-entry ledger manager that stores financial transactions in human-readable text files. It functions as a financial reporting engine for generating balance sheets and income statements, and as a multi-currency investment tracker for managing commodity lots and capital gains. The project distinguishes itself by providing multi-interface data access, allowing users to interact with their financial data via a command line interface, a terminal user interface, and a web server. It features a market-price valuation system to calculate the current va

    Provides a user interface for navigating accounts and transactions with drill-down capabilities.

    Haskellaccountingcommand-line-toolconsole-application
    Vezi pe GitHub↗4,059
  • rnwood/smtp4devAvatar rnwood

    rnwood/smtp4dev

    3,817Vezi pe GitHub↗

    smtp4dev is a suite of tools featuring a mock SMTP server that intercepts outgoing email traffic and stores messages for inspection instead of delivering them to recipients. It includes a web-based viewer for inspecting email metadata, raw source code, and MIME structures, alongside a responsive email previewer that simulates how HTML emails appear across different viewport sizes and device layouts. The project provides a traffic analyzer to log protocol interactions and session data for debugging delivery failures. It also operates as a TLS SMTP server, supporting encrypted connections via T

    Ships a browser-based interface for inspecting intercepted emails, metadata, and MIME structures.

    C#linuxmacosxsmtp-server
    Vezi pe GitHub↗3,817
  1. Home
  2. Data & Databases
  3. Database Data Viewers
  4. Web-Based Viewers

Explorează sub-etichetele

  • Accounting Ledger ViewersBrowser-based interfaces for navigating and analyzing double-entry accounting data from a plain-text ledger. **Distinct from Web-Based Viewers:** Distinct from Web-Based Viewers: focuses on accounting-specific navigation (accounts, balances, transactions) rather than general-purpose JSON or structured data inspection.
  • Real-Time Model StreamersInterfaces that stream live updates of a model's state from a training process to a web viewer. **Distinct from Web-Based Viewers:** Distinct from Web-Based Viewers: specifically handles the real-time streaming of evolving training states rather than static data inspection.