877 Integrations with Java
View a list of Java integrations and software that integrates with Java below. Compare the best Java integrations as well as features, ratings, user reviews, and pricing of software that integrates with Java. Here are the current Java integrations in 2026:
-
1
Macroscope
Macroscope
Macroscope is an AI-powered analytics and visibility tool for engineering and product teams that connects directly to a company’s codebase, commit history, issue/ticket systems like Linear or Jira, and Slack, in order to automatically generate insights about what is happening in the development workflow. It analyzes changes via code-walking the Abstract Syntax Tree (AST) to understand relationships and dependencies in code, then produces summaries of commits, pull requests (including auto-reviews and PR descriptions), overall codebase changes, and trends in feature development or bug resolution. Stakeholders can ask natural language questions about progress (“What did we ship last week?” etc.), see how engineering time is allocated, detect high-signal bugs with fewer false positives, and track productivity and status without needing to dive into all the individual diffs.Starting Price: $30 per month -
2
Brokk
Brokk
Brokk is an AI-native code assistant built to handle large, complex codebases by giving language models compiler-grade understanding of code structure, semantics, and dependencies. It enables context management by selectively loading summaries, diffs, or full files into a workspace so that the AI sees just the relevant portions of a million-line codebase rather than everything. Brokk supports actions such as Quick Context, which suggests files to include based on embeddings and structural relevance; Deep Scan, which uses more powerful models to recommend which files to edit or summarize further; and Agentic Search, allowing multi-step exploration of symbols, call graphs, or usages across the project. The architecture is grounded in static analysis via Joern (offering type inference beyond simple ASTs) and uses JLama for fast embedding inference to guide context changes. Brokk is offered as a standalone Java application (not an IDE plugin) to let users supervise AI workflows clearly.Starting Price: $20 per month -
3
CTRLpotato
CTRLpotato
CTRLpotato is a macOS + Windows real-time AI interview assistant for live interviews, coding challenges, and proctored online tests. With one keystroke, it captures text selections, screenshots, or live-transcribed audio, fuses the context, and returns a concise, human-sounding solution from top models (GPT-5, Claude, Gemini, etc.). Runs off-screen or mirrored to your phone for screen-share safety, with custom shortcuts, resume/document context, and instant model switching. Zero on-screen clutter, stealth by design, and answers in 2–3 seconds—so candidates deliver clear, confident responses on Zoom/Teams, HackerRank, TestGorilla, and more.Starting Price: $29/month/user -
4
Gemini Enterprise
Google
Gemini Enterprise app is an advanced AI-powered platform that brings Google’s AI capabilities to every employee, enabling organizations to automate workflows, analyze data, and create high-quality content across multiple business functions. It securely connects to tools like Microsoft 365, Google Workspace, HubSpot, and Jira, allowing users to search and interact with their business data using natural language. The platform supports prebuilt agents such as NotebookLM and Deep Research, helping teams quickly extract insights and streamline tasks. It also allows users to build custom no-code agents to automate multi-step workflows across different applications. With centralized management, organizations can deploy and monitor all agents from a single interface. Built-in security and governance features ensure data privacy and compliance with enterprise standards. Overall, Gemini Enterprise app enhances productivity by combining AI automation with secure data integration.Starting Price: $21 per month -
5
MegaETH
MegaETH
MegaETH is a next-generation blockchain execution platform built to deliver extreme performance and efficiency for decentralized applications and high-throughput workloads. To achieve this, MegaETH introduces a new state trie design that scales smoothly to terabytes of state data with minimal I/O cost. It implements a write-optimized storage backend to replace traditional high-amplification databases, ensuring fast, predictable read and write latencies. It uses just-in-time bytecode compilation to eliminate interpretation overhead and bring near native code speed to compute-intensive smart contracts. MegaETH also supports a two-pronged parallel execution model; block producers use a flexible concurrency protocol, while full nodes employ stateless validation to maximize parallel speedups. For network synchronization, MegaETH features a custom peer-to-peer protocol with compression techniques that allow even nodes with limited bandwidth to stay in sync at high throughput.Starting Price: Free -
6
GrowthBook
GrowthBook
GrowthBook is an open source feature-flagging and experimentation platform built to help teams release code confidently and measure the impact of product changes using their own data. It enables the creation and management of feature flags of various types (Boolean, number, string, JSON) with targeting rules, percentage roll-outs, safe ramp-ups, and experiment assignment. The platform is warehouse-native, allowing you to connect your data where it already lives (SQL data warehouses, Mixpanel, Google Analytics, and more) and run experiments and analyses without sending raw user-level PII to a third-party service. It supports modular usage; you can adopt just feature flagging, just experiment analysis, or both together. Key capabilities include: high-performance lightweight SDKs (enabling billions of feature lookups per day), a visual editor for no-code AB tests, and experiment reporting with advanced statistical methods.Starting Price: $20 per month -
7
Massive
Massive
Massive is a market-data infrastructure platform built to provide real-time and historical financial data to developers, startups, and trading firms. It delivers institutional-grade market data across stocks, options, indices, currencies, and futures, all via a streamlined API, WebSocket, flat-file S3 access, or SQL query interface. The platform emphasizes low latency, direct connectivity to major exchanges (NYSE, NASDAQ, CBOE, OTC), and data normalization to eliminate survivorship bias and outdated pipelines. Massive positions itself as “modernizing Wall Street” by removing legacy bottlenecks and providing the same quality of market data typically reserved for large institutions, but now accessible to any app builder. The platform also includes extensive documentation, client libraries in Python, JavaScript, Go, and Java, tutorials, and example projects to accelerate integration.Starting Price: $29 per month -
8
GPT-5.1-Codex
OpenAI
GPT-5.1-Codex is a specialized version of the GPT-5.1 model built for software engineering and agentic coding workflows. It is optimized for both interactive development sessions and long-horizon, autonomous execution of complex engineering tasks, such as building projects from scratch, developing features, debugging, performing large-scale refactoring, and code review. It supports tool-use, integrates naturally with developer environments, and adapts reasoning effort dynamically, moving quickly on simple tasks while spending more time on deep ones. The model is described as producing cleaner and higher-quality code outputs compared to general models, with closer adherence to developer instructions and fewer hallucinations. GPT-5.1-Codex is available via the Responses API route (rather than a standard chat API) and comes in variants including “mini” for cost-sensitive usage and “max” for the highest capability.Starting Price: $1.25 per input -
9
Gatling Studio
Gatling
Gatling Studio is a native desktop application designed to convert real browser-based user journeys into clean, executable load tests built on the core Gatling engine (Java/Maven project structure) in minutes. It enables users to record a live browser session (or import an existing HAR file), automatically filter out noise (such as static assets, ads, third-party trackers), refine the user-flow scenario (by domain or request type), and generate production-ready Gatling code that can be version-controlled and extended. The resulting project can be opened in an IDE, committed to source control, customized with injection profiles or parameterization, and executed locally with Gatling Community Edition or scaled via Gatling Enterprise Edition. Gatling Studio is aimed at performance engineers, QA teams, and developers seeking to accelerate test creation while maintaining full “test-as-code” practices.Starting Price: €89 per month -
10
Codédex
Codédex
Codédex is an online, interactive coding-learning platform that uses a gamified, adventure-style format to teach real programming languages and skills. Learners travel through “fantasy lands” corresponding to languages such as Python, HTML/CSS, JavaScript, React, and command-line tools (Git, GitHub), proceeding at their own pace while earning experience points, badges, and unlocking new regions as they progress. It combines bite-sized interactive lessons, an in-browser code editor for instant practice, and project-based tutorials to give users hands-on experience rather than just theory. With more than 200 hours of content, Codédex supports beginners with no prior coding experience and gradually builds up to more advanced topics, reinforcing learning through code challenges, exercises, and real-world projects. It fosters a supportive community through forums and events like monthly challenges and hackathons, helping motivate learners and provide peer support.Starting Price: $80 per month -
11
Understand
SciTools
Understand is a comprehensive static-analysis and code-comprehension platform that helps software engineers “see” and understand large, complex code bases, whether legacy, safety-critical, or modern multi-language projects. It parses your source code and builds a complete “code dictionary” of every entity (files, classes, functions, variables), populating cross-references, call trees, dependency graphs, control-flow diagrams, and more. Through interactive, customizable graphs and visualizations, call graphs, control flow graphs, dependency trees, and UML-style class diagrams, you can explore exactly how parts of the code connect, which modules depend on which, and where changes may ripple across the project. Understand also computes detailed metrics at various levels (file, class, function) such as cyclomatic complexity, lines of code, comment-to-code ratio, coupling/cohesion, and other maintainability indicators; these metrics can be viewed in treemaps, exported to HTML or CSV.Starting Price: $100 per month -
12
MCPTotal
MCPTotal
MCPTotal is a secure, enterprise-grade platform designed to manage, host, and govern MCP (Model Context Protocol) servers and AI-tool integrations in a controlled, audit-ready environment rather than letting them run ad hoc on developers’ machines. It offers a “Hub”, a centralized, sandboxed runtime environment where MCP servers are containerized, hardened, and pre-vetted for security. A built-in “MCP Gateway” acts like an AI-native firewall: it inspects MCP traffic in real time, enforces policies, monitors all tool calls and data flows, and prevents common risks such as data exfiltration, prompt-injection attacks, or uncontrolled credential usage. All API keys, environment variables, and credentials are stored securely in an encrypted vault, avoiding the risk of credential-sprawl or storing secrets in plaintext files on local machines. MCPTotal supports discovery and governance; security teams can scan desktops and cloud instances to detect where MCP servers are in use.Starting Price: Free -
13
GridPanel
GridPanel
GridPanel offers a global proxy network and scraping APIs that let users view the web through real device IPs and extract data as if they were real users, helping avoid rate limits and geographic restrictions while staying anonymous. It provides multiple types of proxies, including stable mobile proxies with international coverage, premium datacenter proxies, and residential proxies for broad global reach, plus dedicated 4G and 5G options with unlimited data at fast speeds. GridPanel’s scraping API lets you scrape any site (even single-page apps) render in a real browser, execute JavaScript, and return data 24/7 via an easy-to-use API with flexible authentication. Proxy IP rotation can be scheduled automatically or controlled through its rotation API to maintain anonymity, and all residential proxies support both HTTP and SOCKS5 for broad compatibility. It emphasizes high uptime with redundant infrastructure in world-class data centers and painless API integration.Starting Price: $0.2 per 24 hours -
14
Mesa
Mesa.dev
Mesa is an AI-powered code review platform designed to help engineering teams improve software quality and ship code with confidence by eliminating technical debt before it reaches production. Mesa’s intelligent agents learn the unique aspects of a team’s codebase, business logic, and development standards to deliver contextual, precise reviews that go beyond simple linting or generic AI suggestions. Users can create custom review agents tailored to specific concerns such as security, performance, and domain-specific logic, and choose from hundreds of underlying models from providers like OpenAI, Anthropic, and Google, optimizing for speed, cost, or intelligence. It generates detailed, consistent pull request descriptions using team templates and integrates directly into existing CI/CD pipelines, adapting to workflows and branching strategies to embed quality checks into everyday development processes.Starting Price: Free -
15
Sourcery
Sourcery
Sourcery is an AI-powered automated code review and coding assistant designed to help developers and engineering teams improve code quality, catch bugs and security issues early, and maintain consistent standards across projects. It integrates directly into popular development workflows, including GitHub, GitLab, and IDEs like VS Code and JetBrains, providing instant, actionable feedback on pull requests and in-editor code changes rather than relying solely on traditional peer reviews. Sourcery analyzes diffs with a combination of large language model insights and static analysis to deliver clear summaries, line-by-line suggestions, high-level feedback, and visual diagrams that explain proposed changes, with the goal of offering review quality similar to what a colleague would provide. In the IDE, it functions as a real-time pair programmer that underlines potential improvements, enables one-click application of suggested fixes, and offers an AI chat.Starting Price: $12 per month -
16
Kodus
Kodus
Kodus is an open source AI-powered code review platform built around an intelligent agent named Kody that integrates directly with Git workflows such as GitHub, GitLab, Bitbucket, and Azure DevOps to help engineering teams automate and improve the quality of their code reviews. Kody analyzes every pull request with deep context-awareness, learning a team’s codebase, architecture, workflows, coding standards, and business rules so it can deliver precise feedback on quality, security, performance, and style rather than generic suggestions. Teams can define custom review rules in natural language or choose from a library of production-tested rules to enforce best practices and consistent standards, with the flexibility to select and run any AI model via their own API keys. Kodus turns unimplemented suggestions into tracked issues, helps monitor technical debt, and offers actionable insights without introducing noise, supporting over 30 programming languages.Starting Price: $10 per month -
17
cubic
cubic.dev
cubic is an AI-powered code review platform that automatically analyzes pull requests in GitHub to help software teams catch bugs, enforce standards, and ship code faster by reducing manual review bottlenecks. It delivers context-aware feedback seconds after a PR is opened by examining the full repository history and patterns, surfacing inline comments that highlight bugs, anti-patterns, technical debt, and improvement suggestions that human reviewers might miss, and providing one-click fix options for simple issues. cubic can generate clear PR summaries that explain the intent and impact of changes, intelligently order complex diffs into easier-to-review chunks, and offer a context-aware chat interface that lets developers ask questions or explore the codebase directly within the platform. Teams can define custom review rules and integrate business context from issue trackers like Jira, Linear, or Asana so that code reviews validate acceptance criteria as well as technical quality.Starting Price: $24 per month -
18
Positionstack
APILayer
Positionstack is a real-time global geocoding API service that provides reliable forward geocoding (converting free-text addresses or place names into latitude/longitude coordinates) and reverse geocoding (turning geographic coordinates or IP addresses into structured location data) via simple REST endpoints with JSON, XML, or GeoJSON responses. It combines an extensive dataset covering more than two billion places and addresses worldwide with scalable cloud infrastructure to support applications of any size, handling high request volumes with rapid average response times and broad coverage. It supports features such as batch geocoding to process multiple locations at once, multi-language results, embeddable map URLs, and optional modules that return details like country information or time zones, helping developers enrich apps with comprehensive location intelligence.Starting Price: Free -
19
SciChart
SciChart
SciChart is a cross-platform, high-performance charting and data visualization library suite that provides developers with GPU-accelerated, real-time 2D and 3D chart components for JavaScript, WPF/.NET, iOS, macOS, and Android applications so they can render millions to billions of data points smoothly with minimal lag and build complex interactive dashboards, scientific graphs, and live telemetry displays without performance penalties; its proprietary Visual Xccelerator engine and WebGL/WebAssembly support enable charts to update at high frame rates even under heavy data loads typical of big-data, financial trading, and instrumentation applications. SciChart offers a rich API with extensive customization (axes, annotations, interaction modifiers, themes, advanced chart types like heatmaps, polar plots, 3D surface meshes, vector fields, candlesticks, and more), seamless integration into modern development workflows.Starting Price: Free -
20
Bitdive
Bitdive
BitDive is a zero-code quality and test automation platform for Java, Kotlin, Spring Boot and other JVM-based applications that captures real executions and converts them into reusable, deterministic test scenarios you can replay in CI, staging or on a developer machine without writing or maintaining test code. BitDive runs as a lightweight library dependency and records full context from real traffic including HTTP/gRPC requests and responses, method calls, SQL queries with parameters and results, service interactions and timings, enabling deep method-level observability, distributed tracing, performance profiling and semantic drift detection. Its capture-replay-verify loop lets teams automatically generate regression suites and JUnit tests from actual executions, reproduce and debug production bugs locally with full execution chains, eliminate fragile mocks and flaky tests, and validate behavior changes before deployment. BitDive also visualizes service maps and heatmaps.Starting Price: Free -
21
Trophy
Trophy
Trophy is a gamification infrastructure platform that enables product teams to build engaging user experiences by adding gamification mechanics such as achievements, streaks, points systems, and leaderboards to web and mobile applications with flexible APIs and no-code tools, so companies can motivate users to interact more deeply and return more often without building this complex logic from scratch. It lets developers and product managers track user interactions as metrics that drive features like progress badges, XP or reward points, and streak tracking, complete with automatic computation of streak history, triggers, and user behavior tracking, while managing edge cases such as time zones, concurrency, and completion logic at scale so retention-driven features work reliably in production. Trophy supports multiple point systems with customizable triggers for rewarding or deducting points based on user actions, achievement campaigns that unlock badges or milestones.Starting Price: $99 per month -
22
OpenGraph
OpenGraph
OpenGraph.io is a developer-focused web API service that fetches and returns structured metadata from any given URL, primarily Open Graph tags such as title, description, image, and other relevant page information, so applications can generate rich link previews, embed contextual content, and automate metadata extraction without building custom scrapers. It works even on pages that lack well-defined Open Graph tags by inferring missing values from the page’s HTML, and offers different endpoint capabilities, including pure Open Graph tag extraction, more extensive content extraction (headers, paragraphs, structured page text), full HTML scraping with JavaScript rendering support, and high-speed screenshot capture for visual previews of web pages. The API returns data in a consistent JSON format tailored for integration into workflows, dashboards, apps, and marketing or content platforms, and developers can call it programmatically using API keys with SDKs or standard HTTP requests.Starting Price: $25 per month -
23
DeepSeek-V4
DeepSeek
DeepSeek-V4 is a next-generation open-source language model designed for high-performance reasoning, coding, and long-context intelligence. It introduces a powerful architecture with up to one million token context length, enabling seamless handling of large datasets and complex multi-step workflows. The model comes in two variants: DeepSeek-V4-Pro for maximum performance and DeepSeek-V4-Flash for efficiency and speed. DeepSeek-V4-Pro features 1.6 trillion total parameters with 49 billion activated, delivering near state-of-the-art performance comparable to leading closed-source models. It excels in agentic coding, mathematical reasoning, and world knowledge tasks. The model integrates advanced attention mechanisms, including token-wise compression and sparse attention, significantly reducing compute and memory costs. It is also optimized for AI agents, supporting tool use and multi-step workflows.Starting Price: Free -
24
Aeron
Aeron
Aeron is a high-performance, open source messaging and clustering technology designed to power ultra-low-latency, fault-tolerant distributed systems, particularly in electronic trading and real-time data environments. It focuses on delivering predictable microsecond-level latency and extremely high throughput, enabling applications to process millions of messages per second while maintaining strong reliability. The Aeron suite includes Aeron Transport for high-performance unicast, multicast, and IPC messaging, Aeron Archive for ultra-fast message recording and replay with zero message loss, and Aeron Cluster for fault-tolerant distributed state replication using replicated log architecture. Its brokerless design reduces hardware overhead and operational costs while allowing systems to run on-premises, in the cloud, or in hybrid deployments. Aeron supports multiple programming languages, including Java, C/C++, and .NET.Starting Price: Free -
25
AgentScope
AgentScope
AgentScope is an AI-driven agent observability and operations platform that provides visibility, control, and performance analytics for autonomous AI agents across production workloads. It enables engineering and DevOps teams to monitor, diagnose, and optimize complex multi-agent applications in real time by capturing detailed telemetry on agent actions, decisions, resource usage, and outcome quality. With rich dashboards and timelines, AgentScope helps teams trace execution flows, identify bottlenecks, and understand how agents interact with external systems, APIs, and data sources, improving debugging and reliability for autonomous workflows. It supports customizable alerting, log aggregation, and structured event views so teams can quickly surface anomalous behavior or errors across distributed agent fleets. In addition to real-time monitoring, AgentScope provides historical analysis and reporting that help teams measure performance trends, model drift, etc.Starting Price: Free -
26
GLM-5-Turbo
Z.ai
GLM-5-Turbo is a high-speed variant of Z.ai’s GLM-5 model, designed to deliver efficient and stable performance in agent-driven environments while maintaining strong reasoning and coding capabilities. It is optimized for high-throughput workloads, particularly long-chain agent tasks where multiple steps, tools, and decisions must be executed in sequence with reliability and low latency. It supports advanced agentic workflows, enabling systems to perform multi-step planning, tool calling, and task execution with improved responsiveness compared to larger flagship models. GLM-5-Turbo inherits core capabilities from the GLM-5 family, including strong reasoning, coding performance, and support for long-context processing, while focusing on optimization of core requirements such as speed, efficiency, and stability in production environments. It is designed to integrate with agent frameworks like OpenClaw, where it can coordinate actions, process inputs, and execute tasks.Starting Price: Free -
27
OneVPS
OneVPS
OneVPS is a cloud-based virtual private server platform designed to provide fast, scalable, and fully customizable hosting environments for websites and applications. It offers VPS solutions with dedicated resources such as Intel CPUs, SSD storage, configurable RAM, and flexible bandwidth, allowing users to tailor their server to specific performance needs. It emphasizes simplicity and speed, enabling users to deploy a server in as little as 60 seconds through a guided setup process, while still maintaining full root access and control over the environment. It supports a wide range of development stacks and applications, including Java, PHP, Python, and Ruby on Rails, and provides compatibility with control panels like cPanel for easier management. OneVPS is built for performance, featuring optimized infrastructure with ultra-low latency, global data center locations, and high-speed networking to ensure consistent uptime and fast load times worldwide.Starting Price: $5 per month -
28
TurboDocx
TurboDocx
TurboDocx is an AI-powered document automation and templating platform designed to help businesses rapidly create, customize, and manage professional documents and presentations using reusable templates, centralized content, and intelligent automation. It enables users to pull data from multiple sources, such as CRMs, meeting transcripts, and project tools, and automatically populate templates with accurate, up-to-date information, eliminating manual copy-paste work and reducing errors. It supports both AI-driven and manual workflows, allowing users to auto-fill variables, generate custom sections, and adapt tone and style, or assemble documents by selecting pre-approved content from a shared knowledge base to ensure brand consistency. It integrates with tools like Microsoft Word, PowerPoint, Google Docs, and cloud storage systems, allowing teams to work within familiar environments while automating document generation.Starting Price: $10 per month -
29
CoStrict
zgsm-ai
CoStrict is an enterprise-grade AI programming platform designed to assist developers throughout the entire software development lifecycle by combining code generation, coding assistance, code completion, and automated code review into a single integrated system. It introduces a “quality-first” development approach, where features like Strict Mode break down requirements into structured steps such as analysis, architecture design, task planning, and automated test generation before writing code, ensuring that outputs meet high standards from the start. It can analyze entire code repositories using retrieval-augmented techniques, allowing it to understand project context, reuse existing standards, and provide highly relevant suggestions and improvements. It includes an AI agent capable of generating code, answering questions, optimizing logic, and adding documentation in real time, while code completion features accelerate development.Starting Price: Free -
30
EODHD
EODHD
EODHD is a financial data API platform that provides developers and analysts with access to a comprehensive range of global market data through a single, unified interface. It offers over 30 years of historical data along with real-time and intraday feeds across more than 60 stock exchanges, covering over 150,000 tickers, including stocks, ETFs, mutual funds, bonds, Forex pairs, and digital currencies. It delivers multiple types of datasets such as end-of-day prices, live OHLCV data, corporate actions like splits and dividends, financial news, technical indicators, macroeconomic data, and stock screeners, all accessible via REST APIs and WebSocket connections. It delivers multiple types of datasets such as end-of-day prices, live OHLCV data, corporate actions like splits and dividends, financial news, technical indicators, macroeconomic data, and stock screeners, all accessible via REST APIs and WebSocket connections.Starting Price: $19.99 per month -
31
GPT-5.5 Pro
OpenAI
GPT-5.5 Pro is an advanced AI model designed to handle complex, real-world work with greater autonomy and efficiency. It understands user intent quickly and can execute multi-step tasks such as coding, research, data analysis, and document creation with minimal guidance. The model is built to plan, use tools, and refine its outputs until tasks are complete. It excels in knowledge work, software development, and analytical problem-solving. With strong reasoning and persistence, GPT-5.5 Pro can manage long-running workflows across tools and systems. It delivers high-quality results while maintaining speed and efficiency. Overall, it enables individuals and teams to complete demanding tasks faster and more accurately.Starting Price: $30 per 1M tokens (input) -
32
DeepSeek-V4-Pro
DeepSeek
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 -
33
RailPush
RailPush
RailPush is a deployment platform that takes your code from repository to running app with builds, HTTPS, and a default URL out of the box. Connect your repo, deploy in minutes, and get a live URL, RailPush keeps deploys, data, and routing under one roof, letting users connect GitHub, describe what they need, and build, run, and front applications with defaults they can override. Every push builds, checks health, and rolls out, while the platform provides an instant URL with TLS and preview links. Users can create a first web service by connecting a GitHub repository, selecting a repo and branch, configuring build and start commands when needed, and creating a service that deploys automatically. RailPush auto-detects the runtime and generates an optimized Dockerfile, with support for Node.js, Python, Go, Ruby, Rust, Elixir, Java, and Docker. To skip configuration, users can deploy pre-configured stacks like Next.js + Postgres, Django + Redis, Rails, and more through templates.Starting Price: $4 per month -
34
Zavu
Zavu
Zavu is one API for all your messages, built to send and receive SMS, WhatsApp, Email, Voice, Telegram, and more from a single integration. It helps developers ship messaging instead of maintaining messaging infrastructure, replacing separate APIs, SDKs, auth models, webhook formats, sender setup, template approvals, and error handling with one SDK, one webhook format, and one dashboard. Zavu is also built for AI agents from day one: agents can send SMS, WhatsApp, Email, and Voice globally, while developers can use production-ready SDKs across languages such as Node.js, Python, Ruby, Go, PHP, and Java. Its Smart Send and AI Routing features pick SMS, WhatsApp, or Email per contact, choose the best or cheapest delivery path using platform-wide delivery intelligence, and fall back automatically when a channel fails. Context is preserved, delivery is deduplicated, and cost is tracked end-to-end across the fallback chain.Starting Price: $21 per month -
35
JediTerm
JetBrains
JediTerm is a pure Java terminal widget designed to be easily embedded into an IDE. It supports terminal sessions for both SSH connections and local PTY on Mac OS X, Linux, and Windows. It is used by JetBrains IDEs such as PyCharm, IDEA, PhpStorm, WebStorm, AppCode, CLion, and Rider. Since version 2.5, JediTerm also provides a standalone terminal version distributed for Mac OS X. The name JediTerm comes from J for Java, “edi” as IDE reversed, and Term from terminal, while “Jedi” itself adds confidence and hope in the universe of thousands of different terminal implementations. The standalone JediTerm terminal can be run from sources by executing jediterm.sh or jediterm.bat. Gradle is used to build the project, which includes a terminal core library that provides a VT100-compatible terminal emulator and a Java Swing-based implementation of the terminal panel UI. It also includes a PTY library that uses Pty4J to enable local PTY terminal sessions.Starting Price: Free -
36
Agent Client Protocol (ACP)
Agent Client Protocol (ACP)
The Agent Client Protocol (ACP) standardizes communication between code editors, IDEs, and coding agents, making agent-editor interoperability the default instead of requiring custom integrations for every possible combination. It provides a standard interface for communication between AI agents and client applications, with a flexible, extensible, and platform-agnostic architecture designed for both local and remote scenarios. ACP addresses integration overhead, limited compatibility, and developer lock-in by allowing agents that implement the protocol to work with any compatible editor, while editors that support ACP gain access to the broader ecosystem of ACP-compatible agents. Similar in spirit to how the Language Server Protocol standardized language server integration, ACP decouples agents and editors so both sides can innovate independently while developers choose the best tools for their workflow.Starting Price: Free -
37
Graphify
Graphify
Graphify is an open source knowledge graph engine that turns any input, including code, docs, papers, meetings, images, browser tabs, and commits, into one traversable graph with complete recall. It is built as persistent memory for AI coding assistants, giving tools like Claude Code, Codex, OpenCode, Cursor, Gemini CLI, GitHub Copilot CLI, Aider, Factory Droid, Kimi Code, Kiro, Pi, and Google Antigravity a queryable understanding of a project instead of making them repeatedly grep through files. Users can point Graphify at any directory, and it builds an initial corpus through AST extraction, semantic analysis, and Leiden clustering, transforming an entire codebase or document corpus into a graph in one pass. Unlike RAG pipelines that re-embed everything on every change, Graphify maintains a living graph that updates only affected nodes and edges when files change, allowing the rest of the corpus to stay intact even at enterprise scale.Starting Price: Free -
38
Azure DocumentDB
Microsoft
Azure DocumentDB is an open source, MongoDB-compatible document database service built to help teams build AI-driven apps, migrate MongoDB workloads, and standardize on a portable document database engine. It supports hybrid and multicloud architectures with enterprise-grade performance, availability, security, management, and easy Azure AI integration. Built on DocumentDB, the open-source engine hosted at the Linux Foundation, Azure DocumentDB gives developers transparency, community-driven innovation, and freedom from restrictive licenses while supporting familiar MongoDB skills, drivers, tools, APIs, BSON and JSON documents, and popular languages such as Node.js, Python, Java, and .NET. Teams can build and test MongoDB-compatible apps in their own environment, including local, on-premises, and other clouds, then deploy to Azure DocumentDB for enterprise-grade scale and management.Starting Price: $13.943 per month -
39
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 -
40
Morph by Modelcode
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 -
41
Gemini 3.5 Flash-Lite
Google
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 -
42
TestComplete
SmartBear
Ensure the quality of your application without sacrificing speed or agility with an easy-to-use, GUI test automation tool. Our AI-powered object recognition engine and script or scriptless flexibility is unmatched, letting you test every desktop, web, and mobile application with ease. TestComplete comes with an intelligent object repository and support for over 500 controls, so you can ensure your GUI tests are scalable, robust, and easy to maintain. More automated quality means more overall quality. Automate UI testing across a wide range of desktop applications, including .Net, Java, WPF and Windows 10. Create reusable tests for all web applications including modern JavaScript frameworks like React and Angular on 2050+ browser and platform configurations. Create and automate functional UI tests on physical or virtual iOS and Android devices. No need to jailbreak your phone.Starting Price: $4,836 -
43
yEd
yWorks
yEd makes diagram creation easy and fun with its powerful features and intuitive user interface. yEd is a powerful desktop application that can be used to quickly and effectively generate high-quality diagrams. Create diagrams manually, or import your external data for analysis. Our automatic layout algorithms arrange even large data sets with just the press of a button. yEd comes with an extensive palette of beautiful, ready-to-use elements to get you started with your first diagrams. yEd provides powerful functionality for the layout of complex data sets. Its highly sophisticated mathematical layout algorithms can be used either to automatically arrange diagram elements, or to support you when undertaking a manual layout. -
44
Black Duck
Black Duck
Black Duck, part of the Synopsys Software Integrity Group, is a leading provider of application security testing (AST) solutions. Their comprehensive portfolio includes tools for static analysis, software composition analysis (SCA), dynamic analysis, and interactive analysis, enabling organizations to identify and mitigate security vulnerabilities throughout the software development life cycle. By automating the discovery and management of open-source software, Black Duck ensures compliance with security and licensing standards. Their solutions are designed to help organizations build trust in their software by managing application security, quality, and compliance risks at the speed their business demands. Black Duck empowers businesses to innovate securely and deliver software with confidence. -
45
Arachnophilia
Arachnoid
Arachnophilia is a Web page development workshop and general programming tool. Arachnophilia is written in the Java computer language.Starting Price: Free -
46
CodeLogic
CodeLogic
Identify application connections, predict code change impacts, and understand complex Java and .NET codebases from API to method to database. Create a complete graph of your app structure in real time with combined binary and runtime scans. Understand the full impact of a code change before it’s deployed and accurately estimate project scope. Identify undetected software usages and references across projects and applications directly from your IDE. Many tools, such as IDEs, only expose project-specific code dependencies. CodeLogic exposes hidden code dependencies within and between applications and databases. Our approach is different; we combine binary scans with runtime profiling to create an accurate, real-time, searchable system of record for code and database dependencies. This intelligence helps application teams see the impact of code and schema changes before they are deployed to production.Starting Price: $100.00/month -
47
SonarQube Cloud
SonarSource
Maximize your throughput and only release clean code SonarQube Cloud (formerly SonarCloud) automatically analyzes branches and decorates pull requests. Catch tricky bugs to prevent undefined behavior from impacting end-users. Fix vulnerabilities that compromise your app, and learn AppSec along the way with Security Hotspots. With just a few clicks you're up and running right where your code lives. Immediate access to the latest features and enhancements. Project dashboards keep teams and stakeholders informed on code quality and releasability. Display project badges and show your communities you're all about awesome. Code Quality and Code Security is a concern for your entire stack, from front-end to back-end. That’s why we cover 24 languages including Python, Java, C++, and many others. Transparency makes sense and that's why the trend is growing. Come join the fun, it's entirely free for open-source projects! -
48
Red Hat AMQ
Red Hat
Red Hat AMQ is a flexible messaging platform that delivers information reliably, enabling real-time integration and connecting the Internet of Things (IoT). Based on open source communities like Apache ActiveMQ and Apache Kafka, it supports various messaging patterns to integrate applications, endpoints, and devices quickly and efficiently, enhancing enterprise responsiveness and agility. AMQ facilitates data sharing between microservices and other applications with high throughput and low latency. AMQ supports connectivity from client programs written in multiple languages. It defines an open-wire protocol for messaging interoperability, allowing enterprises to deploy various distributed messaging solutions to meet evolving business requirements. Backed by Red Hat's award-winning support and services, AMQ has a track record of supporting mission-critical applications. -
49
SendSafely
SendSafely
The end-to-end encryption platform for modern business. SendSafely lets you easily exchange encrypted files and information with anyone on any device. Let us take the headache out of secure file exchange. Trusted by leading brands that understand the importance of keeping customer information safe. SendSafely works natively with all major browsers. No software to install, no encryption keys to manage. Use SendSafely for compliance with regulations like HIPAA (BAA available), GDPR, CCPA and more. Use one of our pre-built platform connectors or easily create your own integration with our developer API. Features designed for businesses such as user administration, single sign on and custom branding. SendSafely integrates with many popular third party systems, adding end-to-end encryption to the platforms your users already know and love. Extend the capabilities of your existing apps and infrastructure by seamlessly adding encryption to your existing workflows.Starting Price: $11.50/user/month -
50
CodeScan
CodeScan
Code Quality and Security for Salesforce Developers. Made exclusively for the Salesforce platform, CodeScan’s code analysis solutions provide you with total visibility into your code health. The most comprehensive static code analysis solution supporting Salesforce languages and metadata. Self hosted. Check your code for security and quality with the most extensive database for the salesforce platform. Cloud. Get all the benefits of our self hosted service without the need of servers or internal infrastructure. Editor plugins. Plug in codescan to your favorite editor and get real-time feedback while you code. Define code standards. Maintain the quality of your code according to best practices. Control code quality. Enforce your coding standards and minimize code complexity throughout the development process. Reduce technical debt. Track your technical debt to improve your code quality and efficiency. Increase development productivity.Starting Price: $250 per month