Alternatives to fullPage.js
Compare fullPage.js alternatives for your business or organization using the curated list below. SourceForge ranks the best alternatives to fullPage.js in 2026. Compare features, ratings, user reviews, pricing, and more from fullPage.js competitors and alternatives in order to make an informed decision for your business.
-
1
FusionCharts
Idera, Inc.
FusionCharts is a powerful and easy-to-use JavaScript charting library that helps developers to add interactive charts and data visualizations to their web and mobile applications. With 100+ chart types, including column, bar, line, area, pie, doughnut, scatter, bubble, and more, it's easy to create professional-looking charts that are engaging and informative. The library is completely cross-browser compatible and works seamlessly with a wide range of technologies, including Angular, React, Vue, and more. FusionCharts product suite consists of • FusionCharts Suite XT • FusionTime • FusionExport • FusionGrid FusionCharts offers a wide range of features that make it one of the most popular charting libraries on the market, including: • Real-time data updates • Dynamic updates of data using AJAX • Drill-down and multi-level charts • Animation and special effects • Export to PDF, PNG, and SVG • Responsive design • Accessibility supportStarting Price: $0 -
2
Webix Grid
Webix
Webix Grid is a standalone JavaScript DataGrid component (table/grid UI widget) that is optimized for high-performance, large-dataset scenarios, and is designed to be dropped into web applications where tabular data needs to be displayed, edited, filtered, sorted, etc. Key positioning points: Lightweight: you don’t have to bring in the full Webix UI library if you only need the grid. Focused on “just the grid” use-case rather than a full UI framework. Feature-rich, offering a wide set of capabilities for enterprise-style data apps: - Virtual scrolling - Frozen columns - Inline editing - Sorting - Filtering - Grouping - Column resizing - Column reordering - Multi-line headers - Row selection - Cell selection - Copy/paste - Excel export - PDF export - CSV export - Paging - Validation - Undo/redo - Drag and drop - Spanning cells - Context menus - Keyboard navigation - Conditional formatting - Column summaries - Custom rendering - Live updatesStarting Price: $749 per project -
3
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.Starting Price: Free -
4
Choreographer-js
Choreographer-js
A simple library to take care of complicated animations. You can also add custom functions that do non-CSS animations! Install and save to your package.json, and include it in your Javascript. Brew up some instant scroll animations. Animate based on scroll location, animate based on mouse X location and create multiple animations based on mouse X location. Now you can create an instance of Choreographer, and run the animations based on whatever measurement floats your boat (ex. scroll position, mouse position, timestamp, whatever). The easiest way to understand how this all works is to check out the examples. Bugs will occur if you overlap animation ranges that affect the same style properties! There are two built-in animation functions available, called 'scale' and 'change'. Progress is what allows for progressive scaling of values (ex. smooth fading of opacity, 2d translation, etc.) If the value is between 0 and 1, that means you are within a range.Starting Price: Free -
5
Babylon.js
Babylon.js
Our passion is to make it completely open and free for everyone. We are artists, developers, creators, and dreamers and we want to make it as simple as possible to enable everyone to bring their ideas to life. This is an important milestone for the Babylon.js platform. Babylon.js was named with a deep love and admiration of one of the greatest sci-fi shows of all time, and we are thrilled to announce the launch of the next version of the Babylon.js platform. Babylon.js 5.0 is quite simply the biggest, boldest, and most ambitious update to the platform to date. We know developers want to reach as many people as possible with as little effort as possible. We are proud to announce that Babylon.js 5.0 unlocks the ability to use the Babylon.js API to develop web AND native applications.Starting Price: Free -
6
Peachy
InShot
Aiming at perfection in everything, Peachy is a powerful & handy pro photo editor, especially for selfie editing & retouching, body shape editing. Everybody is an excellent photographer with this simple retouch tool, it helps you meet the best version of you, smooth skin, whiten teeth, reshape face, fix blemishes, remove wrinkles, become taller, add makeup, tattoo, muscles & filters and so on. Refine a specific area of the selfie, for example, arms or facial features. Peachy Pro Unlimited subscription is billed annually. In addition, a one-time payment will be offered if needed, which is not one of the subscription plan. Subscription automatically renews unless auto-renew is turned off at least 24-hours before the end of the current period.Starting Price: Free -
7
Chart.js
Chart.js
Simple yet flexible JavaScript charting for designers & developers. Layout boxes can be stacked and weighted in groups. A secondary title plugin with all the same options as the main title. Line segments can be styled by any user-defined criteria. Transitions of every property in every element can be configured individually and independently. Numerous performance enhancements have been introduced. Mix and match bar and line charts to provide a clear visual distinction between datasets. Plot complex, sparse datasets on date time, logarithmic, or even entirely custom scales with ease. Out of the box stunning transitions when changing data, updating colors, and adding datasets. Chart.js is a community-maintained project, contributions welcome! Visualize your data in 8 different ways, each of them animated and customizable. Redraws charts on window resize for perfect scale granularity. Includes new chart axis types.Starting Price: Free -
8
Pawnbroker Pawn Shop Software
Pawnbroker Pawn Shop Software
Unlike cloud-based competitors that charge high monthly rental fees, Windows-based PPSS operates on an ownership model. You pay for your license once and own it for life. After the first year, a small annual maintenance fee keeps your software updated—or you can opt for a one-time "buyout" to eliminate annual payments forever.Starting Price: $495.00 -
9
JavaScript InfoVis Toolkit
SenchaLabs
The JavaScript InfoVis Toolkit provides tools for creating interactive data visualizations for the web. The best way to start is to take a look at the demos page. Each demo has a See the Example Code link that takes you to the code for that example. The actual library code is included in the HTML file by building the lib each time with only the needed requirements taken from the name of the visualization and the build.json file. The required library code is built by the build.py file. In order to create a new visualization you need to set up the server environment to include test JavaScript files for your new visualization and also you need to add the new visualization files into the Source folder.Starting Price: Free -
10
Socket.IO
Socket.IO
In most cases, the connection will be established with WebSocket, providing a low-overhead communication channel between the server and the client. Rest assured! In case the WebSocket connection is not possible, it will fall back to HTTP long-polling. And if the connection is lost, the client will automatically try to reconnect. Scale to multiple servers and send events to all connected clients with ease. Socket.IO is a library that enables low-latency, bidirectional and event-based communication between a client and a server. It is built on top of the WebSocket protocol and provides additional guarantees like a fallback to HTTP long-polling or automatic reconnection. WebSocket is a communication protocol that provides a full-duplex and low-latency channel between the server and the browser. There are several Socket.IO server implementations available. And client implementations in most major languages. -
11
Sublyna
Sublyna
Sublyna is a platform that helps creators monetize their communities on Discord, Telegram, and Slack by launching paid channels and servers easily. It automates access management, instantly granting or revoking access based on subscription status without manual intervention. The platform supports flexible pricing options, including one-time payments and recurring subscriptions, with multiple currencies and payment methods. Sublyna features a no-code page builder to create attractive, conversion-optimized landing pages tailored to your brand. It provides detailed member analytics to track growth, revenue, churn, and more, enabling data-driven business decisions. Additionally, Sublyna includes a built-in affiliate program to help creators scale their communities through referral commissions.Starting Price: $49/month -
12
doPublicity Digital Signage
doPublicity Digital Signage
Digital Menu Board and Signage Templates are customizable templates, that can be personalized using images and text to suit various products and services. Unlike most cloud-based Digital Signage Services, we do not charge a Monthly or Annual fee, as our service does not need a recurring payment – It is a one-time cost solution.Remotely manage all screen, content and playlist settings through the website and asynchronously update media players - Manage any screen from anywhere, anytime. We provide Phone, Email and Remote Support, which includes training and assistance to successfully operate and manage the system. Support also covers free updates to new versions, as they are releasedStarting Price: $299 one-time payment -
13
Auth.js
Auth.js
Auth.js is an open-source authentication library designed to integrate seamlessly with modern JavaScript frameworks, providing a flexible and secure authentication experience. It supports various authentication methods, including OAuth (e.g., Google, GitHub), credentials, and WebAuthn, allowing developers to choose the most suitable approach for their applications. Auth.js is compatible with multiple frameworks, such as Next.js, SvelteKit, Express, Qwik, and SolidStart, enabling developers to implement authentication across different platforms. The library offers built-in support for popular databases like Prisma, Drizzle ORM, Supabase, Firebase, and TypeORM, facilitating user data management. Security features include signed cookies, CSRF token validation, and encrypted JSON Web Tokens (JWTs), ensuring robust protection for user data. Auth.js is designed to operate efficiently in serverless environments and provides comprehensive documentation and examples.Starting Price: Free -
14
Underscore.js
Underscore.js
Underscore is a JavaScript library that provides a whole mess of useful functional programming helpers without extending any built-in objects. Underscore provides over 100 functions that support both your favorite workaday functional helpers like map, filter, and invoke, as well as more specialized goodies like function binding, javascript templating, creating quick indexes, deep equality testing, and so on. You may choose between monolithic and modular imports. The project is hosted on GitHub. You can report bugs and discuss features on the issues page or chat in the Gitter channel. Underscore 1.x is backward compatible with any engine that fully supports ES3, while also utilizing newer features when available. Collection functions work on arrays, objects, and array-like objects. We have recent confirmation that the library is compatible with Adobe ExtendScript. There is support code present for IE 8, which we will retain in future Underscore updates.Starting Price: Free -
15
D3.Js
Mike Bostock
D3.js is a JavaScript library for manipulating documents based on data. D3 helps you bring data to life using HTML, SVG, and CSS. D3’s emphasis on web standards gives you the full capabilities of modern browsers without tying yourself to a proprietary framework, combining powerful visualization components and a data-driven approach to DOM manipulation. D3 allows you to bind arbitrary data to a Document Object Model (DOM), and then apply data-driven transformations to the document. For example, you can use D3 to generate an HTML table from an array of numbers. Or, use the same data to create an interactive SVG bar chart with smooth transitions and interaction. D3 is not a monolithic framework that seeks to provide every conceivable feature. Instead, D3 solves the crux of the problem: efficient manipulation of documents based on data. This avoids proprietary representation and affords extraordinary flexibility, exposing the full capabilities of web standards such as HTML, SVG, and CSS. -
16
WebDataRocks
WebDataRocks
WebDataRocks is a simple free JS library for creating functional and easy-to-use pivot tables. It can be used with Angular, Vue, React or any other framework. Free Flexible in customization JavaScript based client-side component Loads 1MB of JSON or CSV data files Full set of enterprise features Integration with 3rd party charting libraries Full set of enterprise features Features like filtering, sorting, grouping, conditional and number formatting, calculated values, totals are available for efficient work with your data. It supports printing or exporting web report to PDF, Excel or HTML with just one click. Ready-to-use modern UI The tool offers a classy spreadsheet-like interface optimized both for browsers and apps. All principles of reliability and excellent user experience are already implemented in this web reporting tool.Starting Price: Free -
17
ScreenshotAPI
ScreenshotAPI
ScreenshotAPI is an advanced and dynamic solution that allows users to take screenshots of a website programmatically without breaking a sweat, users can select from several available formats, JPEG, PNG, WebP, or PDF, this gives them the advantage of suiting their images to their needs, the API is simple and extremely configurable with features such as a full‑page image of the screen or a certain file type, adding custom CSS, or even a geolocation, the API additionally offers capabilities for taking screenshots in multiple scrolling dimensions and on how to extract HTML or text from webpages. With the playground, users can instantly capture full‑page or custom screenshots of any website, enjoy powerful tools such as scrolling screenshots, full‑page captures, custom CSS and JS injection, bulk screenshot processing, and much more.Starting Price: $9 per month -
18
Payvoice
Payvoice
Create hosted subscription pages from your Stripe plans and connect them to your existing website. Create quotes by combining your stipe recurring plans with one-time payments from the outside stripe. Payvoice is a web application that helps online businesses to set up and manage their recurring billing and hook it with their existing websites in a matter of minutes as compared to existing approaches that would take months. Create beautiful pricing pages from Stripe plans. Build multi-plan pricing pages for your annual and monthly plans. Embed pricing pages on your existing website or use our hosted page. Frequently Asked Questions for your pricing pages. Add feature list for your plans. Report on your business and sales team performance. Sales person monthly sales conversion breakdown. Basic MRR reporting. Basic Cash flow reporting.Starting Price: $49 per month -
19
Supalaunch
Supalaunch
SupaLaunch is a comprehensive SaaS boilerplate built with Next.js and Supabase, designed to accelerate the development of full-stack web applications. It integrates essential features such as authentication (including email and Google login), a PostgreSQL database, image storage, APIs, Stripe payments (supporting both one-time and subscription models), and email functionalities. The platform offers a pre-built landing page crafted with Tailwind CSS and DaisyUI, encompassing customizable sections like navbar, partners, features, pricing, FAQ, and footer. SupaLaunch also includes a markdown-based blog for SEO-friendly content management, AI components with OpenAI API integration and streaming, and supports over 20 UI themes. Additional features comprise built-in SEO tags, an automatically generated sitemap, website analytics, and programmatic email sending via MailerSend. The boilerplate is structured to facilitate rapid project setup.Starting Price: $57 one-time payment -
20
IRIS by Medi.com
Medi.com
IRIS by Medi.com is a modular Electronic Medical Record (EMR) system designed for specialists (Gynecology, Ophthalmology, ENT). Unlike generic software, it integrates directly with diagnostic devices via the Photo/Video Module, allowing you to capture images from video colposcopes directly into patient files. Key Features: Lifetime License: One-time payment per workstation/user. No monthly subscriptions. Modular Design: You buy the base system and purchase specific add-ons separately (e.g., Gynecology forms or the Photo/Video integration). Updates & Support: While the license is perpetual, access to technical support and software updates requires an annual maintenance package (calculated as a % of the software price). Ideal for private practices seeking a secure, GDPR-compliant solution that unifies documentation and diagnostics.Starting Price: 830€ -
21
React
React
React makes it painless to create interactive UIs. Design simple views for each state in your application, and React will efficiently update and render just the right components when your data changes. Declarative views make your code more predictable and easier to debug. Build encapsulated components that manage their own state, then compose them to make complex UIs. Since component logic is written in JavaScript instead of templates, you can easily pass rich data through your app and keep state out of the DOM. We don’t make assumptions about the rest of your technology stack, so you can develop new features in React without rewriting existing code. React components implement a render() method that takes input data and returns what to display. This example uses an XML-like syntax called JSX. Input data that is passed into the component can be accessed by render() via this.props.Starting Price: Free -
22
Animate on scroll library. In order to make it work, you'll have to make sure your build process has configured styles loader and bundles it all correctly. If you're using Parcel, however, it will work out of the box as provided. AOS object is exposed as a global variable, for now, there are three methods available. Initialize AOS, recalculate all offsets and positions of elements (called on window resize), reinitiate the array with AOS elements, and trigger refresh (called on DOM changes that are related to AOS elements). By default, AOS is watching for DOM changes and if there are any new elements loaded asynchronously or when something is removed from DOM it calls refreshHard automatically. In browsers that don't support MutationObserver like IE, you might need to call it by yourself. You can also tell AOS to trigger a custom event on a specific element. You can also add custom animations.Starting Price: Free
-
23
SDScribe
SDScribe
Create your own OSHA-compliant Safety Data Sheets (SDSs) in GHS format. Press a button and watch the SDS appear as an editable word-processing document. For the price that a consultant might charge to produce one or two SDSs, you can have your own SDS generator for all of your products. Included with the program is a generator for OSHA-mandated GHS labels. Also available as an option is the inventory and production manager, for preparing batches, maintaining raw material and product inventories, and more. One-time purchase with optional annual upgrades. Prepare an unlimited number of SDSs, with no per-page or per-SDS charges. Organized just like an SDS, with tabs that represent the individual sections and sub-sections of the SDS. Streamlined interface with color field titles to indicate the most important items to enter. Offers unlimited levels of mixture components when you add an ingredient that is itself a mixture.Starting Price: $1,395 one-time payment -
24
PayRequest
PayRequest
PayRequest is a no‑code billing and subscription platform tailored for SaaS businesses, freelancers, and small to medium enterprises, offering both API and embedded solutions to generate and manage payment links, hosted pages, and donation forms without coding. It integrates seamlessly with leading gateways to support one‑time and recurring payments in multiple currencies. Users can create fully branded, dynamic payment links or embed checkout forms within minutes, distributing them via email, SMS, QR codes, or API calls. Subscription management automates billing intervals, trials, setup fees, taxes, and renewals, while a customer portal lets clients view plans and update payment methods. The PayRequest dashboard provides real‑time visibility into subscriptions and transactions, with filters, search, export, and one‑click actions (pause, refund, cancel).Starting Price: €5 per month -
25
Marionette
Marionette
Organize your app in terms of small Views. Marionette makes it easy to compose rich layouts out of small components. We've added tons of features from templateHelpers, to a declarative UI hash, that will keep you from ever wanting to go back. Share complex UI interactions across views. Behaviors are like mixins, without all of the pain associated with property collision. Decoupled communication between your application components with a powerful messaging system. Write classes with the same API as your views. Marionette Objects support features like extend, events, initialize, and more. Marionette community is home to the most welcoming and vibrant discussions in the Backbone ecosystem. Stop spending more time thinking about your framework than your app. Marionette will never get in the way of you and your code.Starting Price: Free -
26
Parsley
Parsley
Parsley, the ultimate JavaScript form validation library. Validating frontend forms has never been so powerful and easy. Like no other form validation library, simply write in English your requirements inside your form HTML tags, Parsley will do the rest! No need to write even a single JavaScript line for simple form validation. Parsley is now smarter, it automatically detects your forms' modifications and adapts its validation accordingly. Simply add, remove or edit fields, Parsley validation will follow! Parsley is shipped with more than a dozen useful validators. If not enough, use the awesome Parsley extra Ajax validator or tons of other extended validators provided by the community. Parsley strongly focuses on UI and UX. Override almost every Parsley default behavior to fit your exact needs. Still ships almost bug-free. Parsley is strongly tested and aims to work on every browser (including IE8).Starting Price: Free -
27
Payfacile
Payfacile
Online payment without coding for professionals. Accept one-time and recurring payments today and automate your billing. Payfacile integrates your favorite tools. Create and custom your payment pages. Send your page's https link to your client, who can then pay with his/her credit card or IBAN. Accept your first online payment today! Payments are secured by leaders of the payment industry. We provide merchant account and SSL certificate. Build recurring revenues with our subscription management system. Create customized subscription offers. Your subscribers will have an access to their personal secured portal to download their invoices and update their payment informations. Online payment solution without coding. Send a payment link by email to get by paid faster. It's easier and more secured for your customers. Recurring payments and automatic billing. Payfacile is agile, reliable and easy-to-use. Save time with billing automation. Simplified VAT management. 1-click refund.Starting Price: $12 per user per month -
28
SaaSykit
SaaSykit
SaaSykit is a Laravel-based boilerplate designed to expedite the development of modern SaaS applications by providing a comprehensive suite of pre-built components and features. It facilitates the offering of subscription-based and one-time purchase products, with integrated payment processing through Stripe, Paddle, and Lemon Squeezy. The platform includes a customizable admin panel powered by FilamentPHP, enabling efficient management of products, plans, pricing, and customer subscriptions. Developers can tailor the application's appearance using Tailwind CSS, adjusting elements such as primary and secondary colors, error pages, email templates, fonts, social sharing cards, and favicons. SaaSykit supports multi-tenancy, allowing for the creation of multi-tenant applications with features like team invitations, team management, and seat-based subscriptions that automatically sync with payment providers. It also offers built-in user authentication.Starting Price: $219 one-time payment -
29
Popper
Popper
Positioning tooltips and popovers are difficult. Popper is here to help! Given an element, such as a button, and a tooltip element describing it, Popper will automatically put the tooltip in the right place near the button. It will position any UI element that "pops out" from the flow of your document and floats near a target element. The most common example is a tooltip, but it also includes popovers, drop-downs, and more. All of these can be generically described as a "popper" element. Click on the dots to place the tooltip. There are 12 different placements to choose from. Pure CSS poppers will not be prevented from overflowing clipping boundaries, such as the viewport. It will get partially cut off or overflows if it's near the edge since there is no dynamic positioning logic. When using Popper, your popper will always be positioned in the right place without needing manual adjustments.Starting Price: Free -
30
Glimmer
Glimmer
Fast and lightweight UI components for the web. Available for use within Ember.js and standalone apps. Glimmer is one of the fastest DOM rendering engines, delivering exceptional performance for initial renders as well as updates. Architected like a virtual machine (VM), Glimmer compiles your templates into low-level code so it can run as fast as possible, without sacrificing ease of use. Glimmer components can coexist with your technology stack, so you can develop new features in Glimmer components without rewriting existing code. Because Glimmer VM powers the components in Ember, there’s a battle-tested, full-stack framework waiting for you, if you need it. Just drop your Glimmer components into an Ember app. You won’t need to change a thing. Glimmer.js is actually made up of lots of small packages. Glimmer.js is the developer-facing API on top of the low-level Glimmer VM.Starting Price: Free -
31
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.Starting Price: Free -
32
Vue.js
Vue.js
Builds on top of standard HTML, CSS and JavaScript with intuitive API and world-class documentation. Truly reactive, compiler-optimized rendering system that rarely requires manual optimization. A rich, incrementally adoptable ecosystem that scales between a library and a full-featured framework. Vue is a JavaScript framework for building user interfaces. It builds on top of standard HTML, CSS and JavaScript, and provides a declarative and component-based programming model that helps you efficiently develop user interfaces, be it simple or complex. Vue extends standard HTML with a template syntax that allows us to declaratively describe HTML output based on JavaScript state. Vue automatically tracks JavaScript state changes and efficiently updates the DOM when changes happen. Vue is a framework and ecosystem that covers most of the common features needed in frontend development. -
33
SvelteShip
SvelteShip
SvelteShip is a comprehensive full-stack boilerplate designed to expedite the development and deployment of SvelteKit applications. It integrates essential technologies and services, including SvelteKit with TypeScript, Supabase for authentication and database management, Stripe for payment processing and billing, TailwindCSS and DaisyUI for responsive UI design, Mailgun for email services and magic link authentication, and Cloudflare for hosting and deployments. SvelteShip provides pre-built UI components such as a navbar and checkout button, facilitating rapid project initiation. It supports various authentication methods, including social logins via Google and GitHub, and offers features like pricing pages, one-time payments, subscriptions, and webhook handling through Stripe. The boilerplate includes profiles and customer tables with triggers to auto-add users, powered by Supabase. Styling is customizable, allowing for easy inclusion of fonts, themes, colors, and dark modes.Starting Price: $59 one-time payment -
34
ChargeKeep
OwnerKit
Selling your service or product online is easier with ChargeKeep. Accept one-time payments. Create subscriptions. Sell anything you like. You'll be up and running in 5 minutes. Whether you’re selling consulting or coaching services, collecting donations, or providing access to a service, just set your price and go. ChargeKeep works alongside your site, seamlessly allowing you to accept payments. Simplicity is why businesses rely on us. Integrate ChargeKeep into any site, WordPress, Wix, Weebly, or Squarespace. You add a simple link to your page. Once clicked, it opens a payment overlay (example) that looks like a natural extension of your site. Style it how you want to match your brand. Everything is secured with Stripe. Plus it’s all on just one screen. No hidden steps or multi-step checkout. Clients click your buy link and are shown a simple payment form.Starting Price: $15.00/month -
35
Bideo.js
Bideo.js
Bideo.js is a JS library that makes it super easy to add fullscreen background videos. Fullscreen HTML5 background video for the web. Want to play a video in the background of a container or body itself? This plugin will help you do exactly that. The video element in use will automatically adapt to the container's dimensions. It will also resize as the browser window resizes. The plugin doesn't support any overlay as it is easy to implement that with plain HTML/CSS in your code. Video might take a few seconds to load, especially because the sources are added via JS which is something you'll load after the DOM's loading. Until then, you may want to show a video cover, which will be the same as the first frame or the video (or some other image). The support for this is not in the plugin as it's fairly simple to achieve this via just HTML/CSS (just like overlays).Starting Price: Free -
36
FastFood
GrenSoft
FastFood is a Windows-based software package for restaurants and take-outs. The program is very simple to use; your employees will require very little training. The software is network ready, and there is no additional charge for running the program on multiple workstations. By clicking on free download, you can download a free evaluation copy of FastFood, which is fully functional except that the number of sales items is limited to 20. The price of the FastFood site license is US$240.00. This is a one-time payment that includes support by phone and email. There are no hidden extras. Our software is used by well over two thousand establishments in more than thirty countries (approximately 70% in North America). Easy one-time setup procedure. Supports receipt printers, cash drawers, pole displays, barcode readers. Annual revenue, by month (graphical). Optional touch-screen functionality.Starting Price: $240 one-time payment -
37
NextAuth.js
NextAuth.js
NextAuth.js is an open source authentication solution tailored for Next.js applications, offering seamless integration with popular services like Google, Facebook, Auth0, and Apple. It supports various authentication methods, including OAuth 1.0 & 2.0, email/passwordless sign-ins, and custom username/password systems. Designed for flexibility, NextAuth.js operates efficiently in serverless environments and supports multiple databases such as MySQL, PostgreSQL, MSSQL, and MongoDB, allowing developers to choose between database sessions or JSON Web Tokens (JWT). Security features include signed, prefixed, server-only cookies, HTTP POST with CSRF token validation, and encrypted JWTs using JWS/JWE/JWK standards. The platform facilitates easy setup, enabling developers to add authentication in minutes with minimal configuration. Comprehensive documentation and a supportive community further enhance its accessibility for developers seeking a robust authentication system.Starting Price: Free -
38
RequireJS
RequireJS
RequireJS is a JavaScript file and module loader. It is optimized for in-browser use, but it can be used in other JavaScript environments, like Rhino and Node. Using a modular script loader like RequireJS will improve the speed and quality of your code. This setup assumes you keep all your JavaScript files in a "scripts" directory in your project. To take full advantage of the optimization tool, it is suggested that you keep all inline script out of the HTML, and only reference require.js with a requirejs call like so to load your script. All of them map to loading some/path/some/module.js. Ideally we could choose the CommonJS syntax, since it is likely to get more common over time, and we want to reuse code.Starting Price: Free -
39
Hotmart
Hotmart
A complete ecosystem for creators to build, market, and sell digital products worldwide. What would you like to sell? Work with the format that's right for your content and audience. Charge a subscription fee or one-time payment. Whether it's one-time purchases or lifetime subscribers, find the billing strategy that works for your business. Charge a flat rate for your product and offer installment plans for a lower customer-entry price. Ensure a more stable cash flow and attract more customers with a free trial and the convenience of automatic recurring payments. The backbone of your business should never be a plugin. That's why Hotmart's proprietary system, HotPay, is integrated into every aspect of the ecosystem. Automate product access, sales recovery, and commission payments for affiliates and cocreators while reducing churn with smart retries and strategic invoicing. -
40
Sencha Ext JS
Sencha
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 -
41
DHTMLX
DHTMLX
DHTMLX is a JavaScript UI library that provides a set of highly customizable and flexible components for building modern and responsive web applications. The library includes more than 30 UI components, such as Gantt, Scheduler, Kanban, diagrams, charts, grids, spreadsheets, calendars, trees, forms, and more. DHTMLX helps to advance web development and build feature-rich data-intensive applications of any complexity. One of the key advantages of DHTMLX is its compatibility with different web frameworks, including React, Angular, and Vue.js, which makes it a great choice for developers who are already working with these frameworks. DHTMLX is also designed with performance in mind. Its components are optimized for fast rendering. A comprehensive and rich API provides a straightforward way to manipulate JavaScript/HTML5 UI widgets. The library has detailed API documentation, tutorials, and examples that help developers quickly get up to speed and start building their apps.Starting Price: $79 -
42
UUKI
UUKI
Build meaningful relationships with content, discussions, and events under your own brand with web3 integrations. Give your audience a destination to interact with each other, and engage in discussion with rich text and media on the UUKI community platform. Create beautiful event pages, invite an audience, collect a payment, and interact and send them updates on your community platform. Sell premium content for a one-time payment or easily set up a subscription with UUKI. Great for courses, NFTs, coaching and more on your community platform. Add a community to your course hosted on an LMS or any course platform to help your students learn from each other and have a direct interaction with you. Provide a dedicated home for your NFT audience, apps or for your token holders to give them access to resources, let them connect with each other, and provide them ability to interact directly with you.Starting Price: $19 per month -
43
DevExpress
DevExpress
Create elegant, high-impact user experiences and emulate the capabilities of today’s most popular business productivity apps with DevExpress UI components for WinForms, WPF, and Delphi VCL. Deliver high-performance decision support systems and analytics dashboards across platforms and devices with our fully integrated suite of UI controls, reporting tools and dashboards. DevExpress Reports is our royalty-free reporting tool and component library for the .NET ecosystem. DevExpress Reports ship with an intuitive Visual Studio report designer, runtime report designers for WinForms/WPF/Web, and a rich set of report controls, including cross tabs and charts so you and your users can create reports of unmatched elegance and informational clarity.Starting Price: $599 one-time payment -
44
Blockly
Google
The Blockly library adds an editor to your app that represents coding concepts as interlocking blocks. It outputs syntactically correct code in the programming language of your choice. Custom blocks may be created to connect to your own application. Blockly in a browser allows web pages to include a visual code editor for any of Blockly's five supported programming languages, or your own. In Blockly Games, pictured here, users can solve a maze using Blockly's editor on the right. Blockly plugins are self-contained pieces of code that add functionality to Blockly. Plugins can add fields, define themes, create renderers, and much more. Blockly codelabs provide step-by-step instructions on how to use and customize Blockly. Sample projects that show how to use many of Blockly's features.Starting Price: Free -
45
Algolia Places
Algolia Community
Fast, beautiful, and easy-to-use address autocompletion. It harnesses OpenStreetMap’s impressive open-source database of worldwide places. Delight your users by implementing a powerful address autocomplete in minutes. Simplify your checkout and users’ accounts by filling in multiple inputs at the same time. Create the best city or country selector. Stop scrolling through a list to pick a country. Help your users find it faster. Link suggestions to a map. Visualize the results at a glance by displaying them on a real-time map. Build unique search experiences with the autocomplete.js & instantsearch.js plugins for Algolia Places. A JavaScript one-liner to turn any HTML <input> into fast & beautiful address auto-complete menus. Backed by Algolia's unique ranking algorithm, Algolia Places mixes intuitively relevant local and famous places. Native support of typing mistakes thanks to the unique way Algolia handles typos and ranks results accordingly.Starting Price: $0.40 per 1,000 requests -
46
Modernizr
Modernizr
Modernizr tells you what HTML, CSS, and JavaScript feature the user’s browser has to offer. It’s a collection of superfast tests, or “detects” as we like to call them, which run as your web page loads, then you can use the results to tailor the experience to the user. All web developers come up against differences between browsers and devices. That’s largely due to different feature sets, the latest versions of the popular browsers can do some awesome things which older browsers can’t, but we still have to support the older ones. Modernizr makes it easy to deliver tiered experiences and make use of the latest and greatest features in browsers that support them, without leaving less fortunate users high and dry. Modernizr is a small piece of JavaScript code that automatically detects the availability of next-generation web technologies in your user's browsers. Modernizr uses feature detection to allow you to easily tailor your user's experience.Starting Price: Free -
47
Ignite UI
Infragistics
Build modern, data-rich applications faster with Ignite UI - the most complete UI toolkit with 120+ enterprise-grade components for every major framework. Whether you're working in Angular, React, Blazor, Web Components, or desktop platforms like WPF and Windows Forms, Ignite UI delivers blazing-fast data grids, powerful charting, and responsive layouts built for performance and scalability. From advanced tools like Pivot Grid, Spreadsheet, and DockManager, to developer-friendly CLI support and global theming, everything is designed to streamline development and deliver sleek, high-performance experiences across devices.Starting Price: $1355 per year -
48
Telerik DevCraft
Progress Software
Telerik DevCraft is an AI-powered UI component suite designed to help developers build modern, high-performance applications faster. It includes a comprehensive collection of .NET and JavaScript UI libraries for web, desktop, and mobile development. DevCraft supports popular frameworks such as Blazor, ASP.NET, Angular, React, Vue, WPF, WinForms, and .NET MAUI. Built-in AI coding assistants help automate repetitive tasks and generate production-ready code directly in developers’ IDEs. The suite also includes tools for reporting, document processing, and mocking to support end-to-end application development. DevCraft emphasizes accessibility, performance, and customization across all components. Backed by enterprise-grade support and regular updates, Telerik DevCraft boosts productivity and code quality.Starting Price: $1,299 per developer -
49
Checkout Page
Checkout Page
Checkout Page is a no-code platform that lets you create fast, customizable, and branded checkout pages designed to convert visitors into customers. Powered by Stripe, it offers zero transaction fees and a simple point-and-click builder so you can launch in minutes without technical skills. The platform supports flexible payment options including one-time payments, subscriptions, payment plans, and pay-what-you-want pricing. You can easily add order bumps and one-click upsells to increase average order value without disrupting checkout flow. Checkout Page integrates smoothly with your existing website and marketing tools, providing real-time tracking and analytics. Thousands of businesses trust Checkout Page to create seamless, professional checkout experiences that boost revenue and customer trust.Starting Price: $29/month -
50
SAP Subscription Billing helps you grow recurring revenues with flexibility, agility, and scalability by automating the full subscription lifecycle from order configuration through invoicing and entitlement orchestration. It supports mix‑and‑match pricing models, including one‑time, recurring, and usage‑based fees, along with flexible contract updates, auto‑renewals, and complex pricing logic via real‑time and offline rating. Personalized, customer‑centric offerings let you devise and deliver tailored promotions, payment options, and bundles of products, services, or partner subscriptions. Accurate, detailed billing combines and aggregates data from multiple sources into unified invoices and partner statements, complete with invoice‑level discounting. Comprehensive entitlement management provides a 360° view of consumption to minimize revenue leakage and trigger downstream provisioning.Starting Price: $100 per year