awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ritz078 avatar

ritz078/transform

0
View on GitHub↗
9,173 stars·707 forks·TypeScript·MIT·5 vuestransform.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.

Historique des stars

Graphique de l'historique des stars pour ritz078/transformGraphique de l'historique des stars pour ritz078/transform

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Transform

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Transform.
  • software-mansion/react-native-svgAvatar de software-mansion

    software-mansion/react-native-svg

    7,990Voir sur 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
    Voir sur GitHub↗7,990
  • sinclairzx81/typeboxAvatar de sinclairzx81

    sinclairzx81/typebox

    6,759Voir sur 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
    Voir sur GitHub↗6,759
  • markdown-it/markdown-itAvatar de markdown-it

    markdown-it/markdown-it

    21,575Voir sur 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
    Voir sur GitHub↗21,575
  • dhall-lang/dhall-langAvatar de dhall-lang

    dhall-lang/dhall-lang

    4,458Voir sur 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
    Voir sur GitHub↗4,458
Voir les 30 alternatives à Transform→

Questions fréquentes

Que fait ritz078/transform ?

A polyglot web converter.

Quelles sont les fonctionnalités principales de ritz078/transform ?

Les fonctionnalités principales de ritz078/transform sont : 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.

Quelles sont les alternatives open-source à ritz078/transform ?

Les alternatives open-source à ritz078/transform incluent : 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…