awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ritz078 avatar

ritz078/transform

0
View on GitHub↗
9,173 estrellas·707 forks·TypeScript·MIT·3 vistastransform.tools↗

Transform

A polyglot web converter.

Features

  • Polyglot Format Converters - A browser-based tool that transforms data and code between JSON, YAML, Markdown, and GraphQL formats.
  • Browser-Based Converters - All transformations execute entirely in the browser using WebAssembly and JavaScript.
  • Markdown-to-HTML Transpilers - Renders Markdown text into standard HTML markup.
  • Structured Text Format Converters - Converts structured data between JSON, YAML, TOML, XML, and Markdown formats.
  • JSON-to-YAML Converters - Transforms JSON data into YAML, TOML, and other structured text formats.
  • JSON Schema Generators - Generates type definitions and schemas from JSON data for multiple languages and frameworks.
  • Multi-Format Schema Generators - Generates OpenAPI, Protobuf, TypeScript, and Zod schemas from a JSON Schema definition.
  • Schema-to-Code Translation - Translates JSON Schema definitions into OpenAPI, Protobuf, TypeScript, and Zod schemas.
  • GraphQL Code Generation Frameworks - Generates React components and TypeScript types directly from GraphQL schema definitions.
  • JSON Converters - Parses XML data and outputs an equivalent JSON structure.
  • JSON Converters - Parses YAML data and outputs an equivalent JSON structure.
  • RDF Serializers - Transforms JSON-LD data into N-Quads, normalized, and other RDF serialization formats.
  • JSON Converters - Parses TOML data and outputs an equivalent JSON structure.
  • React Component Generators - Generates React components directly from GraphQL schema definitions.
  • JSON - Generates TypeScript, Zod, OpenAPI, and Protobuf schemas from sample JSON data.
  • Flow Converters - Translates Flow type annotations into equivalent TypeScript type definitions.
  • Flow Generators - Translates TypeScript type annotations into equivalent Flow type definitions.
  • GraphQL Type Generators - Generates TypeScript type definitions from GraphQL schema definitions.
  • CSS Object Generators - Converts CSS rules into JavaScript object notation for inline styles.
  • Type Annotation Stripping - Strips TypeScript type annotations to produce plain JavaScript code.
  • CSS to JavaScript Object Converters - Converts CSS rules into JavaScript objects for use in modern frontend frameworks.
  • TailwindCSS Converters - Converts standard CSS class definitions into equivalent TailwindCSS utility classes.
  • Format Converters - Transforms JSON-LD data between compacted, expanded, flattened, framed, and normalized representations.
  • SVG Component Transformations - Transforms SVG markup into JSX or React Native components for React-based applications.
  • JSX Converters - Transforms SVG markup into JSX syntax for use in React components.
  • React Native Converters - Transforms SVG markup into React Native compatible components.

Historial de estrellas

Gráfico del historial de estrellas de ritz078/transformGráfico del historial de estrellas de ritz078/transform

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Transform

Proyectos open-source similares, clasificados según cuántas características comparten con Transform.
  • software-mansion/react-native-svgAvatar de software-mansion

    software-mansion/react-native-svg

    7,990Ver en GitHub↗

    This project is a graphics library for React Native that provides a cross-platform vector rendering engine. It maps SVG XML elements to native graphics APIs, allowing for the creation of scalable shapes and custom illustrations that maintain visual consistency across mobile and web environments. The library functions as a mapper that converts standard SVG markup into declarative component structures. It enables the creation of interactive vector interfaces by providing components that can detect and respond to user touch events. Its capability surface includes drawing basic geometric primiti

    TypeScript
    Ver en GitHub↗7,990
  • sinclairzx81/typeboxAvatar de sinclairzx81

    sinclairzx81/typebox

    6,759Ver en GitHub↗

    TypeBox is a JSON schema generator and TypeScript data validator. It functions as a type builder that creates compliant JSON schema definitions while providing a mechanism for synchronizing runtime validation logic with compile-time types. The project allows for the automatic derivation of static TypeScript interfaces from schema definitions to eliminate redundant type declarations. It converts complex type constructs into schema fragments and resolves static types to maintain consistency between data shapes and code. The system covers runtime type checking and data validation through the us

    TypeScriptjsonschematypescript
    Ver en GitHub↗6,759
  • markdown-it/markdown-itAvatar de markdown-it

    markdown-it/markdown-it

    21,575Ver en GitHub↗

    markdown-it is a token-based Markdown compiler and CommonMark-compliant parser that converts structured plaintext markup into HTML. It functions as an extensible markup processor designed to transform text into browser-ready content while managing security and preventing cross-site scripting. The project is distinguished by a modular plugin system that allows for the extension of parsing capabilities and the addition of custom syntax, such as footnotes, tables, or emojis. It utilizes a two-stage tokenization process to break documents into structural tokens before rendering them into final HT

    JavaScriptcommonmarkjavascriptmarkdown
    Ver en GitHub↗21,575
  • dhall-lang/dhall-langAvatar de dhall-lang

    dhall-lang/dhall-lang

    4,458Ver en GitHub↗

    Dhall is a type-safe configuration language designed to create programmable configuration files that are guaranteed to terminate. It is a non-Turing-complete language that uses a strict type system to ensure correctness and prevent infinite loops during evaluation. The project functions as a deterministic configuration engine and marshalling tool, converting programmable expressions into static formats such as JSON, YAML, and Bash. It distinguishes itself through a focus on security and integrity, using semantic hashing to pin remote imports and enforcing origin policies to prevent data exfil

    Dhallconfiguration-languagedhall
    Ver en GitHub↗4,458
Ver las 30 alternativas a Transform→

Preguntas frecuentes

¿Qué hace ritz078/transform?

A polyglot web converter.

¿Cuáles son las características principales de ritz078/transform?

Las características principales de ritz078/transform son: Polyglot Format Converters, Browser-Based Converters, Markdown-to-HTML Transpilers, Structured Text Format Converters, JSON-to-YAML Converters, JSON Schema Generators, Multi-Format Schema Generators, Schema-to-Code Translation.

¿Qué alternativas de código abierto existen para ritz078/transform?

Las alternativas de código abierto para ritz078/transform incluyen: software-mansion/react-native-svg — This project is a graphics library for React Native that provides a cross-platform vector rendering engine. It maps… sinclairzx81/typebox — TypeBox is a JSON schema generator and TypeScript data validator. It functions as a type builder that creates… markdown-it/markdown-it — markdown-it is a token-based Markdown compiler and CommonMark-compliant parser that converts structured plaintext… glideapps/quicktype — Quicktype is a multi-language serialization tool and type generator. It converts JSON samples, JSON Schema… dotansimha/graphql-code-generator — This project is a type-safe GraphQL client generator and TypeScript schema compiler. It transforms GraphQL schema… chillicream/graphql-platform — GraphQL Platform is a comprehensive GraphQL ecosystem for .NET that provides a spec-compliant server framework for…