Best Free Application Development Software of 2026 - Page 79

Find and compare the best Free Application Development software in 2026

Use the comparison tool below to compare the top Free Application Development software on the market. You can filter results by user reviews, pricing, features, platform, region, support options, integrations, and more.

  • 1
    Crystal Reviews
    The syntax of Crystal draws significant inspiration from Ruby, making it both intuitive to read and straightforward to write, which particularly benefits developers who are already familiar with Ruby due to a reduced learning curve. Additionally, Crystal employs static type-checking, ensuring that any type-related errors are identified early during compilation, thus preventing issues that could arise at runtime. To maintain simplicity and cleanliness within the language, it incorporates built-in type inference, meaning that developers often do not need to include explicit type annotations. In Crystal, all types are inherently non-nilable, and available variables are defined as a combination of the type and nil, allowing the compiler to perform checks for null references at compile time. Furthermore, Crystal features a robust macro system designed for metaprogramming, which encompasses a variety of functionalities, including basic templating, AST inspection, type inspection, and the capability to execute arbitrary external programs. This powerful macro system enhances the language's flexibility and allows for more dynamic code generation and manipulation.
  • 2
    CoffeeScript Reviews

    CoffeeScript

    CoffeeScript

    Free
    Beneath its somewhat clumsy outer layer reminiscent of Java, JavaScript possesses an elegant core. CoffeeScript seeks to highlight the beneficial aspects of JavaScript in a more straightforward manner. The fundamental principle of CoffeeScript is: “It’s merely JavaScript.” The code translates directly into corresponding JavaScript, without any additional interpretation during execution. You can effortlessly utilize any existing JavaScript library while working in CoffeeScript, and the reverse is equally true. The output generated is not only clean and well-formatted but also often matches or surpasses the performance of manually written JavaScript. Many contemporary JavaScript features that CoffeeScript accommodates can operate natively in Node versions 7.6 and above, allowing Node to execute CoffeeScript’s compiled output without requiring extra steps. This compilation process ensures compatibility and ease of use, though this overview may lack completeness and does not include versions of Node that offer newer capabilities behind feature flags; for comprehensive information, you can consult node.green. Additionally, testing the code in your web browser can help determine what features are supported in that environment.
  • 3
    BLooP Reviews
    Introducing the Programming Languages Dictionary, a collection of coding methodologies designed to enhance your understanding and appreciation of the history of computer science. BLooP, a rudimentary recursive block-structured language created by Douglas Hofstadter for his renowned work Godel, Escher, Bach, showcases a straightforward subroutine architecture alongside basic number and boolean manipulations, as well as recursion. A notable characteristic of BLooP is its exclusive use of bounded loop constructs, which limits its ability to represent certain types of general recursive computations. This limitation highlights the unique approach Hofstadter took in exploring the parameters of programming languages, ultimately providing insights into the theoretical boundaries of computation.
  • 4
    Formaloo Reviews

    Formaloo

    Formaloo

    $9 per month
    All in one place, create beautiful forms, access-controlled database, and highly customizable business applications. To create your perfect application, you can connect building blocks like forms, tables, lists and charts to create powerful relational databases. You can power your data collection with simple, but powerful online forms that don’t require any programming. You can capture leads, create workflows and collect payments. Your workspace can be divided into different departments, clients, projects, and teams. Securely access your team members and collaborate more effectively in real-time. Do not settle for generic software that doesn't suit your business. You can quickly create custom interfaces that allow you to access your business's data without the need for developers. Connect your workflow with thousands of apps and services like Google, Salesforce, Salesforce, Slack, and many more.
  • 5
    Moxly Reviews

    Moxly

    Moxly

    $30 per month
    Moxly allows you to be both a programmer as well as a developer to create your application. Moxly offers all the tools you need in one place, unlike other platforms: No-Code and Low-Code + Open Source Code. Moxly allows you to visually build cross-platform Ionic mobile applications Moxly, an online platform that doesn't require any code, allows people to create native mobile apps visually. This makes it easy to iterate quickly. Moxly is unlike other no-code tools. It makes it easy to export clean Ionic codes that can be customized. Millions of people are unable to bring their ideas to life today because they lack the programming skills. This needs to change. We believe that anyone should be able create an app, regardless of their technical knowledge.
  • 6
    Documatic Reviews
    Pose a query regarding your codebase, and Documatic will provide you with a smart response. Utilizing AI, Documatic's search capability comprehends your inquiry and locates the relevant section of documentation or code that holds the answer. You can seek answers directly from the Documatic platform, as well as through vscode and Slack. Effortlessly visualize the interactions among critical infrastructure components within your codebase, ensuring you never have to doubt the influence of a function on your AWS resources again! Documatic creates a comprehensive map of your codebase, allowing for swift observation of the flow of information across files and folders. It emphasizes significant infrastructure elements, such as cloud services, databases, and payment processors, keeping you informed about how your code affects security and costs. Additionally, you can generate documentation that reflects the changes in your codebase on a daily, weekly, or monthly basis. This feature not only enhances transparency but also aids in maintaining an organized documentation process.
  • 7
    Looxy.io Reviews
    Looxy.io strives to become the ultimate destination for all your software testing needs. The platform is set to expand its offerings by incorporating a variety of new tests, such as web page performance assessments, load testing, penetration testing, and web application security evaluations, among others. Every test will be user-friendly and complimentary, ensuring accessibility for all users. However, for those interested in utilizing advanced testing configurations, scheduling options, or increased testing frequency, an affordable subscription may be required. This approach aims to cater to both casual users and professionals seeking comprehensive testing solutions.
  • 8
    Bash Reviews
    Bash is an open-source Unix shell and command language that has gained popularity as the standard login shell for numerous Linux distributions. Not only is it accessible on Linux platforms, but a version can also be utilized on Windows via the Windows Subsystem for Linux. Furthermore, Bash serves as the default user shell in Solaris 11 and was the primary shell for Apple’s macOS until version 10.3, when it was replaced by zsh in macOS Catalina; however, Bash continues to be offered as an alternative shell option for macOS users. As a powerful command processor, Bash enables users to input commands in a text-based interface that the system executes, while it can also read and run commands from a file, referred to as a shell script. Among its extensive features, Bash includes support for wildcard matching, piping, here documents, command substitution, variables, and various control structures for testing conditions and iterating processes. Moreover, Bash adheres to the POSIX shell standards, ensuring compatibility across different Unix-like systems. Its versatility makes Bash a preferred choice for both novice and experienced users alike.
  • 9
    Testwell CTC++ Reviews
    Testwell CTC++ is an advanced tool that focuses on instrumentation-based code coverage and dynamic analysis specifically for C and C++ programming languages. By incorporating additional components, it can also extend its functionality to languages such as C#, Java, and Objective-C. Moreover, with further add-ons, CTC++ is capable of analyzing code on a wide range of embedded target machines, including those with very limited resources, such as minimal memory and lacking an operating system. This tool offers various coverage metrics, including Line Coverage, Statement Coverage, Function Coverage, Decision Coverage, Multicondition Coverage, Modified Condition/Decision Coverage (MC/DC), and Condition Coverage. As a dynamic analysis tool, it provides detailed execution counters, indicating how many times each part of the code is executed, which goes beyond simple executed/not executed data. Additionally, users can utilize CTC++ to assess function execution costs, typically in terms of time taken, and to activate tracing for function entry and exit during testing phases. The user-friendly interface of CTC++ makes it accessible for developers seeking efficient analysis solutions. Its versatility and comprehensive features make it a valuable asset for both small and large projects.
  • 10
    Cobertura Reviews
    Cobertura is an open-source tool for Java that measures how much of your code is tested, helping to pinpoint areas in your Java application that may not have sufficient test coverage. This tool is derived from jcoverage and is offered at no cost. The majority of its components are licensed under the GNU General Public License, which permits users to redistribute and modify the software in accordance with the terms set forth by the Free Software Foundation, specifically under version 2 of the License or any subsequent version you choose. For additional information, it is advisable to consult the LICENSE.txt file included in the distribution package, which provides more detailed guidance on the licensing terms. By utilizing Cobertura, developers can ensure a more robust testing strategy and enhance the overall quality of their Java applications.
  • 11
    Gcov Reviews
    Gcov is a tool that provides open-source capabilities for measuring code coverage. It helps developers analyze which parts of their code are executed during testing, allowing for better optimization and debugging.
  • 12
    Coverlet Reviews
    Coverlet functions with the .NET Framework on Windows and with .NET Core across all compatible platforms. It provides coverage specifically for deterministic builds. Currently, the existing solution is less than ideal and requires a workaround. For those who wish to view Coverlet's output within Visual Studio while coding, various add-ins are available depending on the platform in use. Additionally, Coverlet seamlessly connects with the build system to execute code coverage post-testing. Activating code coverage is straightforward; you simply need to set the CollectCoverage property to true. To use the Coverlet tool, you must indicate the path to the assembly housing the unit tests. Furthermore, you are required to define both the test runner and the associated arguments by utilizing the --target and --targetargs options. It's crucial that the invocation of the test runner with these arguments does not necessitate recompiling the unit test assembly, as this would prevent the generation of coverage results. Proper configuration and understanding of these aspects will ensure a smoother experience when using Coverlet for code coverage.
  • 13
    Catch2 Reviews
    Catch2 serves primarily as a unit testing framework tailored for C++, yet it also incorporates fundamental micro-benchmarking capabilities and straightforward BDD macros. Its primary strength lies in its user-friendly and intuitive design. Test identifiers do not require adherence to valid naming conventions, assertions resemble standard C++ boolean expressions, and the use of sections allows for a localized approach to managing setup and teardown code within tests. Currently, you are working on the devel branch where version 3 is under development. This upcoming version introduces several major updates, the most notable being that Catch2 transitions from a single-header library to a conventional library structure featuring multiple headers and a separately compiled implementation. Getting started is quick and straightforward; you only need to download two files, integrate them into your project, and you're ready to go, all without any external dependencies. As long as your environment supports C++14 and includes the C++ standard library, you can write test cases as self-registering functions or methods if that suits your style. This flexibility in coding approaches enhances the framework's usability for various programming preferences.
  • 14
    Coverage.py Reviews
    Coverage.py serves as a powerful utility for assessing the code coverage of Python applications. It tracks the execution of your program, recording which segments of the code have been activated, and subsequently reviews the source to pinpoint areas that could have been executed yet remained inactive. This measurement of coverage is primarily utilized to evaluate the efficacy of testing efforts. It provides insights into which portions of your code are being tested and which are left untested. To collect data, you can use the command `coverage run` to execute your test suite. Regardless of how you typically run your tests, you can incorporate coverage by executing your test runner with the coverage tool. If the command for your test runner begins with "python," simply substitute the initial "python" with "coverage run." To restrict coverage evaluation to only the code within the current directory and to identify files that have not been executed at all, include the source parameter in your coverage command. By default, Coverage.py measures line coverage, but it is also capable of assessing branch coverage. Additionally, it provides information on which specific tests executed particular lines of code, enhancing your understanding of test effectiveness. This comprehensive approach to coverage analysis can significantly improve the quality and reliability of your codebase.
  • 15
    Coveralls Reviews

    Coveralls

    Coveralls

    $10 per month
    We assist you in confidently delivering your code by identifying which sections are left untested by your suite. Our service is free for open-source projects, while private repositories can benefit from our pro accounts. You can sign up instantly through platforms like GitHub, Bitbucket, and GitLab. Ensuring a thoroughly tested codebase is crucial for success, yet identifying gaps in your tests can be a challenging task. Since you're likely already using a continuous integration server for testing, why not allow it to handle the heavy lifting? Coveralls integrates seamlessly with your CI server, analyzing your coverage data to uncover hidden issues before they escalate into bigger problems. If you're only checking your code coverage locally, you may miss out on valuable insights and trends throughout your entire development process. Coveralls empowers you to explore every aspect of your coverage while providing unlimited historical data. By using Coveralls, you can eliminate the hassle of monitoring your code coverage, gaining a clear understanding of your untested sections. This allows you to develop with assurance that your code is properly covered and robust. In summary, Coveralls not only streamlines the tracking process but also enhances your overall development experience.
  • 16
    JetBrains Fleet Reviews
    Developed entirely from the ground up, JetBrains Fleet draws on two decades of experience in creating integrated development environments (IDEs). It utilizes the robust IntelliJ code-processing engine, featuring a distributed architecture and a fresh user interface designed for modern developers. Our aim with Fleet was to create a swift and efficient text editor that allows for quick code browsing and editing. It launches almost instantaneously, enabling you to start your work without delay, and has the capability to seamlessly evolve into a full-fledged IDE, with the IntelliJ engine operating independently from the editing interface. Fleet encompasses all the beloved features of IntelliJ-based IDEs, such as code completion tailored to your project context, easy navigation to definitions and usages, real-time code quality assessments, and convenient quick-fixes. The architecture of Fleet is thoughtfully designed to accommodate various configurations and workflows, allowing it to run locally on your machine or to offload some processes to the cloud, showcasing its versatility and adaptability for different development needs. This flexibility ensures that developers can choose the setup that best fits their workflow requirements.
  • 17
    Wwise Reviews

    Wwise

    Audiokinetic

    Free for Indie developers
    Wwise serves as a versatile interactive audio middleware designed for software developers aiming to incorporate dynamic audio into video games and other engaging audio-related projects. By enhancing both the efficiency and creativity of teams, Wwise simplifies programming tasks while enabling audio professionals to craft exceptional immersive experiences in gaming and interactive audio. The platform provides capabilities for real-time in-game previews and boasts an extensive array of features, such as sound authoring, dynamic mixing, 3D spatial audio, interactive music composition, and sound synthesis. Wwise is compatible with all leading game development platforms, including Unreal Engine, Unity, and Cryengine, among others, and grants developers access to comprehensive API and SDK toolkits. Every year, over 1000 titles in gaming and AR/VR are created using Wwise, and with collaborations with some of the largest developers globally, it is utilized by 70% of the AAA game market, showcasing its significant impact on the industry. This widespread adoption underscores the platform's essential role in shaping the future of interactive audio in entertainment.
  • 18
    EngFlow Reviews
    Software engineers usually compile source code and conduct tests on their personal computers. EngFlow Remote Execution enhances this process by distributing the builds and tests across a network of machines while also caching the outcomes remotely for quicker access. You can conveniently review your build and test results on multiple devices, whether it’s your desktop, laptop, or even a colleague's device. This innovation significantly improves the efficiency of remote collaboration. The console output tends to be complex and overwhelming, so we organize the data into distinct views to help you focus on what matters most. Additionally, one of these views features the complete console output, allowing you to watch it live as your builds and tests progress. Since build and test configurations can differ among machines, we supply the invocation details for each execution, including the platform, git branch, commit identifiers, and both explicit and implicit flags that were set. This information enables you to replicate a run for debugging purposes or to recreate a previous release accurately. Ultimately, this comprehensive approach streamlines the development process while ensuring clarity and precision in results.
  • 19
    XetHub Reviews
    Effortlessly branch, review, and merge your data while enjoying the benefits of complete historical tracking and recoverability. Maintain synchronization between your code and data to ensure consistent development and reliable reproducibility. Centralize the automation of reports, access audits, and metadata management for ease of use across your team. XetHub is perfectly suited for groups already utilizing Git for code management who wish to harness the advantages of infinite history, pull requests, and difference-based tracking for larger assets like datasets or media files. By employing familiar Git workflows, managing entire projects becomes straightforward, simplifying change tracking and facilitating continuous integration, particularly for processes that generate or enhance assets through code. This approach not only improves collaboration but also enhances overall project efficiency.
  • 20
    ApiX-Drive Reviews

    ApiX-Drive

    ApiX-Drive

    $19/month
    ApiX-Drive offers a service that enables users to seamlessly connect various types of applications and platforms, including Customer Relationship Management (CRM) tools, email and SMS services, quiz creation tools, social media platforms, content management systems (CMS), online marketplaces, project management software, payment gateways, instant messaging applications, chatbots, and additional products. No technical expertise or coding skills are required to utilize this connector; all that is needed is to link the accounts of the services you wish to integrate on the ApiX-Drive platform and choose the specific parameters for the automatic transfer of data. The integration process is designed to be straightforward, featuring a user-friendly interface with numerous prompts, allowing users to complete the setup in approximately five minutes on average, making it accessible for everyone.
  • 21
    Bfluid Reviews

    Bfluid

    IR Systems

    $25 per month
    Transform your PostgreSQL data into functional web applications with ease and efficiency. Experience a rapid time to market with this streamlined approach. Simply design your web application to fit your vision, activate it, and you’ll be good to go. Users will have access to the designated environment, utilizing the web apps you’ve assigned to them. You will also benefit from robust tools for managing security and maintaining transaction logs. Maximize the capabilities of PostgreSQL for your needs. Bfluid recognized the potential of PostgreSQL early on, leveraging its features to enhance development. You will gain complete oversight of your business data, ensuring everything is managed effectively. Modernize your workplace with updated web applications. Eliminate outdated user interfaces and bring in contemporary solutions. This approach can significantly reduce development time by as much as 90%. Start with a prototype and allow it to evolve effortlessly with just a few clicks. There’s no need for complex coding or cumbersome visual editors; instead, use simple building blocks to showcase your data. Each facet of your business can be organized as its own tab, conveniently compiled into a user-friendly menu for easy navigation. Additionally, this structure fosters better collaboration and efficiency within your team.
  • 22
    YepCode Reviews

    YepCode

    YepCode

    €99 per month
    All-in-one platform to connect your APIs and services in the most efficient way. Allow busy developers to create complex integrations that no-code tools can't solve. JavaScript is a powerful tool that allows you to create more code in a shorter time. Audit code changes, audit credentials creation, use, and check execution logs. Open data streams, transactions and caches, errors management, logging support, multiple environments support, and reused functions can all be used. Execute tasks on demand, using a schedule approach or a webhook. Integration in your systems infrastructure is as easy as possible in a matter of minutes. JS modules allow you to reuse your business logic. They include a friendly editor, powerful integrations and libraries, as well as a friendly source code editor. Kubernetes can be deployed on-premise. External identity providers and enhanced auditing and logging. You can write your scripts from a web browser and then run them in the YepCode cloud.
  • 23
    Jinja Reviews
    Jinja serves as a rapid, versatile, and adaptable templating engine. It features unique placeholders within the templates that enable the incorporation of code resembling Python syntax, facilitating dynamic content generation. Subsequently, the template receives data, which is utilized to produce the final rendered document, showcasing Jinja's powerful capabilities in web development.
  • 24
    ReleaseNotes.io Reviews

    ReleaseNotes.io

    ReleaseNotes.io

    $29 per month
    With User Reactions, you can capture the sentiment of your users about the features that you release. Your users can give simple reactions to your release. If enabled, users can see their reactions when they view a release in their widget or on the public release page (see below). Reactions won't be displayed in release emails. Your latest releases should be kept up-to-date with remote and internal teams so they can keep up to date and be more productive in their jobs. You can share private releases with only the people who need them. You can let your customers know you are on top of issues by posting a steady stream if your recent fixes. Your team works hard to create a great product. To promote your work to more customers and win more deals, you should make sure to share any new updates to your existing users as well as the wider public.
  • 25
    ProductFeed Reviews

    ProductFeed

    ProductFeed

    $19 per month
    A flexible feature integrated into your website that provides a swift summary of your most recent updates. Users can view all updates on a Custom Page that can be hosted on your domain, offering a comprehensive list of your updates, which can be accessed by clicking on any item in the Widget. Both the widget and the custom page are entirely customizable, allowing you to align them with your brand's aesthetic. Effortlessly disseminate new updates and announcements to your audience on Twitter and share them with your teammates on Slack. Additionally, you have the option to set your updates page to be as private or as public as you desire by managing its visibility on Google search results. This gives you complete control over how your information is shared and who can access it.
MongoDB Logo MongoDB