Alternatives to jQuery Mobile

Compare jQuery Mobile alternatives for your business or organization using the curated list below. SourceForge ranks the best alternatives to jQuery Mobile in 2026. Compare features, ratings, user reviews, pricing, and more from jQuery Mobile competitors and alternatives in order to make an informed decision for your business.

  • 1
    BrowserStack

    BrowserStack

    BrowserStack

    BrowserStack is the world’s largest cloud platform for software testing, with 19 global data centers & 20,000+ real Android and iOS devices that power nearly 1 Billion tests a year. BrowserStack's end-to-end unified testing platform is focused on supporting all genres of testing & operations, from functional testing to visual testing, accessibility testing, performance testing, test observability, API testing, and more. Over 50,000 customers, including Amazon, Paypal, Well Fargo Bank, Nvidia, MongoDB, Pfizer, GE, Discovery, React JS, Apache, JQuery and several others rely on BrowserStack to test their web & mobile apps.
    Starting Price: $29/month/user
  • 2
    Mobile Angular UI

    Mobile Angular UI

    Mobile Angular UI

    Mobile Angular UI is a mobile UI framework just like Sencha Touch or jQuery Mobile. If you know Angular JS and Twitter Bootstrap you already know it! Mobile Angular UI provides essential mobile components that are missing in Bootstrap 3, switches, overlays, sidebars, scrollable areas, and absolute positioned top and bottom navbars that don't bounce on scroll. It relies on robust libraries like fastclick.js and overthrow.js to achieve a better mobile experience. No jQuery dependencies, no fat bootstrap js. Just a few angular.js directives are super easy to learn to put things together. Mobile Angular UI retains most of the Bootstrap 3 syntax. This way it’s trivial to bring an existing desktop web app to mobile. Also, a super-small CSS file is provided to do the opposite. Just include it and you’ll get a fully responsive and touch-enabled interface that can be used everywhere. FontAwesome Icons are included by default in place of Glyphicons.
  • 3
    jQuery

    jQuery

    jQuery

    jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers. If you're new to jQuery. Return a collection of matched elements either found in the DOM based on passed argument(s) or created by passing an HTML string. All the aspects of the API that were deprecated in the corresponding version of jQuery. These methods get and set DOM attributes of elements.
  • 4
    Velocity.js

    Velocity.js

    Velocity.js

    Velocity is an animation engine with the same API as jQuery's animate. It works with and without jQuery. It's incredibly fast, and it features color animation, transforms, loops, easings, SVG support, and scrolling. It is the best of jQuery and CSS transitions combined. Download Velocity, include it on your page and replace all instances of jQuery's animate with velocity. You will immediately see a performance boost across all browsers and devices, especially on mobile. Velocity works everywhere, back to IE8 and Android 2.3. Under the hood, it mimics jQuery's queue, and thus interoperates seamlessly with jQuery's animate, fade, and delay. Since Velocity's syntax is identical to animate, your code doesn't need to change. JavaScript and jQuery are falsely conflated. JavaScript animation, which Velocity uses, is fast; it's jQuery that's slow. Although Velocity works alongside jQuery, it uses its own animation stack that delivers its performance.
  • 5
    Kendo UI

    Kendo UI

    Progress Software

    Kendo UI is the ultimate collection of JavaScript UI components with libraries for jQuery, Angular, React, and Vue. Quickly build eye-catching, high-performance, responsive web applications—regardless of your JavaScript framework choice. Easily add advanced JavaScript components into your existing or new designs. Kendo UI’s hundreds of components handle everything you need to satisfy your users’ requirements. Add advanced components such as data grids, charts, schedulers, and calendars with just a few lines of code. Each is crafted for performance and customizability. Switching frameworks and starting new projects won’t require a new license or a big learning curve. Everything is included and up-to-date, APIs are consistent and theming is easy. Our QA process coupled with world-class support teams and a large user community means that our components will always work the way they’re supposed to—guaranteed.
  • 6
    PHPTRAVELS

    PHPTRAVELS

    PHPTRAVELS

    The easiest way to start your online travel business. With 100% open-source code applications. We offer the most cutting-edge online booking solutions on the market. Mobile, tablet, laptop & desktop. users enjoy a fully tailored experience while browsing our travel portal. We boast your travel business with our technology. We have a dedicated and expert support team for you, We communicate and help you with Livechat, Skype, Whatsapp and ticket system in real-time 24/7. Developed using the latest technologies, PHP, JS, jQuery, HTML5, Bootstrp and Codeigniter framework with HMVC coding pattern. Responsive themes for seamless full-blow user experience by managing a steady look and feel of your site across devices. We take security seriously and back our product with a Security Bounty Program to encourage responsible disclosure by researchers. With our streamlined technology we give you an unprecedented level of control. User-friendly fast, easy to understand and manage.
    Starting Price: $250.00 one-time
  • 7
    Screenfull.js

    Screenfull.js

    Screenfull.js

    Simple wrapper for cross-browser usage of the JavaScript Fullscreen API, which lets you bring the page or any element into fullscreen. Smoothens out the browser implementation differences, so you don't have to. If you cannot use ESM or need to support older browsers without using transpilation, use version 5.2.0. Only 0.7 kB gzipped. Also available on cdnjs (older version). Safari is supported on desktops and iPad, but not on iPhones. This is a limitation in the browser, not in Screenfull. Fullscreen the page or fullscreen an element. Hide the navigation user interface on mobile devices. Fullscreen an element with jQuery and toggle fullscreen on an image with jQuery. Detect fullscreen change, remove listeners, detect fullscreen errors, and fullscreen elements with Angular.js. Keep in mind that the browser will only enter fullscreen when initiated by user events like click, touch, or key.
  • 8
    Webix

    Webix

    Webix

    JavaScript UI library and framework for speeding up web development. JS Framework for cross-platform web Apps development 102 UI widgets and feature-rich CSS / HTML5 JavaScript controls. Save at least 3000+ development hours by using ready-made widgets and UI controls. Develop Web UI 30% faster. We have accumulated the best design ideas. We have meticulously considered UX of each Webix component for five conceptual designs. Our support service specialists know everything about our library and can help you solve any problem. We also have an official support forum where you can discuss issues with our developers. By using Webix JS framework you receive an elegant and lightweight code based on object-oriented programming concepts. Associate your project with jQuery JavaScript library, MVC frameworks AngularJS, React, Vue.js, Backbone.js, third party UI extensions.
  • 9
    Alpine.js

    Alpine.js

    Alpine.js

    Alpine is a rugged, minimal tool for composing behavior directly in your markup. Think of it like jQuery for the modern web. Plop in a script tag and get going. Declare a new Alpine component and its data for a block of HTML. Dynamically set HTML attributes on an element. Prevent a block of HTML from being initialized by Alpine. Hide a block of HTML until after Alpine is finished initializing its contents. Reference elements directly by their specified keys using the magic property. Execute a script each time one of its dependencies change. Run code when an element is initialized by Alpine.
  • 10
    Backbone.js

    Backbone.js

    Backbone.js

    Backbone.js gives structure to web applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing API over a RESTful JSON interface. When working on a web application that involves a lot of JavaScript, one of the first things you learn is to stop tying your data to the DOM. It's all too easy to create JavaScript applications that end up as tangled piles of jQuery selectors and callbacks, all trying frantically to keep data in sync between the HTML UI, your JavaScript logic, and the database on your server. For rich client-side applications, a more structured approach is often helpful. With Backbone, you represent your data as Models, which can be created, validated, destroyed, and saved to the server.
  • 11
    Magic Toolbox

    Magic Toolbox

    Magic Toolbox

    Enjoy responsive image zoom by default. No need for complex configuration, it fits every page perfectly. Magic Zoom Plus is 100% compatible with all websites. It works beautifully with or without jQuery or other 3rd party libraries. Control how Magic Zoom Plus initializes & loads images. Choose to activate on page load or on request (lazy load). Vital for high ranking in search engines, Magic Zoom Plus supports SEO friendly URLs. Do you have plenty of product images but don't know how to fit them all in? Magic Scroll lets you display all your product images in an elegant and intuitive way. Our responsive slider will make the experience effortless for both mobile and desktop users. Magic Slideshow is responsive out of the box. Essential for multi-device adaptation.
    Starting Price: $39.78 one-time payment
  • 12
    Anymod

    Anymod

    Anymod

    AnyMod has ready-to-use CMS, forms, themes and more. Build your web projects faster with free & open source modules that work in any project, big or small. Mods are modular features that you can extend, share, and customize, or create from scratch. They make building website features fast, simple, and repeatable. Mods are designed to work with ANY web technology, from plain HTML to WordPress, PHP, Ruby on Rails, Node.js & more, and with the latest frameworks like React & Vue.js or with classics like jQuery. Mods work on both new & existing websites. This approach gives you the freedom to work across tech stacks and to build or host with whatever tools you want. Mods load fast. Page speed is a top priority at AnyMod, and we have dedicated significant resources to building a fast, global delivery network for mods. Mods load in parallel with DOM parsing and loading of other non-AnyMod assets. The net result is little or no impact on page load time.
    Starting Price: $8 per month
  • 13
    Semantic UI React
    Semantic UI React is the official React integration for Semantic UI. jQuery-free, declarative API, augmentation, shorthand props, sub-components, auto controlled state. jQuery is a DOM manipulation library. It reads from and writes to the DOM. React uses a virtual DOM (a JavaScript representation of the real DOM). React only writes patch updates to the DOM, but never reads from it. It is not feasible to keep real DOM manipulations in sync with React's virtual DOM. Because of this, all jQuery functionality has been re-implemented in React. Control the rendered HTML tag, or render one component as another component. Extra props are passed to the component you are rendering as. Augmentation is powerful. You can compose component features and props without adding extra nested components. Shorthand props generate markup for you, making many use cases a breeze. All object props are spread on the child components.
  • 14
    AgileUI

    AgileUI

    AgileUI

    Our themes offer advanced components, multiple layouts and color schemes, that will help you quickly build beautiful admin dashboards and front-end presentation websites. Get full control, clear oversight and advanced capacities with our admin templates designed to facilitate the requirements of web developers, designers or freelancers. Designed to help you optimize all administrative aspects of your website’s design, content and functionality with complete ease. Our UI kits come packed with over 130 components including Bootstrap, jQuery Widgets, Charts, Plugins and Components. All resources are nicely structured so that you can easily include only the things that you will actually use in you project. Create your own layout or choose a predefined one. Multiple color schemes are available in each UI kit. Out themes documentation will guide you through each step of your project with its source code examples and explanations.
  • 15
    CodeWP

    CodeWP

    CodeWP

    Save all of your generations. Export them in JSON format, ready for popular code snippet plugins, functions.php, your theme, or other implementation. Share publically or with specific users. Goodbye tedious testing, broken websites, or StackOverflow. If you're not a developer, think of CodeWP as a helpful mentor. If you are, get ready to maximize your efficiency. We trained CodeWP on WordPress and WooCommerce PHP, JS and jQuery. Soon, we'll support popular plugins like Elementor, Learndash and The Events Calendar (to name a few). And, it's constantly learning and giving you better generations. This is not a plugin - we are a plugin agnostic service, meaning you can use CodeWP generations with any free/paid code snippet plugin, theme, or WordPress installation.
    Starting Price: $12 per month
  • 16
    wysihtml

    wysihtml

    wysihtml

    wysihtml is an extended and less strict approach on xing/wysihtml5 open source rich text editor. The code is library agnostic and has all dependencies bundled, no jQuery, Prototype or similar is required. The currently bundled dependencies are rangy.js (including textrange and selectionsaverestore modules) and base.js. This project is supported by Voog. It’s an open source, community developed wysiwyg html rich text editor. Any web developer can grab it and use it in her projects. Fast and lightweight, auto-linking of urls as-you-type, valid, semantic HTML5 (even when pasting from Word), no iframes required, no jQuery required, and it's modular, so you can add your own tools. Object namespace is now wysihtyml (was previously wysihtml5). This change includes all classnames and event names. The default toolbar is separated to independent module (wysihtml.toolbar.js) and must be added separately if used.
  • 17
    React Bootstrap

    React Bootstrap

    React Bootstrap

    The most popular front-end framework rebuilt for React. React-Bootstrap replaces Bootstrap JavaScript. Each component has been built from scratch as a true React component, without unneeded dependencies like jQuery. As one of the oldest React libraries, React-Bootstrap has evolved and grown alongside React, making it an excellent choice as your UI foundation. Built with compatibility in mind, we embrace our bootstrap core and strive to be compatible with the world's largest UI ecosystem. By relying entirely on the Bootstrap stylesheet, React-Bootstrap just works with the thousands of Bootstrap themes you already love. The React component model gives us more control over form and function of each component. Each component is implemented with accessibility in mind. The result is a set of accessible-by-default components, over what is possible from plain Bootstrap.
  • 18
    Sencha Ext JS
    Sencha Ext JS is a comprehensive JavaScript application framework for building feature-rich, cross-browser-compatible web and mobile applications. It includes a library with 140+ high-performance customizable components, a set of tools and a powerful UI Framework. Key Features Rich UI Components – Includes a variety of pre-built UI elements such as grids and trees, menus and toolbars, forms and buttons, etc. Cross-platform compatibility - Supports major desktop and mobile web browsers including IE Firefox Chrome Safari and Opera. Data Packages – Includes data components to interact with various data sources including JSON, XML and database connections. Theming and Skinning - Allow easy skinning and theming of the UI with CSS. Development Tools - Includes an extensive set of development tools including a visual designer and debugger. Large Community - Has an active and large community of developers who provide support, extensions, etc.
    Starting Price: $1,295 one-time payment
  • 19
    Navigate CMS
    A powerful and intuitive content management system for everybody. All functions in the application have a single and understandable purpose, so everyone can realize how to complete a certain task quickly. No matter if you want to publish your own blog or you need to create a thousand pages websites - Navigate CMS is your solution. Thanks to jQuery UI components and third-party plugins, Navigate CMS has a stylish, uncluttered interface. Work with a CMS with a Zen feeling! Navigate CMS is free and it always be. Here at Naviwebs we believe in the open source philosophy, so everyone can contribute to improving the software thanks to the GPL license. The template system allows the creation of beautiful themes with ZERO PHP coding (although HTML and JS are required). You'll only have to write PHP code to achieve complex representations or apply some settings, but if you need to do that, Navigate CMS is flexible enough to allow it very easily.
  • 20
    Bower

    Bower

    Bower

    Web sites are made of lots of things, frameworks, libraries, assets, and utilities. Bower manages all these things for you. Keeping track of all these packages and making sure they are up to date (or set to the specific versions you need) is tricky. Bower to the rescue! Bower can manage components that contain HTML, CSS, JavaScript, fonts, or even image files. Bower doesn’t concatenate or minify code or do anything else, it just installs the right versions of the packages you need and their dependencies. To get started, Bower works by fetching and installing packages from all over, taking care of hunting, finding, downloading, and saving the stuff you’re looking for. Bower keeps track of these packages in a manifest file, bower.json. How you use packages is up to you. Bower provides hooks to facilitate using packages in your tools and workflows. Bower is optimized for the front-end. If multiple packages depend on a package, jQuery, for example, Bower will download jQuery just once.
  • 21
    RadSystems

    RadSystems

    RadSystems

    RadSystems is a robust integrated development environment tool and Low-code software that facilitates rapid application development process by reducing redundant coding time. RadSystems applications can be generated through ASP.NET Core, Python Flask, PHP Laravel, Node Express.js, Vue.js, and Quasar Framework. You can also build traditional or classic web applications using Bootstrap, jQuery, and Laravel. RadSystems Studio is a robust Low-code software that facilitates a rapid application development process by reducing redundant coding time. Through its complex engine algorithm, it is possible for an application to be generated in several programming languages from a single code base. You can publish your application to Classic Application, Single Page Application, Progressive Web Application, and Mobile Application with a single click.
  • 22
    TalkJS

    TalkJS

    TalkJS

    TalkJS is a full-featured chat API you can add to your website or mobile app. It comes with a fully featured chat UI and works seamlessly with any language or framework. You can have a chat solution up and running in a matter of hours. Javascript SDK Seamlessly integrate two-way chat with talk.js, our real-time messaging infrastructure and our great UI. Fully featured Everything you want in a messaging app. Reliable and scalable. Real-time, cross-platform synchronization. Ship faster Turn any <div> into a full-fledged messaging app. Up and running in 10 minutes. Works with your framework or programming language Most of your TalkJS code will live in the frontend, which means that it will work seamlessly with any language or framework. This includes React, jQuery, Angular, VueJS, PHP, Laravel, Ruby on Rails, Python, Django, ASP.NET MVC, .NET, Java, NodeJS, and so on.
    Starting Price: $49.00/month
  • 23
    getcss

    getcss

    getcss

    getcss - An intuitive CSS framework. Create responsive web apps with getcss. It's simple, easy to use, free, and open source. Features: * Accelerate your development - Write less, get more * Zero dependencies * Latest technologies - Supports latest browsers, HTML5, CSS3 * Easy to learn, easy to use - as easy as 1-2-3 * Free and Open Source - Develop for yourself or your client * Responsive User Interface - Developed with mobile first approach * Media queries and Flexbox based.
  • 24
    Interaria

    Interaria

    Interaria

    Interaria has an established track record of over 15+ solid years in the web and software industry. We are educated, motivated and experienced. Our core values are direct communication and integrity in software code development. Our scalable applications are for both web and mobile. We provide full-service online solutions including brand design, UX design, all web & mobile codes (XHTML, HTML5, jQuery), MySQL database set up, dynamic PHP coding, content management & testing for quality assurance. We are a certified Apple iOS developer. Our web and mobile application development process includes about eight steps from brand design & management, UX design, web and mobile codes to dynamic coding and quality assurance. We work on all aspects of the application production to create winning solutions. We are a leading PHP/MySQL Dallas web application development agency. We have developed and utilize our private custom PHP code library for rapid and agile web application development.
  • 25
    ArrowChat

    ArrowChat

    ArrowChat

    ArrowChat lets your users text and video chat with each other. Install chat in minutes on top of any existing website. ArrowChat is a self-hosted live chat software based on PHP script and jQuery. It's running at the bottom of our page, take a look! Our chat will automatically log in your website users when they log into your site. No extra coding! Usernames are retrieved and displayed with full support for other languages in UTF-8. ArrowChat will get a user's profile link and conveniently provide the link for other users. Our chat software will automagically determine the avatar system and display a user's avatar. The online list of users will update as a user adds and removes friends from their list. From our admin panel, you can restrict features within ArrowChat based on a user's group. ArrowChat includes a version tailored specifically for mobile devices. A user visiting your site on a mobile device will be able to pop-up the chat right within your page.
    Starting Price: $45 one-time payment
  • 26
    Kitto

    Kitto

    Kitto

    Kitto is a comprehensive SaaS starter kit meticulously crafted for developers aiming to transform their innovative ideas into reality. Built with PHP using Symfony, it offers a robust backend framework that enhances scalability and flexibility. The front end integrates cutting-edge technologies such as Tailwind CSS and Flowbite, enhanced by the robust features of Bootstrap and jQuery, ensuring an optimal user experience. Kitto simplifies financial management by supporting Stripe as a subscription gateway, enabling recurring payments and flexible per-user pricing. It includes an administrator back office powered by the EasyAdmin bundle, offering a ready-to-use and customizable admin interface. Deployment is streamlined with a ready-to-use Docker configuration, facilitating effortless local or cloud deployment without tedious setup. Comprehensive documentation guides developers from installation to advanced customization, providing the necessary support to optimize their projects.
    Starting Price: €199 one-time payment
  • 27
    BlueClosure

    BlueClosure

    Minded Security

    BlueClosure can analyse any codebase written with JavaScript frameworks like Angular.js, jQuery, Meteor.js, React.js and many more. Realtime Dynamic Data Tainting. BlueClosure Detect uses an advanced Javascript Instrumentation engine to understand the code. By leveraging our proprietary technology the BC engine can inspect any code, no matter how obfuscated it is. Scanning Automation. BlueClosure technology can automatically scan an entire website. This is the fastest way to scan and analyse BIG enterprise portals with rich Javascript content as a tester would with his browser. Near-Zero False Positives. Data Validation and Context Awareness makes the use of a dynamic runtime tainting model on strings even more powerful, as it understands if a client side vulnerability is actually exploitable.
  • 28
    Web Robots

    Web Robots

    Web Robots

    We provide B2B web crawling and scraping services. Automatically locates and extracts data from web pages. Provides you with an Excel or CSV file. Runs in your Chrome or Edge browser as extension. Fully managed web scraping service. We write, run and maintain robots based on your requirements. Deliver data to your database or API. You can see data, source code, statistics and reports on the customer portal. Guaranteed SLA and excellent customer service. Use our platform and write your own robots in JavaScript. Easy to write using JavaScript and jQuery. Powerful engine using full Chrome browser. Auto-scaling and reliable. Contact us for demo space approval.
  • 29
    VIENNA Advantage ERP/CRM
    Onfinity All-in-One ERP system is a modern, AI driven and powerful ERP system with the most comprehensive community edition covering. Onfinity Community is made for Small to Medium sized companies. It is easy to setup and easy to use. Financial Management Budgeting and Controlling Human Resource Management Inventory Manufacturing Purchase Order Management Project Management Asset Management Customer Relationship Management and more Community gets access to all updates and patches. The architecture if Onfinity is composable with Canvas, a low/no code framework at its base. You can use PostgreSQL or Oracle as database options. The development is done in C#.Net with a modern UI based on jQuery and React.
  • 30
    Svelte Native

    Svelte Native

    Svelte Native

    Svelte Native is a mobile application framework powered by Svelte, build mobile apps using the friendly web framework you already know. Build cross-platform, native iOS and Android apps without web views. Get truly native UI and performance while sharing skills and code with the web. Use the full power of Svelte including transitions, stores, and reactivity. One of the smoothest development experiences available for mobile. Svelte Native is a new approach to building mobile applications using NativeScript. Where other JavaScript mobile development frameworks like React Native and NativeScript-Vue do the bulk of their work on the mobile device, Svelte Native shifts that work into a compile step that happens when you build your app. Instead of using techniques like virtual DOM diffing, Svelte writes code that surgically updates the native view widgets when the state of your app changes.
  • 31
    MōBrowser

    MōBrowser

    TeamDev

    MōBrowser is an SDK for building modern and secure cross-platform desktop apps with HTML/CSS/JavaScript GUI. It includes many tools for generating a project from different templates, building, branding, packaging, signing and notarizing, making installers for macOS, Windows, and Linux, auto-updating apps, etc. With MōBrowser you can turn your website or web application into a desktop application, make desktop apps with modern HTML/CSS UI, make desktop apps with UI built using modern frontend frameworks such as React, Vue, Angular, etc.
    Starting Price: $128/user/month
  • 32
    Hybrid MLM

    Hybrid MLM

    Hybrid MLM Software

    Our software platform is designed with modern premium technologies like; MySQL, PHP, Apache, jQuery, Python, MongoDB, and NodeJS which are highly secure and will withstand any form of cyber threat or attack to give you the best-secured user experience. HybridMLM software comes with optimized business intelligence tools that will provide you with a fast, accurate, and efficient translation of complex statistical data. Hybrid MLM software’s dashboard is also highly interactive with a simple user-friendly interface. Our Multi-Level Marketing software comes with reliable functions, developed with up-to-date and essential tools, all at an affordable price with no compromise on quality. These make Hybrid MLM one of the best MLM software providers in the world. Take a free demo at
  • 33
    Sanic

    Sanic

    Sanic

    Intuitive API with smart defaults and no bloat allows you to get straight to work building your app. Build the way you want to build without letting your tooling constrain you. Built from the ground up with speed and scalability as a main concern. It is ready to power web applications big and small. Out of the box, it comes bundled with a web server ready to power your web applications. Sanic is one of the overall most popular frameworks on PyPI, and the top async enabled framework. The project is maintained and run by the community for the community.
  • 34
    Axon Framework
    Purpose-built and open source, Axon Framework provides the building blocks for modern applications using event-driven architecture (EDA) powered by domain-driven design (DDD), event sourcing, and command query responsibility separation (CQRS). Our proven technology allows your team to evolve your application to reach business demands without unnecessary complexity.
  • 35
    NOSH ChartingSystem
    NOSH ChartingSystem is an electronic health record system designed exclusively for doctors and patients. This is a new mobile-friendly version that is now based on the Laravel PHP framework and jQuery. NOSH has FHIR, Bluebutton, ICD-10, GoodRX API, RXNorm API, Phaxio, and UMA support. Installing NOSH ChartingSystem is easy to install if you run Docker NOSH. NOSH and all its dependencies are already configured and installed properly. Just deploy the Vagrant virtual machine and you're ready to start. The previous method through Ubuntu Linux PPA's is now depreciated. If you have access to a terminal shell for your server (any distro for Linux or Mac OS-X), you can install NOSH. The installation script automatically adds scheduled task commands (cron files) and web server configuration files to make NOSH work seamlessly the first time. The script also determines if your system meets all the package dependencies before installation. For detailed information, go to the Wiki link.
    Starting Price: $50 per month
  • 36
    MS4BI

    MS4BI

    Mandragore Planete

    MS4BI Server PROFESSIONAL: Free System BI Welcome to agile BI projects and small businesses! Ultra light, ultra simple, fully responsive. -Multiplatform : Windows, local & Web Server & Cloud -Charts, queries, dashboards, report design, groups, aggregates, menus,Excel consolidation, web application : budget,timeline,gantt,bank,personal... - Design Tools: Web apps, no coding required. - SQL, ADO, ODBC Oracle. MySQL, SQL Server, SQLite3. - Administration database, encryption. - Language: Ms4Script (lowcode). Unique optimized source code for shorter development times: Pchart, Nice, Morris, ChartJS, Google Charts, Excel, Leaflet and others. - license by subscriptio/year - cloud : free account - Free Version MS4BI integrates with: PHP, HTML, JavaScript, jQuery, Microsoft Edge, Mozilla Firefox, Chrome, Safari
    Starting Price: €149 for license Year
  • 37
    webCOMAND

    webCOMAND

    COMAND Systems

    Build models with object-oriented inheritance, hierarchies, custom validations, methods and code. Filter by folder, variant, workflow state and revision, with full keyword search, SQL functions, and expressions. Deliver content in JSON format for any front-end framework: React, Angular, Vue.js, jQuery, Vanilla JS. Create and format multi-channel content with approved visual styles, no markdown or coding is required. Coordinate with teammates with live as-you-type updates, field-level locks, team roles, and custom validations. Customize content per locale, channel, market segment, behavior or anything you can think of. On-boarding, training, support and development services jump-start your project and streamline development. Cloud hosting and storage, 24/7/365 monitoring, an SLA and compliance services means you can rest assured. Clear pricing, flat monthly fees. Pick the best plan as you grow, with no unexpected charges.
    Starting Price: $50.00/month/user
  • 38
    Framework7

    Framework7

    Framework7

    Framework7 is a free and open-source framework to develop mobile, desktop, or web apps with a native look and feel. It is also an indispensable prototyping tool to show a working app prototype as soon as possible in case you need to. With such a stunning set of UI components that Framework7 provides right from the box, it allows to create web apps, progressive web apps (PWA), and iOS and Android apps with a native look and feel. Framework7 paired with extra tools like Electron and NW.js allows to build native desktop apps. You can use any tools you love when working with Framework7. It doesn’t force you to use anything except plain HTML, CSS, and JavaScript. Creating apps with Framework7 is easy as creating a website. And in addition to vanilla JavaScript library, Framework7 comes with Vue.js, React, and Svelte components to bring components-syntax, structured data, and data bindings with the power and simplicity of Vue.js, React, or Svelte.
  • 39
    FormValidation

    FormValidation

    FormValidation

    From v1.0.0, the library is rewritten in Typescript and ES6 completely. The giant and old jQuery plugin doesn't exist anymore. With the new plugin-based architecture, the library has really small core. Everything else is built around as a plugin. Each file in the dist/css and dist/js folders has two versions: the normal code in the .css, .js files, and the minified code in the .min.css, .min.js files. In order to reduce the page loading time and enhance the user experience when visiting your site, you should use the .min.css, .min.js files in the production website. Meanwhile, in the development mode, you should use the normal files without .min part to debug the code more easy.
    Starting Price: $50 one-time payment
  • 40
    Vaadin

    Vaadin

    Vaadin

    Vaadin is a web app development platform for Java. It helps you build reliable web apps with great UX faster than before. Building an enterprise web app involves a lot of moving pieces. Vaadin simplifies the process with an integrated web app development platform for Java backends. Vaadin comes with all the components, frameworks, and tools you need to build a reliable, secure, app with great UX. Research shows that good user experience (UX) increases employee engagement, helps digital transformations to succeed, and avoids costly mistakes. The Vaadin Design System provides UI components and UX patterns that help you build consistently good user experiences in every app. Better yet, you can use it to build a custom design system for your organization. Vaadin comes with 45+ UI components that help you build consistent UIs fast. The theme can be customized to match your brand. Vaadin components work with screen readers and assistive devices.
    Starting Price: $139 per month
  • 41
    Meteor

    Meteor

    Meteor

    Meteor is an open-source framework for seamlessly building and deploying Web, Mobile, and Desktop applications in Javascript. Use popular frameworks and tools right out of the box. Focus on building features instead of configuring disparate components yourself. Use the same code whether you’re developing for web, iOS, Android, or desktop for a seamless update experience for your users. Developed for over a decade and trusted by industry giants. Meteor is a mature open-source framework that allows you to build and scale efficiently so you can serve millions of users. Visibility into your app's performance. See real-time metrics so you can monitor how your application is running. Spend less time on DevOps and more time building. The most efficient way for you to host & scale your Meteor app. Browse our extensive library of open source packages, free for you to download.
  • 42
    Foundation

    Foundation

    Foundation Framework

    A Framework for any device, medium, and accessibility. Foundation is a family of responsive front-end frameworks that make it easy to design beautiful responsive websites, apps and emails that look amazing on any device. Foundation is semantic, readable, flexible, and completely customizable. We’re constantly adding new resources and code snippets, including these handy HTML templates to help get you started! Everything is semantic. You can have the cleanest markup without sacrificing the utility and speed of Foundation. You can build for small devices first. Then, as devices get larger and larger, layer in more complexity for a complete responsive design. You can customize your build to include or remove certain elements, as well as define the size of columns, colors, font size and more. Millions of designers and developers depend on Foundation. We have business support, training and consulting to help grow your product or service.
  • 43
    ShopWired

    ShopWired

    ShopWired

    Build your new online store from scratch with one of our responsive themes. Use our theme customisation tools to brand your online store. Change colours, add images and text, and provide a seamless experience to your visitors no matter what device they use. No coding or software installation required. ShopWired's range of ecommerce features outranks even the most popular ecommerce platforms. Control your entire online business from your ShopWired account. Manage your product catalogue, customers, orders, and promotions in just a few clicks. ShopWired takes the stress out of searching for the perfect theme by offering a wide range of professional free themes, easily customisable and optimised for success. ShopWired themes are designed for mobile commerce success. All our themes are responsive so they work seamlessly on computers, laptops, tablets and smart phone devices.
  • 44
    Unirest
    Unirest is a set of lightweight HTTP libraries available in multiple languages, built and maintained by Kong, who also maintains the open-source API Gateway Kong. To utilize Unirest for node.js install the npm module. You're probably wondering how using Unirest makes creating requests easier. Besides automatically supporting gzip, and parsing responses, you can start with basic examples. A request can be initiated by invoking the appropriate method on the Unirest object, then calling .end() to send the request. Alternatively, you can send the request directly by providing a callback along with the URL. Provides simple and easy-to-use methods for manipulating the request prior to being sent. This object is created when a Unirest method is invoked. This object contains methods that are chainable like other libraries such as jQuery and popular request module Superagent (which this library is modeled after slightly).
  • 45
    Nfield

    Nfield

    NIPO Software

    Welcome to Nfield Online. First impressions are vital and respondent attention span is short. Nfield Online survey software is therefore designed to make completion inviting and effortless. Your questions are presented in attractive templates which are fully responsive to different device screen sizes. So you get more completed mobile surveys in a shorter space of time. Choose a standard or custom branded theme and create the surveys you need. User-friendly interface makes new online survey creation easy and straightforward for all. Our pricing is flexible, monthly-based and you pay only for completed surveys. With around 2 billion smartphones and 1 billion tablets currently in use around the world, and still rising, accessing survey respondents is no longer limited to the time they spend at their desks. For market researchers, it’s interesting to know that educated, wealthier individuals are the most prevalent users of mobile devices, across all countries and regions.
  • 46
    Enhance

    Enhance

    Enhance

    Enhance ships with everything you need to build a production-ready app. Organize your pages as easily as a desktop folder. Access and store data with simple JavaScript functions. Build reusable components with HTML and scoped CSS. Add client-side interaction just where you need it. Build server-rendered custom elements that seamlessly upgrade to interactive web components. Enhance makes the right way the easy way. Start with a version that works everywhere for everyone. Incrementally upgrade interactive elements from there. The web platform has what you need and never goes out of fashion. Ditch throbbers and loading screens by removing framework bloat and authoring only the code you need. When you learn Enhance, you’re learning development approaches that will last as long as the web does. Enhance apps are designed with deployment in mind. When you're ready to launch, we've got you covered with Begin.
  • 47
    ADO.NET Data Providers
    dotConnect is an enhanced data connectivity solution built over ADO.NET architecture and a development framework with a number of innovative technologies. dotConnect includes high-performance data providers for the major databases and popular cloud applications and offers a complete solution for developing data-related applications and web sites. dotConnect can be used in all areas of modern application development: web applications and services, windows forms applications, mobile and enterprise development. dotConnect providers support such ORMs as Entity Framework, Entity Framework Core, NHibernate and LinqConnect. The providers come bundled with their own visual designer for ORM models - Entity Developer. dotConnect ADO.NET providers for databases and cloud applications, such as Oracle, MySQL, PostgreSQL, SQLite, Salesforce, Dynamics CRM, SugarCRM, Zoho CRM, QuickBooks, FreshBooks, MailChimp, etc.
    Starting Price: $99.95/one-time/user
  • 48
    AkioSurvey

    AkioSurvey

    AkioSurvey

    Creation of a free online survey usable on cell phones, tablets, laptops and desktops is easy as pie with AkioSurvey free online survey software. Just create a survey and add questions from 14 predefined question types. Multilingual support in our free online surveys is matter-of-course. It is possible to select one of many predefined survey color themes. Business customers can enjoy the option to use own logo and option to create custom color theme to achieve fitting organizational branding. There is an option to add logical branching depending on the respondent’s answer for particular question and also when respondent reaches particular page of the survey. Additionally, it is possible to disqualify responses in case the respondent’s answers are not relevant for your survey, research or poll. With this approach, you can save your time otherwise used on response filtering.
    Starting Price: $29 per month
  • 49
    LoopBack

    LoopBack

    LoopBack

    A highly extensible Node.js and TypeScript framework for building APIs and microservices. A brand new LoopBack core to deliver great extensibility and flexibility written in TypeScript/ES2017. Create powerful APIs easily with a new creative experience for defining REST APIs and handling API requests/responses. A new, improved programming model with dependency injection and new concepts such as components, mixins, repositories, etc. make this the most extensible version yet. The LoopBack 4 CLI is a command-line interface that can scaffold a project or extension. The CLI provides the fastest way to get started with a LoopBack 4 project that adheres to best practices. LoopBack is a highly-extensible, open-source Node.js framework that enables you to create dynamic end-to-end REST APIs with little or no coding. Access data from major relational databases, MongoDB, SOAP, and REST APIs. Incorporate model relationships and access controls for complex APIs.
  • 50
    MobileHMI

    MobileHMI

    Iconics

    The same control screens that can be configured via ICONICS GraphWorX64™ data visualization tool to be used on PCs and laptops can be customized for access via a wide variety of mobile devices, such as smartphones, tablets, and wearables. These devices can then utilize ICONICS MobileHMI™ enterprise mobile applications in order to view instant KPIs and alerts at any time, from anywhere. MobileHMI allows organizations to place process monitoring and control in the hands of operators, wherever they may be, using popular smartphones, tablets, or wearables. ICONICS data mobility solutions feature responsive design. GraphWorX64 and the Workbench allow for quick display creation for both desktop machines and mobile devices. ICONICS works with hardware manufacturers to integrate its data mobility software. The company continuously devotes research and development efforts to working with the latest mobile devices.