Business Software for YAML - Page 3

Top Software that integrates with YAML as of July 2026 - Page 3

YAML Clear Filters
  • 1
    MarkSnip

    MarkSnip

    MarkSnip

    MarkSnip is a browser extension designed to capture and convert web content into clean, well-structured Markdown files with minimal effort, enabling users to save articles, documentation, and other online material for offline use or integration into knowledge management systems. It allows users to clip either an entire webpage or selected text directly from the browser, instantly transforming HTML content into readable Markdown while preserving important elements such as headings, links, images, and code blocks. It leverages technologies like Mozilla’s Readability for accurate content extraction and Turndown for reliable HTML-to-Markdown conversion, ensuring that the output is clean and properly formatted for tools like Obsidian, Notion, or other personal knowledge bases. Users can edit the generated Markdown before saving, download it as a .md file, or copy it to the clipboard, and it also supports context menu actions for quickly converting links, images, or multiple tabs.
    Starting Price: Free
  • 2
    Runsight

    Runsight

    Runsight

    RunSight is a running analytics and goal-tracking application designed to help athletes take control of their training through clear insights, structured metrics, and visual feedback. It provides runners with a centralized view of their performance, combining detailed statistics, trend analysis, and intuitive dashboards that make it easy to understand progress over time. It emphasizes clarity and motivation, offering clean visualizations and metric cards that break down key data such as distance trends, lifetime stats, and performance patterns into actionable insights. It supports goal tracking by allowing users to define objectives and monitor consistency, helping them stay accountable whether they are preparing for a race or building a regular routine. It continuously evolves with enhanced UI layouts, expanded metrics, and deeper analytical views, ensuring users can access increasingly detailed perspectives on their running journey.
    Starting Price: Free
  • 3
    DeepSeek-V4-Pro
    DeepSeek-V4-Pro is a large-scale Mixture-of-Experts (MoE) language model designed for advanced reasoning, coding, and long-context understanding. It features 1.6 trillion total parameters with 49 billion activated parameters, enabling high performance while maintaining efficiency. The model supports an exceptionally large context window of up to one million tokens, allowing it to process extensive documents and workflows. It uses a hybrid attention architecture to optimize long-context performance and reduce computational cost. DeepSeek-V4-Pro is trained on over 32 trillion tokens, improving its knowledge and reasoning capabilities. It also includes advanced optimization techniques for stability and faster convergence during training. The model supports multiple reasoning modes, allowing users to balance speed and accuracy based on their needs. Overall, it provides a powerful open-source solution for complex AI tasks and large-scale applications.
    Starting Price: Free
  • 4
    Data Contract Editor
    Data Contract Editor is a web-based editor for creating and managing data contracts using the Open Data Contract Standard. It makes creating, editing, viewing, and validating data contracts simple and accessible, especially when writing YAML directly is not intuitive. The editor supports ODCS, including support for v3.1.0, and gives users multiple ways to work with the same contract; a Visual Editor for defining data models and relationships through a visual interface, a Form Editor for guided input across standard data contract properties, and a YAML Editor for editing contracts directly in YAML with code completion. It also includes a live HTML preview, instant validation feedback, linting, diff view, and testing capabilities to check whether data contracts match actual data products. Users can open it directly as a web application, start it locally with npx datacontract-editor, edit a specific data contract file, or run it in a Docker container.
    Starting Price: Free
  • 5
    Preloop

    Preloop

    Preloop

    Preloop is the open source AI agent control plane for agents that take real actions. It combines an MCP firewall for tool access, an AI model gateway for cost, safety, and attribution, policy-as-code with human approvals, runtime session observability, and audit trails in a single self-hostable platform. AI agents can deploy code, change infrastructure, move money, touch production data, and burn model spend in seconds, so Preloop helps teams control what agents can do, how much they spend, and which actions require human approval. It works with OpenClaw, Hermes, Claude Code, Codex CLI, Cursor, Gemini CLI, Windsurf, Cline, OpenCode, and any MCP-compatible agent or managed runtime. Access rules can inspect arguments and context, not just tool names, with CEL expressions for fine-grained conditions. Teams can start with observability, then layer in approvals and deny rules without SDKs or invasive app changes.
    Starting Price: $290 per month
  • 6
    Ornith-1.0

    Ornith-1.0

    DeepReinforce

    Ornith-1.0 is a self-improving family of models built specially for agentic coding tasks. It spans the full spectrum from compact 9B Dense models suitable for edge device deployment to 397B MoE frontier-scale models optimized for maximum performance, with variants including 9B Dense, 31B Dense, 35B MoE, and 397B MoE. Built on top of pretrained Gemma 4 and Qwen 3.5, Ornith-1.0 achieves state-of-the-art performance among open-source models of comparable size on coding benchmarks. Its key innovation is a self-improving training framework that learns to generate both solution rollouts and the task-specific scaffolds that guide those rollouts. Instead of relying on fixed, human-designed harnesses, Ornith-1.0 treats the scaffold as a learnable object that co-evolves with the policy, allowing the model to jointly optimize the orchestration and the final solution.
    Starting Price: Free
  • 7
    Probo

    Probo

    Probo

    Probo is an open source compliance management platform that helps organizations achieve and maintain compliance across frameworks including SOC 2, ISO 27001, ISO 27701, ISO 42001, GDPR, HIPAA, CCPA, FERPA, CASA, NIS2, and DORA. It combines expert support with automation so compliance programs can run end-to-end without the overhead of traditional do-it-yourself platforms. Probo’s compliance officers review the organization’s environment, complete risk and vendor assessments, identify gaps, and create a program tailored to how the team operates. It automates evidence collection, updates, and approvals, while experts prepare documents, manage policies, controls, reviews, and assessments, coordinate with auditors, and guide teams through essential calls. After certification, Probo continues monitoring controls, refreshing evidence, maintaining assessments, and keeping the program continuously audit-ready.
    Starting Price: Free
  • 8
    Gemini 3.5 Flash-Lite
    Gemini 3.5 Flash-Lite is Google’s fastest model in the Gemini 3.5 series, designed for low-latency tasks and high-throughput developer workflows such as agentic search, document processing, coding, and large-scale data analysis. It delivers 350 output tokens per second and significantly improves on previous Flash-Lite generations in both quality and agentic performance. Developers can configure its thinking level to match the workload: minimal or low thinking supports fast execution for high-volume tasks, while higher thinking levels enable more complex, multi-step subagent workflows. Built-in computer-use capabilities allow the model to interact reliably with digital environments across supported surfaces. Gemini 3.5 Flash-Lite also advances coding, long-context understanding, and real-world task execution, outperforming Gemini 3.1 Flash-Lite across key evaluations and even surpassing Gemini 3 Flash on several agentic and software-engineering benchmarks.
    Starting Price: $0.30 per 1M input tokens
  • 9
    PowerShell

    PowerShell

    Microsoft

    PowerShell is a cross-platform task automation and configuration management framework, consisting of a command-line shell and scripting language. Unlike most shells, which accept and return text, PowerShell is built on top of the .NET Common Language Runtime (CLR), and accepts and returns .NET objects. This fundamental change brings entirely new tools and methods for automation. Unlike traditional command-line interfaces, PowerShell cmdlets are designed to deal with objects. An object is structured information that is more than just the string of characters appearing on the screen. Command output always carries extra information that you can use if you need it. If you've used text-processing tools to process data in the past, you'll find that they behave differently when used in PowerShell. In most cases, you don't need text-processing tools to extract specific information. You directly access portions of the data using standard PowerShell object syntax.
    Starting Price: Free
  • 10
    Typora

    Typora

    Typora

    Typora gives you a seamless experience as both a reader and a writer. It removes the preview window, mode switcher, syntax symbols of markdown source code, and all other unnecessary distractions. Instead, it provides a real live preview feature to help you concentrate on the content itself. Typora allows you to manage your files easily, providing both file tree panel and articles (file list) side panel, allows you to manage your files easily. Organize your files your way, including putting in sync services, like Dropbox or iCloud. Automatically see the Outline structure of your documents in outline panel, which allows you to quickly go through the document and jump to any section with one click. Export to PDF with bookmarks. Go further and export or import. More formats, including docx, OpenOffice, LaTeX, MediaWiki, Epub, etc, can be exported or imported. See how large your document is in words, characters, lines, or reading minutes.
  • 11
    CodeFactor

    CodeFactor

    CodeFactor

    Get a glance at code quality for the whole project, recent commits, and the most problematic files. CodeFactor will track new and fixed issues for every commit and pull request. CodeFactor will try to show the most critical issues first based on issue code size, file change frequency, and file size so you can start fixing only what's important. Create and track issues or comments directly from code files or project issues pages. CodeFactor will update the status for GitHub or Bitbucket pull requests as well. CodeFactor allows you to toggle inspection for any repository branch on the fly. CodeFactor integrates with Slack to send code quality notifications for every commit in a branch or pull request. To install, go to the repository settings page. Straightforward pricing based on private repository number. Plain and simple with no hidden fees. Seamless integration into your workflow.
    Starting Price: $19 per month
  • 12
    JSON

    JSON

    JSON

    JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language. JSON is built on two structures: 1. A collection of name/value pairs. In various languages, this is realized as an object, record, struct, dictionary, hash table, keyed list, or associative array. 2. An ordered list of values. In most languages, this is realized as an array, vector, list, or sequence. These are universal data structures. Virtually all modern programming languages support them in one form or another.
    Starting Price: Free
  • 13
    JetBrains Fleet
    Built from scratch, based on 20 years of experience developing IDEs. JetBrains Fleet uses the IntelliJ code-processing engine, with a distributed IDE architecture and a reimagined UI. We built Fleet to be a fast and lightweight text editor for when you need to quickly browse and edit your code. It starts up in an instant so you can begin working immediately, and it can easily transform into an IDE, with the IntelliJ code-processing engine running separately from the editor itself. Fleet inherits the things that developers love the most from IntelliJ-based IDEs – project and context aware code completion, navigation to definitions and usages, on-the-fly code quality checks, and quick-fixes. Fleet’s architecture is designed to support a range of configurations and workflows. You can simply run Fleet just on your machine, or move some of the processes elsewhere – for example by locating the code processing in the cloud.
  • 14
    Helix Editor

    Helix Editor

    Helix Editor

    Helix Editor is a powerful, modern text editor designed for developers seeking a fast, customizable, and efficient editing experience. Built with a focus on productivity, Helix uses a modal editing style inspired by Vim, which allows users to navigate, select, and manipulate text seamlessly through intuitive keyboard shortcuts. It offers a robust set of features including syntax highlighting, multi-caret editing, and support for languages like Rust, Python, and JavaScript. Helix also integrates with the Tree-sitter parsing library for precise syntax-aware editing, making it easier to work with complex code structures. With a minimal interface and a strong focus on performance, Helix Editor provides an ideal environment for programmers who prioritize speed and flexibility in their development workflow.
    Starting Price: Free
  • 15
    ConvertCSV

    ConvertCSV

    ConvertCSV

    ConvertCSV is an online tool for converting CSV files to and from formats like JSON, XML, SQL, KML, YAML, Markdown, and more. It offers various utilities including CSV viewers, editors, and tools to extract data like emails and URLs. Users can perform tasks such as querying CSV with SQL, splitting large files, and transforming CSV to fixed-width, Excel, or PDF. All processing occurs client-side for privacy, and it supports large files efficiently. Use SQL to query CSV and write to CSV or JSON. The field separator's auto-detect mode is the default. Extract emails or URLs from web pages. Filter data to include/exclude records. Order data either alphabetically or numerically. Optional double or single quotes around values. All double/single quotes can be treated as data. Our tools run completely on the client-side. Your data never leaves your computer.
    Starting Price: Free
  • 16
    BoxLang

    BoxLang

    BoxLang

    BoxLang is a modern, dynamically and loosely typed scripting language for the Java Virtual Machine (JVM) that supports Object-Oriented (OO) and Functional Programming (FP) constructs. It can be deployed on multiple platforms and all operating systems, web servers, Java application servers, AWS Lambda, WebAssembly, and more. BoxLang combines many features from different programming languages to provide developers with a modern, fluent, and expressive syntax. BoxLang has been designed to be a highly modular and dynamic language that takes advantage of all the modern features of the JVM. It is dynamically typed, which means there's no need to declare types. It can perform type inference, auto-casting, and promotions between different types. The language adjusts to its deployed runtime and can add, remove, or modify methods and properties at runtime.
  • 17
    Crossary

    Crossary

    Crossary

    Crossary helps integration and migration teams turn source and target specification documents into reviewed, implementation-ready data-mapping workbooks. Upload both sides' specs — Excel, PDF, CSV, JSON, XML, XSD, SQL, or YAML and Crossary extracts a field inventory from each, then proposes a source-to-target mapping for every target field. Every proposed row shows its work: the proposed source, the mapping type, the verbatim quote from your documents it is based on, the reasoning and assumptions behind it, and the AI's self-rated confidence — a triage cue, not a guarantee. When nothing fits, Crossary abstains instead of guessing: the row becomes an honest gap with a clarifying question, because a wrong mapping is worse than an honest gap. You stay in control. Review, edit, accept, or reject each row, then run validation — a deterministic check of structure and key semantics (type compatibility, source-field references, cardinality); it is not a full correctness sign-off.
    Starting Price: $99/month
  • 18
    Grok 4.6

    Grok 4.6

    SpaceXAI

    Grok 4.6 is an upcoming AI model from xAI with 2 trillion parameters expected to continue the Grok model family’s focus on advanced reasoning, coding, agentic workflows, and knowledge work. While xAI has not yet published a full official product page for Grok 4.6, public reporting indicates that Elon Musk confirmed the model is in development. Grok 4.6 is likely to build on the capabilities introduced in Grok 4.5, which xAI describes as its smartest model for coding, agentic tasks, and knowledge work. The broader Grok platform supports chat, coding, image creation, real-time answers from the web and X, and API access for developers. For businesses and builders, Grok 4.6 may become relevant for software engineering, research, automation, AI agents, and productivity workflows once details are released. Built for users who want access to xAI’s newest frontier models, Grok 4.6 represents the next expected step in the company’s fast-moving AI roadmap.
  • 19
    Coverity Static Analysis
    Coverity Static Analysis is a comprehensive code scanning solution that enables developers and security teams to deliver high-quality software in compliance with security, functional safety, and industry standards. It effectively uncovers complex defects across extensive codebases, identifying and resolving code quality and security issues that span multiple files and libraries. Coverity supports compliance with a wide range of standards, including OWASP Top 10, CWE Top 25, MISRA, and CERT C/C++/Java, providing built-in reports to track and prioritize issues. With the Code Sight™ IDE plugin, developers receive real-time results, including CWE information and remediation guidance, directly within their development environment, facilitating the integration of security into the software development life cycle without compromising developer velocity.
  • 20
    Nova

    Nova

    Panic

    If we're being honest, Mac apps are a bit of a lost art. There are great reasons to make cross-platform apps — to start, they're cross-platform — but it's just not who we are. Founded as a Mac software company in 1997, our joy at Panic comes from building things that feel truly, well, Mac-like. Long ago, we created Coda, an all-in-one Mac web editor that broke new ground. But when we started work on Nova, we looked at where the web was today, and where we needed to be. It was time for a fresh start. It all starts with our first-class text-editor. It's new, hyper-fast, and flexible, with all the features you want: smart autocomplete, multiple cursors, a Minimap, editor overscroll, tag pairs and brackets, and way, way more. For the curious, Nova has built-in support for CoffeeScript, CSS, Diff, ERB, Haml, HTML, INI, JavaScript, JSON, JSX, Less, Lua, Markdown, Perl, PHP, Python, Ruby, Sass, SCSS, Smarty, SQL, TSX, TypeScript, XML, and YAML.
  • 21
    Spacemacs

    Spacemacs

    Spacemacs

    A community-driven Emacs distribution. The best editor is neither Emacs nor Vim, it's Emacs and Vim! Spacemacs is a new way to experience Emacs, a sophisticated and polished set-up focused on ergonomics, mnemonics and consistency. Key bindings are organized using mnemonic prefixes like b for buffer, p for project, s for search, h for help etc. Innovative real-time display of available key bindings. Simple query system to quickly find available layers, packages and more. Similar functionalities have the same key binding everywhere thanks to a clearly defined set of conventions. Community-driven configuration provides curated packages tuned by power users and bugs are fixed quickly.
  • 22
    Eclipse PHP

    Eclipse PHP

    Eclipse Foundation

    The PHP IDE project delivers a PHP Integrated Development Environment framework for the Eclipse platform. This project encompasses the development components necessary to develop PHP-based web applications and facilitates extensibility. It leverages the existing web tools project in providing developers with PHP capabilities. The essential starting point for PHP developers, including a PHP language support, a Git client, XML Editor and Mylyn, terminal. The experience of developing PHP application with PDT can be extended with a large variety of plugins created by the Eclipse ecosystem. Syntax highlighting, syntax validation, content assistance, code navigation, PHP debugging (Zend Debugger / Xdebug), PHP Profiling (Zend Debugger / Xdebug), PHPUnit, code formatted, refactoring, code templates, remote projects, and the whole power of the Eclipse Ecosystem.
  • 23
    jEdit

    jEdit

    jEdit

    jEdit is a mature programmer's text editor with hundreds (counting the time developing plugins) of person-years of development behind it. While jEdit beats many expensive development tools for features and ease of use, it is released as free software with full source code, provided under the terms of the GPL 2.0. Built-in macro language; extensible plugin architecture. Hundreds of macros and plugins available. Plugins can be downloaded and installed from within jEdit using the "plugin manager" feature. Supports a large number of character encodings including UTF8 and Unicode. Highly configurable and customizable. Every other feature, both basic and advanced, you would expect to find in a text editor.
  • 24
    RunCode

    RunCode

    RunCode

    RunCode offers online developer workspaces, which are environments that allow you to work on code projects in a web browser. These workspaces provide you with a full development environment, including a code editor, a terminal, and access to a range of tools and libraries. They are designed to be easy to use and allow you to get started quickly without the need to set up a local development environment on your own computer.
    Starting Price: $20/month/user
  • 25
    DevBox

    DevBox

    DevBox

    71 handcrafted tools (generators, converters, encoders, etc...), 20 cheat-sheets and 65 code snippets for developers and designers, available in multiple platforms. DevBox works entirely offline, so you never have to worry bout sensitive data since it never leaves the app. All tools respond to your actions instantly, so you can always see the end result without delay. Plenty of viewers are there for you to quickly check out data in varius formats (CSV, JSON, JWT, etc). Formatters and converters are working as you type, download or copy is just one click away. DevBox has 20 cheat-sheets for codes, services and many CLI tools.
    Starting Price: $25 one-time payment
  • 26
    IBM watsonx Code Assistant
    Enable hybrid cloud developers of all experience levels to write code with AI-generated recommendations. What if you could translate plain English to code? IBM watsonx Code Assistant allows you to do just that. Powered by IBM watsonx.ai foundation models (FM), IBM watsonx Code Assistant makes it easier for anyone to write code with AI-generated recommendations, bringing the power of IT automation to your entire organization as a strategic, accessible asset for more users—not just the subject-matter experts. This means automatically suggesting code for developers based on natural language inputs. IBM watsonx Code Assistant is infused with watsonx.ai FMs that are purpose-built, created with deployment efficiency in mind, and which enable organizations to customize the models, while also applying enterprise standards and best practices.
  • 27
    Fuzzball
    Fuzzball accelerates innovation for researchers and scientists by eliminating the burdens of infrastructure provisioning and management. Fuzzball streamlines and optimizes high-performance computing (HPC) workload design and execution. A user-friendly GUI for designing, editing, and executing HPC jobs. Comprehensive control and automation of all HPC tasks via CLI. Automated data ingress and egress with full compliance logs. Native integration with GPUs and both on-prem and cloud storage on-prem and cloud storage. Human-readable, portable workflow files that execute anywhere. CIQ’s Fuzzball modernizes traditional HPC with an API-first, container-optimized architecture. Operating on Kubernetes, it provides all the security, performance, stability, and convenience found in modern software and infrastructure. Fuzzball not only abstracts the infrastructure layer but also automates the orchestration of complex workflows, driving greater efficiency and collaboration.
  • 28
    Velite

    Velite

    Velite

    Velite is a tool for building a type-safe data layer, transforming content files such as Markdown, MDX, YAML, JSON, or others into an application's data layer using Zod schemas. It offers out-of-the-box functionality, enabling developers to move content into a designated folder, define collection schemas, run Velite, and utilize the output data within their applications. By providing content field validation based on Zod schemas and auto-generating TypeScript types, Velite ensures type safety across the application. Its lightweight and efficient design leads to faster startup times and improved performance. Additionally, Velite includes built-in asset processing features, such as relative path resolving and image optimization, to streamline content management. Lightweight, high efficiency, still powerful, faster startup, and better performance. Built-in assets processing, such as relative path resolving, image optimization, etc.
  • 29
    Nextdata

    Nextdata

    Nextdata

    Nextdata is a data mesh operating system designed to decentralize data management, enabling organizations to create, share, and manage data products across various data stacks and formats. By encapsulating data, metadata, code, and policies into portable containers, it simplifies the data supply chain, ensuring data is useful, safe, and discoverable. Automated policy enforcement is embedded as code, continuously evaluating and maintaining data quality and compliance. The system integrates seamlessly with existing data infrastructures, allowing configuration and provisioning of data products as needed. It supports processing data from any source in any format, facilitating analytics, machine learning, and generative AI applications. Nextdata automatically generates and synchronizes real-time metadata and semantic models throughout the data product's lifecycle, enhancing discoverability and usability.
  • 30
    JSON Formatter

    JSON Formatter

    JSON Formatter

    JSON Formatter's JSON Editor is a user-friendly tool designed for editing, viewing, and analyzing JSON data. It offers features such as formatting, beautifying, and validating JSON, as well as converting JSON to XML, CSV, and YAML formats. Users can load JSON data via file upload or URL and share edited JSON through generated links. It ensures that data is not sent to external servers, thus enhancing security and performance. ​
Monday.com Logo