awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to jch/html-pipeline

Projects sharing features with Html Pipeline

25 open-source projects similar to jch/html-pipeline, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • sparklemotion/nokogirisparklemotion avatar

    sparklemotion/nokogiri

    6,236View on GitHub↗

    Nokogiri is an XML and HTML parsing library that builds navigable document trees from strings, files, or URLs using native C parsers for speed and standards compliance. It provides a CSS selector engine that translates CSS3 selectors into XPath expressions for querying nodes, an XPath query interface with namespace support, a document manipulation toolkit for modifying parsed documents, XSD schema validation, and XSLT transformation capabilities. The library wraps libxml2 and libxslt C libraries with Ruby bindings for high-performance parsing, and integrates Google's Gumbo parser for standard

    Clibxml2libxsltnokogiri
    View on GitHub↗6,236
  • remarkjs/remarkremarkjs avatar

    remarkjs/remark

    8,911View on GitHub↗

    Remark is a markdown processor and transformer that converts markdown text into a structured JSON abstract syntax tree for programmatic manipulation. It functions as a plugin-based tool within the unified ecosystem, allowing users to parse, transform, and stringify markdown content. The project is distinguished by its extensibility through a plugin system that supports custom markdown syntax extensions, the introduction of new markup elements, and the definition of custom processing logic. This framework enables the modification of content through a visitor-pattern traversal of the syntax tre

    JavaScript
    View on GitHub↗8,911
  • drapergem/draperdrapergem avatar

    drapergem/draper

    5,274View on GitHub↗

    Draper is a presentation layer framework and decorator library for Ruby on Rails that implements the view-model pattern. It serves as a proxy-based system to separate presentation logic from business models, allowing view-specific data transformations to be isolated from the underlying data. The framework provides specialized capabilities for managing how data is displayed, including the ability to wrap single objects or entire collections. It supports recursive decoration for associated models and the injection of view context and request state into decorators to allow for conditional presen

    Ruby
    View on GitHub↗5,274

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • com-lihaoyi/fastparsecom-lihaoyi avatar

    com-lihaoyi/fastparse

    1,135View on GitHub↗

    Writing Fast Parsers Fast in Scala

    Scala
    View on GitHub↗1,135
  • dam5s/happymapperdam5s avatar

    dam5s/happymapper

    152View on GitHub↗

    Object to XML mapping library, using Nokogiri (Fork from John Nunemaker's Happymapper)

    Ruby
    View on GitHub↗152
  • eed3si9n/scalaxbeed3si9n avatar

    eed3si9n/scalaxb

    342View on GitHub↗

    scalaxb is an XML data binding tool for Scala.

    Scala
    View on GitHub↗342
  • empact/roxmlEmpact avatar

    Empact/roxml

    225View on GitHub↗

    ROXML is a module for binding Ruby classes to XML. It supports custom mapping and bidirectional marshalling between Ruby and XML using annotation-style class methods, via Nokogiri or LibXML.

    Ruby
    View on GitHub↗225
  • galetahub/ckeditorgaletahub avatar

    galetahub/ckeditor

    2,227View on GitHub↗

    Ckeditor 4.x integration gem for rails

    Ruby
    View on GitHub↗2,227
  • justinfrench/formtasticjustinfrench avatar

    justinfrench/formtastic

    5,215View on GitHub↗

    Formtastic is a Ruby on Rails plugin designed to automate the creation of semantic and accessible web forms. By mapping database models directly to form fields, the library generates structured HTML markup that adheres to accessibility standards, ensuring that labels and inputs are correctly associated for assistive technologies. The library utilizes a domain-specific language to abstract complex form structures into concise method calls. It distinguishes itself through a metadata-driven approach that inspects database schemas and validation rules to automatically select appropriate input typ

    Ruby
    View on GitHub↗5,215
  • kpumuk/meta-tagskpumuk avatar

    kpumuk/meta-tags

    2,796View on GitHub↗

    Search Engine Optimization (SEO) for Ruby on Rails applications.

    Ruby
    View on GitHub↗2,796
  • nathanvda/cocoonnathanvda avatar

    nathanvda/cocoon

    3,074View on GitHub↗

    Dynamic nested forms using jQuery made easy; works with formtastic, simple_form or default forms

    Ruby
    View on GitHub↗3,074
  • ohler55/oxohler55 avatar

    ohler55/ox

    910View on GitHub↗

    Ruby Optimized XML Parser

    C
    View on GitHub↗910
  • ruippeixotog/scala-scraperruippeixotog avatar

    ruippeixotog/scala-scraper

    733View on GitHub↗

    A Scala library for scraping content from HTML pages

    Scala
    View on GitHub↗733
  • scala/scala-parser-combinatorsscala avatar

    scala/scala-parser-combinators

    677View on GitHub↗

    simple combinator-based parsing for Scala. formerly part of the Scala standard library, now a separate community-maintained module

    Scala
    View on GitHub↗677
  • scalawilliam/xs4sScalaWilliam avatar

    ScalaWilliam/xs4s

    61View on GitHub↗

    XML Streaming for Scala including FS2/cats support

    Scala
    View on GitHub↗61
  • serpapi/nokolexborserpapi avatar

    serpapi/nokolexbor

    410View on GitHub↗

    High-performance HTML5 parser for Ruby based on Lexbor, with support for both CSS selectors and XPath.

    C
    View on GitHub↗410
  • sirthias/parboiled2sirthias avatar

    sirthias/parboiled2

    717View on GitHub↗

    A macro-based PEG parser generator for Scala 2.10+

    Scala
    View on GitHub↗717
  • tpolecat/attotpolecat avatar

    tpolecat/atto

    356View on GitHub↗

    friendly little parsers

    Scala
    View on GitHub↗356
  • typelevel/cats-parsetypelevel avatar

    typelevel/cats-parse

    244View on GitHub↗

    A parsing library for the cats ecosystem

    Scala
    View on GitHub↗244
  • valentiay/phobosvalentiay avatar

    valentiay/phobos

    33View on GitHub↗

    Efficient and expressive XML data-binding library for Scala

    Scala
    View on GitHub↗33
  • voormedia/rails-erdvoormedia avatar

    voormedia/rails-erd

    4,102View on GitHub↗

    rails-erd is a Ruby on Rails ERD generator and database schema visualizer. It serves as an automated diagramming tool that analyzes model associations and attributes to create graphical domain models. The tool maps associations and inheritance patterns into visual entity-relationship diagrams, including specific support for visualizing single table inheritance. It allows for relationship notation customization, enabling users to toggle between simplified arrows and Bachman notation. The system provides multi-format diagram export for technical documentation and allows for the configuration o

    Ruby
    View on GitHub↗4,102
  • amatsuda/kaminariamatsuda avatar

    amatsuda/kaminari

    27View on GitHub↗

    ⚡ A Scope & Engine based, clean, powerful, customizable and sophisticated paginator for Ruby webapps

    Ruby
    View on GitHub↗27
  • zdavatz/spreadsheetzdavatz avatar

    zdavatz/spreadsheet

    1,149View on GitHub↗

    The Ruby Spreadsheet by ywesee GmbH

    Ruby
    View on GitHub↗1,149
  • ankane/chartkickankane avatar

    ankane/chartkick

    6,526View on GitHub↗

    Chartkick is a Ruby on Rails visualization library and JavaScript charting wrapper that provides a high-level interface for integrating interactive charts into web applications. It functions as a multi-engine charting adapter, wrapping various JavaScript charting libraries to provide a consistent API for rendering data visualizations. The project is distinguished by its engine abstraction, which allows users to switch between different JavaScript charting libraries without modifying the underlying data sources. It also supports asynchronous data visualization, fetching chart data from remote

    Ruby
    View on GitHub↗6,526
  • apotonick/cellsapotonick avatar

    apotonick/cells

    3,077View on GitHub↗

    View components for Ruby and Rails.

    Ruby
    View on GitHub↗3,077