Best Application Development Software - Page 90

Compare the Top Application Development Software as of July 2026 - Page 90

  • 1
    Webhook.site

    Webhook.site

    Webhook.site

    Webhook.site is a tool for testing, transforming, and automating web requests, webhooks, and emails through unique URLs and email addresses that show everything sent to them instantly. With Webhook.site, users receive a unique, random URL that can be used to test and debug webhooks and HTTP requests, inspect payloads, headers, query strings, and request details in real time, and replay items later when troubleshooting or reprocessing failed flows. It helps remove the frustration of building software and automations that communicate through webhook or email by making requests visible, persistent, and easier to understand. Webhook.site also supports Custom Actions, a graphical workflow editor that runs when a URL receives a request or email, allowing users to connect incompatible APIs, convert an HTTP request to an email or vice versa, transform, validate, and process requests, and build workflows that would otherwise require development work.
    Starting Price: Free
  • 2
    RequestBin

    RequestBin

    RequestBin

    RequestBin is an HTTP request inspector and webhook testing tool for capturing, inspecting, replaying, and forwarding webhooks. It gives developers temporary request bin URLs that collect incoming HTTP requests so they can analyze what clients, APIs, and third-party services are sending without writing custom debugging code. It is built for real-time HTTP request inspection, webhook debugging, and API integration testing, making it easier to view captured data such as headers, payloads, query strings, JSON, XML, and form data in a human-readable way. RequestBin supports both local and cloud storage options, allowing users to decide how they want captured requests handled during testing and development. Its documentation covers bins, request replay, forwarding rules, mock APIs, API keys, MCP server support, and developer tools for HTTP debugging and API development.
    Starting Price: $12 per month
  • 3
    Webhook Relay

    Webhook Relay

    Webhook Relay

    Webhook Relay is a secure tunneling and webhook forwarding platform that lets teams receive webhooks from any source on localhost, on-premise systems, private networks, laptops, Kubernetes clusters, and internal services without exposing private IPs or opening inbound firewall ports. Its main services include Webhook Forwarding, which is secure and unidirectional by default with optional request and response transformation, and Bidirectional Tunneling, which provides fast tunnels for direct access to any HTTP service, internal API, website, backend app, frontend app, or AI model. Users can create public Webhook Relay endpoints, specify one or more internal destinations, run the relay agent through CLI or Docker, and securely tunnel incoming webhooks to private targets. It supports real-time payload and response inspection, request forwarding to multiple destinations, static outgoing IPs for allowlisting, custom subdomains, non-expiring tunnel domains, encrypted tunnels, etc.
    Starting Price: $8.99 per month
  • 4
    OlympTest Manager
    OlympTest Manager is a free desktop application for structured manual test execution. It is built for QA engineers, developers, and release managers who want a clean, repeatable workflow without relying on spreadsheets or plain text files. Import or create test suites. Bring in existing TEST_SCENARIO.md files to instantly populate a full suite with app metadata, prerequisites, scenarios, steps, expected results, and checklist items. Or build a suite from scratch directly inside the app. Run through scenarios with clear status tracking. The Runner view presents each scenario step by step. Every checklist item can be marked as Open, Passed, Wrong, or Skipped. Notes can be added at any point to document findings, blockers, or follow-up tasks. Export Markdown and JSON reports. The Reports screen provides both a formatted Markdown view for human review and a JSON export for tooling, automation pipelines, or archival.
    Starting Price: $0
  • 5
    Language Server Protocol (LSP)
    The Language Server Protocol (LSP) defines the protocol used between an editor or IDE and a language server that provides language features such as autocomplete, go to definition, find all references, and documentation on hover. Adding these features for a programming language takes significant effort, and traditionally the work had to be repeated for each development tool because every editor or IDE exposed different APIs for implementing the same capabilities. LSP standardizes how language servers and development tools communicate, allowing the language-specific intelligence to live in a reusable server that can connect to multiple development environments through a shared protocol. This means a single Language Server can be reused across many tools, while development tools can support multiple languages with less duplicated effort. The protocol enables inter-process communication between the development tool and the language server and defines the format of messages using JSON-RPC.
    Starting Price: Free
  • 6
    Smoothdev

    Smoothdev

    Smoothdev

    Smoothdev is an AI-powered documentation automation platform that eliminates manual documentation work for software engineering teams. It automatically generates commit messages, pull request summaries, release notes, compliance documentation, architecture decision records, technical specifications, and other software documentation from code changes, helping teams write code instead of chasing docs. Smoothdev is built to address documentation debt, where context becomes outdated, inconsistent, or missing as teams ship quickly and decisions spread across commits, pull requests, chats, tickets, and scattered tools. It integrates directly into existing development workflows and tech stacks, capturing every change as it happens, so documentation stays close to reality and evolves with the code. Its AI commit message generation creates intelligent, context-aware commit messages that improve collaboration and code review, while PR documentation automation summarizes changes.
    Starting Price: $25 per month
  • 7
    LocalStack

    LocalStack

    LocalStack

    LocalStack is a cloud development platform that lets teams emulate cloud services across development, testing, and CI environments, so they can build against real APIs, iterate faster, and stay local. It provides a local cloud emulator that runs in a single container on a laptop or in a CI environment, allowing developers to run AWS applications and Lambdas without connecting to a remote cloud provider. LocalStack replicates an application’s production environment on local infrastructure, helping teams build for AWS faster and with more confidence. It is designed for testing complex CDK applications, validating Terraform configurations, learning AWS services, debugging cloud workflows, running integration tests, and simplifying the development loop. Developers can spin up fully functional local environments that mirror real cloud behavior, including AWS services and Snowflake, without provisioning real cloud infrastructure.
    Starting Price: $39 per month
  • 8
    QAlity

    QAlity

    Codeinsight Technologies

    QAlity is an AI-powered no-code test automation platform that helps QA and engineering teams create, execute, and maintain end-to-end tests with minimal effort. The platform enables users to automate web application testing without writing code through an intuitive test creation interface. QAlity features AI-assisted test generation and self-healing locators that automatically adapt to UI changes, reducing flaky tests and minimizing maintenance overhead. Teams can run automated tests across multiple environments, schedule executions, manage regression suites, and access detailed execution reports from a centralized dashboard. Key capabilities include no-code test creation, AI-powered automation, self-healing element detection, cloud-based execution, scheduled test runs, multi-environment testing, test management, failure tracking, and reporting. QAlity helps organizations improve software quality, accelerate release cycles, and scale test automation while reducing the complexity
    Starting Price: $0 / Free
  • 9
    Radon

    Radon

    Software Mansion

    Radon is a Visual Studio Code and Cursor extension that turns a code editor into a complete IDE for React Native and Expo apps. It helps developers build better apps faster by bringing previews, debugging, navigation, logs, network inspection, component inspection, device controls, and AI assistance directly into the editor. Radon runs the iOS Simulator and Android emulator inside the Visual Studio Code or Cursor project, so developers can see the app close to the codebase instead of constantly switching windows. It's built-in previews make it possible to develop components in isolation, while the element inspector lets users click an element in the preview and jump directly to the file where the React Native component is defined. The debugger supports React Native breakpoints inside Visual Studio Code with no extra setup, automatically stopping at runtime exceptions and showing the exact line of code where they happened.
    Starting Price: $21 per month
  • 10
    LiveDebugger

    LiveDebugger

    Software Mansion

    LiveDebugger is a development tool that makes Phoenix LiveView debugging simple by helping developers see what is happening inside their applications in real time. It gives teams a clear view of the LiveView and LiveComponent structure, making it easier to understand how components fit together and shape the interface. Developers can explore the component tree at a glance, quickly identify where issues originate, and navigate the hierarchy of a LiveView application without guessing which part of the UI is responsible for a problem. LiveDebugger also lets users inspect assigns for any LiveView or LiveComponent in real time, helping them track state transitions, understand data flow, and see how values change as they interact with the app. Its callback tracing tools make it possible to follow lifecycle callbacks, measure execution time, analyze performance, and filter events so developers can focus only on what matters.
    Starting Price: Free
  • 11
    Rocket Open AppDev for Z
    Rocket Open AppDev for Z helps organizations modernize mainframe DevOps with secure open-source software, bringing applications to market faster, at lower cost, and with less risk. It is much more than a collection of open source ports for z/OS: it combines years of investment in automation infrastructure, packaging and delivery options, and an experienced support team. It brings together the high security mainframe customers demand with an easy user experience for developers and admins. Trusted by leading banks, insurance companies, and government agencies, Open AppDev for Z provides open-source languages and tools for z/OS while checking deliverables for vulnerabilities and following proper licensing requirements. Its products are continuously kept up to date against the NIST National Vulnerability Database, with open-source ports delivered and maintained through a public conda channel, private conda channel, on-premises conda file channel, or SMP/E.
    Starting Price: Free
  • 12
    Zunoy MockAPI

    Zunoy MockAPI

    Mentcube Innovations Pvt Ltd

    Zunoy MockAPI - a game changer for developers looking to create and use mock APIs without needing to set up a full backend service. It's ideal for those times when you just can't wait for the actual API to be ready, whether it's a matter of frontend dev, testing, or prototyping. Quick to get up and running, users can whip up mock endpoints in no time, define the request & response data, and make the whole thing behave just like a real API - totally on point for development & testing purposes. This platform really does make life easier for teams to keep on working independently, regardless of whether the backend is ready or not - no dependencies to hold things up. You can test integrations, validate app workflows & show off product concepts, all with realistic API responses. The truth is, MockAPI is a real lifesaver for building prototypes, testing apps, speeding up dev cycles & reducing delays caused by a half-built backend.
    Starting Price: $5/month
  • 13
    Zunoy AppShare

    Zunoy AppShare

    Mentcube Innovations Pvt Ltd

    Zunoy AppShare is an application distribution platform that simplifies sharing, testing, and managing mobile app builds. It enables developers, QA teams, and organizations to securely distribute iOS applications and IPA files without relying on complex deployment processes. The platform provides a centralized environment for uploading app builds, sharing installation links, managing versions, and controlling access for testers and team members. Users can quickly distribute beta releases, collect feedback, and streamline internal testing workflows. AppShare helps teams reduce the time required to deliver builds while maintaining control over app distribution. Designed for software development teams, agencies, startups, and enterprises, Zunoy AppShare improves collaboration between developers and testers, accelerates release cycles, and simplifies mobile application deployment and testing management.
    Starting Price: $7/month
  • 14
    Persona

    Persona

    Runtype

    Persona is a VanillaJS Agent UI Library that helps developers create agentic front-end experiences for the web in pure JavaScript. Lightweight, extensible, and WebMCP-native, it runs on any stack and can connect to any SSE backend. Developers can start with a floating launcher in the corner, a copilot docked beside an app, or a full-height assistant that owns the page, changing the launcher configuration without changing the agent or app. Persona is designed for support, docs, sales, onboarding, internal tools, and custom agent experiences where the chat UI becomes another way to operate the application. Through WebMCP, developers can expose page actions, search, carts, bookings, forms, and other tools directly in the browser through a document.modelContext; Persona discovers those tools, asks the user before calling them, and streams the result back into the conversation.
    Starting Price: Free
  • 15
    Scalekit

    Scalekit

    Scalekit

    Scalekit is an authentication platform for AI agents that enables secure, user-delegated access to SaaS applications, APIs, databases, and MCP servers. Rather than relying on shared service accounts, Scalekit allows agents to perform actions on behalf of individual users using their own identities, permissions, and approved scopes. The platform manages OAuth flows, credential storage, authorization, token refresh, and tool execution behind the scenes, simplifying agent development. It includes over 100 connectors, support for custom integrations, and compatibility with popular AI frameworks. Scalekit also provides detailed auditing, encrypted credential storage, and enterprise deployment options for production environments. By handling the authentication and authorization infrastructure, Scalekit helps developers build secure AI agents that integrate with external systems at scale.
    Starting Price: $49/month
  • 16
    DocsAlot

    DocsAlot

    DocsAlot

    DocsAlot is an agent-readable documentation platform for developers and AI agents, built for SaaS teams fixing AI onboarding. It turns scattered help-center pages, API docs, READMEs, changelogs, product notes, and internal product knowledge into one polished source of truth that humans and AI can onboard from. DocsAlot connects product knowledge, documentation sources, and AI-facing outputs so every onboarding answer points back to the same current docs. Teams can bring in GitHub docs, help-center articles, API references, READMEs, changelogs, product notes, Notion context, support articles, internal notes, Confluence spaces, and Google Docs, then normalize messy content into a navigable docs structure. It packages documentation for agents by creating stable anchors, clean markdown, llms.txt, skill.md, and MCP-ready chunks from the same source, while still publishing hosted docs with clean navigation, quickstarts, guides, API references, support flows, runnable examples, etc.
    Starting Price: $39 per month
  • 17
    FetchSandbox

    FetchSandbox

    FetchSandbox

    FetchSandbox helps you test the integrations your AI wrote without touching production. From API request to production-ready integration, it lets developers build, test, and validate API integrations in realistic environments before deployment, catching failures early, reducing debugging time, and shipping with confidence. Instead of relying on static mocks, fake success responses, or risky production keys, FetchSandbox gives teams runnable API environments that behave like real services. Its stateful API sandbox keeps state across requests, enforces lifecycle transitions, fires real webhook events, and supports multi-step flows where integrations usually break. Developers can use the MCP Server, CLI, web app, OpenAPI import, and monitoring tools to prove an integration against APIs such as Stripe, Resend, Clerk, GitHub, Paddle, and Shopify.
    Starting Price: $5 per month
  • 18
    Lowcoder

    Lowcoder

    Lowcoder

    Lowcoder is an easy-to-use, open source low-code platform to build internal, customer-facing, and embeddable apps within minutes. Create software applications for your company and your customers with minimal coding experience, using a WYSIWYG canvas, pre-built or self-customized components, ready-to-connect databases, APIs, and event handlers that connect user interactions to queries, controls, and actions. Instead of writing hundreds or thousands of lines of frontend, backend, packaging, integration, and deployment code, Lowcoder helps users build apps quickly and focus on business logic. Teams can build dashboards with complete control over every detail, connect to databases or APIs, present and drill down into data, and create business apps that automate and support processes for internal teams or external users. Lowcoder also supports interactive data stories, meeting apps with video collaboration capabilities, data-driven presentation slides, mini apps that extend CMS, etc.
    Starting Price: $149 per month
  • 19
    Morph by Modelcode
    Morph is an AI-powered code modernization platform that automates repository migrations from one technology stack to another while keeping engineering teams in control. Users connect one or more GitHub, GitLab, or Azure DevOps repositories, define goals in plain language, and configure how the application installs, builds, runs, health-checks, and tests. Morph analyzes the codebase, documents its architecture, frameworks, dependencies, component relationships, patterns, and conventions, then generates a detailed Project Spec for review and explicit approval before producing code. Modernization is divided into logical milestones rather than one massive change, with each milestone delivered through a pull request that teams can inspect, comment on, and merge. Project Knowledge stores the migration scope, lifecycle configuration, milestones, wikis, design decisions, and enforceable rules, giving agents shared context that grows as work progresses.
    Starting Price: $0.01 per extra credit
  • 20
    ReqKey

    ReqKey

    ReqKey

    ReqKey adds API key authentication, usage credits, rate limiting and request analytics to an API you own. Your own middleware makes a single verify call per incoming request: ReqKey validates the caller’s key, deducts a credit from that consumer’s pool, enforces their rate limit, and records the request with status code, latency and location. It never sits in front of your API — no proxy, no gateway, no DNS change — so it adds no hop to your critical path. Validation averages under 5ms. Credits pool per consumer rather than per key, so issuing a customer a second key does not hand them a second quota, and balances stay synced across regions. Also included: shadow limits, controlled overage, reusable plans, low-credit alerts, and per-request logs filterable by endpoint, status, consumer and time range. ReqKey meters and tracks usage — you keep your own billing stack. SDKs for Python, Node.js, Go, Rust, PHP, .NET and Java, with framework adapters for FastAPI, Express, Django, and more.
    Starting Price: $0 (free tier), $20/month Pro
  • 21
    MaxBlox

    MaxBlox

    CellarStone

    MaxBlox is a web-based application development platform that allows users to create their own applications with no coding needed. With MaxBlox, users can make the needed reports, tables and forms, using screens with easy drop-down options to choose from. This gives users the benefits of app development acceleration and lesser operational costs and effort.
    Starting Price: $9.00
  • 22
    Adjust

    Adjust

    Adjust

    Centralize all marketing activities with Adjust, a mobile measurement company. Adjust allows users to track all of their marketing channels and aggregate their conversion data for in-depth analysis. Adjust features real-time protection against mobile ad fraud. Adjust only offers users clean marketing attribution data for accurate analysis. Adjust enables users to gather valuable mobile marketing data points with one simple interface.
  • 23
    Xplenty

    Xplenty

    Xplenty Data Integration

    Xplenty, a scalable data integration and delivery software, allows SMBs and large enterprises to prepare and transfer data for analytics to the cloud. Xplenty features include data transformations, drag-and-drop interface, and integration with over 100 data stores and SaaS applications. Xplenty can be added by developers to their data solution stack with ease. Xplenty also allows users to schedule jobs and monitor job progress and status.
  • 24
    Hull

    Hull

    Hull

    Hull is a powerful customer data integration platform that enables sales and marketing teams to get one singular view of their customer and automate their activation, acquisition, and retention strategies seamlessly. Powerful and intuitive, this unified customer database has the power to transform, enrich, and segment data in all your tools in real-time. Using pre-built integrations, Hull connects your tools in order to create segments, trigger workflows, achieve real-time customer profile updates, and increase opportunities.
    Starting Price: $450.00/month
  • 25
    Usetrace

    Usetrace

    Usetrace

    Usetrace is a software testing automation platform that provides performance monitoring, load testing, and regression testing for small and mid-sized businesses. This code-free editor is used by web product development teams to build robust test cases across multiple browsers. Usetrace also enables production teams to seamlessly monitor critical business processes and ensures the effective functioning of a web app or website with its on-demand testing features. Additional features provided by Usetrace include test reporting, project management and collaboration, responsive testing, traces editor, and synchronization and waiting.
    Starting Price: $49 per month
  • 26
    DevTest

    DevTest

    TechExcel

    DevTest by TechExcel is a comprehensive test management software solution for enforcing test standards, administering quality assurance procedures, and improving test cycle efficiency. Specifically designed to manage the complete quality lifecycle, DevTest helps teams during the quality assurance (QA) process while encouraging collaboration throughout the delivery of the software. Key features include manual and automation execution, document management, live metrics and trends, risk management, and integrations with JIRA, Bugzilla, Mantis, and more.
  • 27
    LogiSense

    LogiSense

    LogiSense

    LogiSense is built for usage-based billing, but we also accommodate any combination of subscriptions, usage, multiple currencies, or complex rating scenarios. Price in real-time, automate, or schedule your billing process in any configuration. You can’t grow your business without a technological infrastructure that lets you do it. LogiSense Billing is built for scale, flexibility, diversity, and ease of use anchored on AWS. It's the kind of technology that says, “Yes, you can.” LogiSense Billing is designed for versatility, proficiency, and the easy addition of products and services. Go ahead: innovate, expand, experiment. It can take it. Customers want to pay for what they use. Companies that give them this flexibility build trust and win loyalty. Conventional subscription solutions limit pricing models. Join the usage economy with LogiSense. No matter what you offer, we can rate, measure it, and monetize it.
  • 28
    CMNTY Platform

    CMNTY Platform

    CMNTY Corporation

    CMNTY Platform is a highly intuitive online research platform used by marketers and insights professionals for project-based and continuous insights communities. CMNTY's platform and services include panel recruitment, qual and quant research activities, video focus groups, moderation, AI-powered data analysis and reporting. CMNTY Platform offers a variety of qualitative and quantitative research methods including digital journals, discussion boards, surveys and virtual focus groups combined into a single software platform. CMNTY supports short-term projects and continuous insights communities. Launch your project within a day, and get actionable insights within just a few days or weeks. Get a 360 degree view and continuous in-depth understanding of your target audience. Provide your client or business department with actionable insights that helps them make better informed decisions.
  • 29
    Orcanos

    Orcanos

    Orcanos

    Orcanos is a medical device quality and development platform that unifies eQMS, ALM, design control, document control, and risk management in one system. It helps MedTech teams connect R&D and Quality workflows so requirements, risks, validations, documents, and audit evidence stay traceable. The platform supports compliance needs such as ISO 13485, EU MDR, ISO 14971, FDA requirements, and 21 CFR Part 11. Orcanos includes customizable workflows, electronic signatures, document lifecycle automation, training tasks, audit trails, access controls, and centralized quality records. Its integrated ALM tools help teams manage design inputs, verification, validation, DHF readiness, impact analysis, and product development changes. With AI assistance, rapid deployment, and one source of truth for regulated product data, Orcanos helps medical device companies reduce compliance friction and accelerate innovation.
  • 30
    Fanout Cloud
    Use our global network and cloud tools to power your real-time API. You build the endpoints, we’ll make them glow. Keep your existing web stack and let the Fanout Cloud manage persistent client connections. All you have to do is notify us when there is data to send. Scalable — push to a thousand clients or to a million; Fanout's network can handle it. You've got your hands full scaling every other aspect of your application. Let us take this one. Invisible — Use custom domains and data formats or migrate an existing real-time API to the cloud without breaking any of your clients. You own your API. Rest easy with our business-grade SLA, included in all paid accounts. All accounts, including the hacker tier, benefit from SSL by default. A big spike in traffic should be a good thing – not ruin your month. Usage-based pricing without hard limits. We charge by messages and connected client time (not concurrent connections) so you can accurately predict your costs.
    Starting Price: $25 per month
Auth0 Logo