Alternatives to Million.js
Compare Million.js alternatives for your business or organization using the curated list below. SourceForge ranks the best alternatives to Million.js in 2026. Compare features, ratings, user reviews, pricing, and more from Million.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
Cleave.js
Cleave.js
Format your <input/> content when you are typing. Cleave.js has a simple purpose, to help you format input text content automatically. Credit card number formatting, phone number formatting (i18n js lib separated for each country to reduce size), date formatting, numeral formatting, custom delimiter, prefix and block pattern, CommonJS/AMD mode, ReactJS component, AngularJS directive (1.x), and ES module. The idea is to provide an easy way to increase input field readability by formatting your typed data. By using this library, you won't need to write any mind-blowing regular expressions or mask patterns to format input text. However, this isn't meant to replace any validation or mask library, you should still sanitize and validate your data in the backend. Types are contributed by the community. Types for the React component are also available and can be imported in the same way.Starting Price: Free -
3
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 -
4
Omniscient
Omniscient
Do fast top-down rendering of views while thinking functional programming. Allow your views to be predictable, naturally separated, and composable, but still performant. Omniscient is to React as memoize is to the Fibonacci function. Functional programming for UIs. Memoization for stateless React components. Top-down rendering of components (unidirectional data flow). Favors immutable data (with Immutable.js). Encourages small, composable components, and shared functionality through mixins. Natural separation of concern. Components only deal with their own piece of data. Efficient and centrally defined. In its simplest form, an Omniscient component is a Stateless React Component, but more optimized. Omniscient is just as much a way to think when you are building applications as a library itself. As Omniscient is wrapped in a UMD you can use it many different ways, through CommonJS, AMD, or just through the window object.Starting Price: Free -
5
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 -
6
Semantic UI React
Vercel
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.Starting Price: Free -
7
Preact
Preact
Preact provides the thinnest possible Virtual DOM abstraction on top of the DOM. It builds on stable platform features, registers real event handlers and plays nicely with other libraries. Most UI frameworks are large enough to be the majority of an app's JavaScript size. Preact is different: it's small enough that your code is the largest part of your application. That means less JavaScript to download, parse and execute - leaving more time for your code, so you can build an experience you define without fighting to keep a framework under control. Preact is fast, and not just because of its size. It's one of the fastest Virtual DOM libraries out there, thanks to a simple and predictable diff implementation. We automatically batch updates and tune Preact to the extreme when it comes to performance. We work closely with browser engineers to get the maximum performance possible out of Preact.Starting Price: Free -
8
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 -
9
Svelte
Svelte
Svelte is a radical new approach to building user interfaces. Whereas traditional frameworks like React and Vue do the bulk of their work in the browser, Svelte 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 DOM when the state of your app changes. We're proud that Svelte was recently voted the most loved web framework with the most satisfied developers in a pair of industry surveys. We think you'll love it too. Read the introductory blog post to learn more. Svelte is a tool for building fast web applications. It is similar to JavaScript frameworks such as React and Vue, which share a goal of making it easy to build slick interactive user interfaces. But there's a crucial difference: Svelte converts your app into ideal JavaScript at build time, rather than interpreting your application code at run time.Starting Price: Free -
10
BlockNote
BlockNote
BlockNote is an open source, block-based rich text editor for React that offers a polished, Notion-style user experience with minimal setup. It comes with built-in UI components like menus and toolbars, which are fully customizable. It supports drag-and-drop functionality, allowing users to organize content into blocks that can be nested or rearranged. Developers can extend the editor with custom blocks, schemas, and plugins, benefiting from first-class TypeScript support for type safety and autocompletion. BlockNote enables real-time collaboration using Yjs, with support for providers like Liveblocks and PartyKit, allowing multiple users to edit documents simultaneously. It also supports theming, markdown, and HTML conversion, and can be used with vanilla JavaScript for non-React projects. Built on top of ProseMirror and TipTap, BlockNote simplifies the process of adding a rich text editor to applications, eliminating the need to build interface elements from scratch.Starting Price: $90 per month -
11
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.Starting Price: $848 -
12
Bryntum
Bryntum
Bryntum is a leading provider of high-performance scheduling solutions for the web. Our suite of JavaScript components—including Gantt, Scheduler, Task Board, and Calendar—enables developers to build modern project management applications with features like drag-and-drop scheduling, resource management, and interactive timelines. Seamless integration with popular frameworks such as React, Angular, Vue, and Ext JS ensures flexibility and rapid implementation. From streamlining planning workflows to visualizing complex schedules and optimizing resource allocation, Bryntum’s solutions empower organizations across industries to deliver robust, intuitive project planning tools at scale.Starting Price: $680 -
13
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.Starting Price: $899 -
14
Dexie
Dexie
Dexie.js is a minimalistic and bulletproof IndexedDB wrapper library designed to simplify client-side storage. At only ~29k minified and gzipped, it offers a concise API that addresses the complexities of native IndexedDB, such as ambivalent error handling, poor queries, lack of reactivity, and code complexity. Dexie.js provides a well-thought-through API design, robust error handling, extendability, change tracking awareness, and extended KeyRange support, including case-insensitive search, set matches, and OR operations. It embraces the IndexedDB specification and all its features, allowing developers to use existing IndexedDB data without the need for data migration. Dexie.js supports composable real-time queries, enabling components to mirror the database in real-time across various front-end frameworks like React, Svelte, Vue, and Angular. With Dexie Cloud, developers can build consistent, authenticated, and access-controlled local-first apps with just a few lines of extra code.Starting Price: Free -
15
Solid
SolidJS
Solid stands on the shoulders of giants, particularly in React and Knockout. If you've developed using React Hooks, Solid will come naturally to you. In fact, more natural, since the Solid model is simpler, without the rules of the Hooks. Each component is executed once and it is the Hooks and bindings that are executed as many times as the dependencies are updated. Solid follows the same philosophy as React with one-way data flow, read/write segregation, and immutable interfaces. At the same time, it has a completely different implementation by dispensing with the Virtual DOM.Starting Price: Free -
16
Redux
Redux
Redux is a JavaScript library designed for predictable and maintainable global state management in applications. It assists developers in writing applications that behave consistently across different environments, client, server, and native, and are easy to test. By centralizing an application's state and logic, Redux enables powerful capabilities such as undo/redo functionality and state persistence. The Redux DevTools facilitate tracing when, where, why, and how an application's state changes, offering features like time-travel debugging and comprehensive error reporting. Redux is flexible and works with any UI layer, supported by a large ecosystem of add-ons to meet various development needs. The Redux team also provides additional libraries, including React-Redux, the official React bindings for Redux, and Redux Toolkit, an opinionated toolset for efficient Redux development. -
17
React Native
Meta
React Native combines the best parts of native development with React, a best-in-class JavaScript library for building user interfaces. Use a little—or a lot. You can use React Native today in your existing Android and iOS projects or you can create a whole new app from scratch. React primitives render to native platform UI, meaning your app uses the same native platform APIs other apps do. Many platforms, one React. Create platform-specific versions of components so a single codebase can share code across platforms. With React Native, one team can maintain two platforms and share a common technology—React. React Native lets you create truly native apps and doesn't compromise your users' experiences. It provides a core set of platform agnostic native components like View, Text, and Image that map directly to the platform’s native UI building blocks.Starting Price: Free -
18
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 -
19
SVAR UI
SVAR
SVAR offers a collection of open-source, customizable UI components designed to simplify and enhance web application development. Compatible with React, Svelte, and Vue, SVAR components include feature-rich DataGrid for managing tabular data, interactive Gantt Chart for visualizing project timelines, a robust File Manager, and a rich UI library of form controls. With a focus on flexibility, performance, and responsiveness, SVAR UI equips you with the advanced tools needed to build modern, data-driven web apps efficiently. All components are easy customizable, blazing fast and well-documented.Starting Price: $0 -
20
JsPlumb
JsPlumb
JsPlumb is a Javascript diagramming library that allows you to rapidly create complex applications featuring visual connectivity without having to build any of the boring stuff: it provides pan/zoom, a minimap widget, automatic layouts, data binding, path finding, and much, much more. JsPlumb offers deep integration with major frameworks/libraries such as Angular, React, Vue and Svelte. Clients love the incredible flexibility of the Toolkit. As one of our clients said recently: The customization for nodes and groups makes it easy to re-skin jsPlumb to look any way you want. UI/UX designers can let their imagination run wild because jsPlumb visual configuration is quite simple to manage.Starting Price: $1090 -
21
Emotion
Emotion
Emotion is a performant, flexible CSS-in-JS library designed for writing CSS styles using JavaScript, supporting both string-based and object-based styles while delivering a strong developer experience, complete with source maps, labels, and testing utilities. It offers two powerful usage patterns; a framework-agnostic approach which requires no special configuration yet supports vendor-prefixing, nested selectors, media queries, and class composition through the CSS and CX functions; and a React-optimized variant providing advanced features like the CSS prop for direct styling (similar to the style prop but with support for nested selectors, media queries, and theming capabilities), zero-configuration server-side rendering, native theming, and compatibility with ESLint tooling. Emotion also supports styled-component-like APIs, enabling tag-based or component-based styled elements with dynamic prop-driven styling.Starting Price: Free -
22
Frontendor
Frontendor
Each block has its own HTML & CSS, copy-paste these blocks to any existing codebase without conflicts. Customize your fonts, colors, and spacing in 5 min with CSS variables. Navigate between 100+ UI blocks online and copy any block's HTML & CSS with one-click. No hassles, No need to think about design and inspiration. Save time, don't develop everything from scratch. Excellent user experience in both mobile & desktop. Best for startups, product makers, and marketers. Online library to make it a more fun and organized task. Not satisfied, money-back guarantee. No need to code your own Vue, React, Angular or Svelte components anymore. Frontendor has 100+ reusable UI blocks that can be converted into components easily in minutes.Starting Price: $29 one-time payment -
23
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 -
24
Gantt Chart Hyper Library
DlhSoft
Interactive Gantt chart and scheduling components with built-in project management features, ready for the JavaScript framework: Angular, React, Vue. Designed to empower businesses worldwide, developed with common customer requirements in mind, and used by companies of all sizes, government organizations, and even educational institutions to create stunning Gantt chart applications with more ease. Whether you or your end users need to manage project schedules, track resources, or simply visualize timelines, this library has got you covered. Gantt Chart Hyper Library includes: -Gantt Chart View - hierarchical data grid and attached scheduling chart with drag and drop support and dependency lines; -Schedule Chart View - chart that displays multiple bars on the same line with horizontal and vertical drag and drop support; -LoadChartView - allocation chart displaying normal and over-allocations of one or more resources on a timeline; -Network Diagram; - Pert Chart.Starting Price: €429 -
25
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 -
26
Draft.js
Draft.js
We provide the building blocks to enable the creation of a broad variety of rich text composition experiences, from basic text styles to embedded media. Draft.js fits seamlessly into React applications, abstracting away the details of rendering, selection, and input behavior with a familiar declarative API. The Draft.js model is built with immutable-js, offering an API with functional state updates and aggressively leveraging data persistence for scalable memory usage. Draft.js is a framework for building rich text editors in React, powered by an immutable model and abstracting over cross-browser differences. Draft.js allows you to build any type of rich text input, whether you're only looking to support a few inline text styles or building a complex text editor for composing long-form articles. Draft.js is distributed via npm. It depends on React and React DOM which must also be installed. -
27
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 -
28
WindChat
WindChat
Turn ChatGPT into your front-end development assistant. Just tell him what you want to do. Preview React and Tailwind CSS code in real-time within the ChatGPT chat window, without the tedious copying and pasting. WindChat enables you to preview React.js and Tailwind CSS code in real time within the ChatGPT chat window, eliminating the need for cumbersome copying and pasting. Design pages or components with beautiful styles. Do not add any code comments. Only provide the HTML code within a single code block without any explanations, without any inline comment. Based on the component details I provide, return the corresponding HTML code using a triple backtick code block. When images are required, utilize the image tag as the source. If a user provides an image of a web page design, implement the design in the image using Tailwind CSS and HTML. Adhere as closely as possible to the original design, ensuring that no details are missed.Starting Price: $1.99 per month -
29
Google Cloud Persistent Disk
Google
Reliable, high-performance block storage for virtual machine instances. HDD offers low-cost storage when bulk throughput is of primary importance. SSD offers consistently high performance for both random-access workloads and bulk throughput. Both types can be sized up to 64 TB. With multi-reader mounting, many virtual machines can read data from a single Persistent Disk. Attaching a disk to more virtual machines does not affect aggregate performance or cost. No longer worry about undersizing your block devices. Persistent Disk gives you unlimited flexibility by allowing you to resize your storage while it’s in use by one or more virtual machines with no downtime. For maximum flexibility and minimal effort, snapshots are geo-replicated and available for restore in all regions by default. Snapshots of a block device can take place in minutes rather than hours. Persistent Disks are automatically encrypted to protect your data, in transit or at rest.Starting Price: $0.040 per GB -
30
Magic UI
Magic UI
Magic UI is a free and open source UI library crafted for design engineers, offering over 150 animated components and effects built with React, TypeScript, Tailwind CSS, and Framer Motion. It serves as a perfect companion to shadcn/ui, enabling developers to create visually engaging landing pages and user interfaces with minimal effort. It includes a diverse range of components such as animated text, buttons, backgrounds, device mockups, and special effects like confetti and neon gradients. Magic UI Pro extends this offering with 50+ professionally designed blocks and templates tailored for various applications, including AI agents, developer tools, mobile apps, SaaS products, startups, and portfolios. These templates are built with React, Next.js, Tailwind CSS, and Framer Motion, ensuring responsive design and smooth animations.Starting Price: Free -
31
Trend Micro Ad Block One
Trend Micro
Stop seeing annoying ads in Chrome and Safari. Open websites faster. Protect your online privacy and browse the internet more safely. Block online ads to make websites load more quickly and use less memory. Hide the undesirable parts of a web page without disrupting its overall layout. Strip away unwanted ads virtually anywhere you go online. Enjoy a simple and friendly interface after a quick and easy setup process. Block apps from tracking your behavior and transmitting sensitive personal information. Stop seeing all sorts of ads, pop-up messages, and banners on the websites you visit, including Facebook, YouTube, Twitter, and millions of others. Simply drag away whatever you would rather not see, without affecting what matters to you. Easily make web pages look just the way you want. Block apps from tracking your behavior and transmitting sensitive personal information. Effortlessly choose which ones to exempt from ad blocking, so they can still make money by showing ads to you.Starting Price: Free -
32
Noya
Noya
Wireframing enables exploring different directions without overly investing in design details for a single direction before validating it’s the right one. Noya breathes new life into wireframing by combining wireframes with a design system to generate high-fidelity designs in real-time. This means you can stay in wireframing mode longer, be more creative, and automatically produce design outputs in parallel that excite everyone around you. The design system determines the block types and styles. Chakra UI is currently available, and more design systems and custom themes are planned. Click and drag to draw a block. Then pick a type and define the content with the simple text-based interface. Review the generated design and adjust. Generate what your team needs, from a rasterized mockup to vector layers importable to Figma, or even React code as a starting point for your front end.Starting Price: $10 per month -
33
AdBlock
AdBlock
Block Chrome ads everywhere you browse! Block pop-ups, autoplay video ads, and ads on Facebook, YouTube, and your favorite sites in the Chrome browser. AdBlock is the most dependable ad blocker for Chrome. Install AdBlock today and enjoy faster browsing and a safer web. AdBlock for Chrome is an ad-blocking browser extension, which means it removes ads from Chrome and provides protection from third-party trackers. In fact, with over 60 million users, AdBlock is the most widely trusted ad blocking extension for Chrome available today. AdBlock is used by millions of folks across the globe to block Chrome ads, improve page load speed, and help protect their privacy. That's because AdBlock for Chrome is simple to use, completely customizable, and provides a dramatic improvement to your online experience.Starting Price: $1 per month -
34
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.Starting Price: Free -
35
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.Starting Price: Free -
36
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. -
37
Kibo UI
Kibo UI
Kibo UI is a custom registry of composable, accessible, and open source components designed for use with shadcn/ui. Built with technologies like React, TypeScript, Tailwind CSS, Lucide, and Radix UI, Kibo UI offers a suite of functional and fully composable components that developers can build, customize, and extend to their specific needs. It includes a variety of components such as a color picker, an image zoom feature, a QR code generator, code blocks with syntax highlighting and copy-to-clipboard functionality, and a dropzone for drag-and-drop file uploads. Additionally, Kibo UI provides precomposed and animated blocks to help developers get their apps and websites up and running quickly. Examples include an AI chatbot interface and a collaborative canvas for real-time online collaboration. It also offers a pricing page template with a list of plans and features, emphasizing simplicity and transparency.Starting Price: Free -
38
Locofy
Locofy
Frontend development accelerated with AI. Turn designs into frontend code for web & mobile. Build full apps, screens, components & design systems. Ship products 10x faster with your existing design tools, libraries, tech stack & CI/CD workflows. Figma & Adobe XD to React, React Native, HTML/CSS, Gatsby, Next.js, Vue, and more coming soon. Keep using the tools you already use. We provide a Figma & Adobe XD plugin to tag your interactive elements and handle styling, layout, and responsiveness. As a bonus, we provide pre-built components from Material UI, Bootstrap, Ant Design, Chakra UI as well as your Storybook. Locofy converts your designs into production-ready code for React, React Native, HTML-CSS, Next.js, Gatsby, Vue, and more on the way in your preferred framework. Make reusable components and props with LocoAI. Export your code in your preferred settings (CSS Modules, Tailwind, CSS, Typescript, JavaScript, Expo).Starting Price: Free -
39
React Spectrum
Adobe
React Spectrum is a React implementation of Spectrum, Adobe’s design system. It provides components that are adaptive to interactions and screen sizes across devices, and includes full screen reader and keyboard navigation support for accessibility. React Spectrum components are designed to work with mouse, touch, and keyboard interactions. They’re built with responsive design principles to deliver a great experience, no matter the device. React Spectrum includes automatic support for dark and light modes based on operating system settings. React Spectrum components are designed to support over 30 languages, including support for right-to-left languages, date and number formatting, and more. It offers a comprehensive set of components, including buttons, pickers, collections, date and time inputs, color pickers, forms, navigation elements, overlays, status indicators, and content components.Starting Price: Free -
40
myQuiz
myQuiz
myQuiz is an Audience Engagement Cloud Platform. Create your own trivia quiz with an intuitive quiz builder using three game modes and various question types. myQuiz interface can be customized with your branding. You can include promo blocks inside the game to build awareness and loyalty. By integrating trivia quizzes with live or virtual events you can enrich your audience engagement as well as facilitate valuable data collection. With more than 3 million users worldwide, we help companies to achieve their goals in brand promotion, team building, fans engagement, fundraising, and many other use cases.Starting Price: $9.99/month -
41
DiffScout
DiffScout
DiffScout is an AI-powered price monitoring platform built to track competitor pricing automatically. It allows teams to monitor prices across SaaS websites, e-commerce stores, Amazon listings, and more using a simple URL. DiffScout uses AI instead of traditional scrapers, so it continues working even when websites change their layout. The platform runs 24/7 and sends instant alerts the moment a price update is detected. This helps businesses react faster to competitive changes and protect their revenue. Setup takes only minutes with no technical configuration or ongoing maintenance. DiffScout makes competitive pricing intelligence accessible to teams of any size.Starting Price: $49/month -
42
Oracle Cloud Infrastructure Block Volume provide customers reliable, high-performance block storage designed to work with a range of virtual machines and bare metal instances. With built-in redundancy, Block Volumes are persistent and durable beyond the lifespan of a virtual machine and can scale to 1 PB per compute instance. All volumes have built-in durability and run on redundant hardware to achieve high reliability. Back up block and boot volumes to Oracle Cloud Infrastructure (OCI) Object Storage to enable frequent recovery points. Easily optimize storage size without provisioning constraints. Extend existing block and boot volumes from 50 GB to 32 TB while they are online, and without any impact to applications and workloads. Clone existing volumes or restore from backups to move to larger volumes. Easily clone existing block volumes without initiating the backup and restore process.
-
43
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 -
44
Tailark Pro
Tailark Pro
Tailark Pro is a premium marketing UI kit made to help teams ship beautiful websites fast. Instead of spending days designing layouts, you get a large collection of polished, conversion-ready blocks : hero sections, feature highlights, pricing tables, testimonials, CTAs, and more, plus complete, ready-to-use pages like landing pages, product pages, solution pages, and blogs. Everything is built with shadcn/ui, Tailwind CSS, Next.js, and TypeScript, so the components feel natural in modern React projects. No learning curve, no lock-in, and no complicated setup. Just clean, editable code you can plug into your existing project. Tailark Pro is perfect for startups, agencies, and product teams who want to move faster, keep quality high, and stay consistent across all marketing pages. You get a professional design foundation that’s easy to customize to your brand — so you can focus on your product, not rebuilding the same sections over and over.Starting Price: $249 -
45
uipkg
uipkg
uipkg is a tool that lets you convert Figma design to React components. It helps designers and developers work together faster by avoiding the tedious task of translating designs into code manually. The goal is to help teams ship products more quickly so they can focus on building great experiences for their customers. The main thing about uipkg that makes it unique compared to other tools is its focus on React components, instead of exporting the whole screen you should instead export small reusable components like buttons, headers, footers etc. This way you'll be able to define props, add interactions, adjust breakpoints, and of course, add business logic like fetching data from the server. -
46
MightyMeld
MightyMeld
Accelerate your React development with visual, intuitive superpowers. Drag, drop, click, and prompt your UI into place. While generating code it looks like you wrote it. Load your app, click anywhere, and use intuitive controls to update your Tailwind styling. Syncs with your code on disk in real-time as you work. The difference is so clean, that you could’ve sworn you wrote it yourself. Let the AI update your Tailwind styles for you, so you can spend more time on what matters most. Drag and drop premade, customizable building blocks to scaffold your UI with ease. Works with MUI, Chakra, and other component-based libraries. MightyMeld is a visualization and creation platform for complex React apps. MightyMeld’s architecture has proven to be robust and flexible. We are continually exploring new possibilities, such as enhanced support for design tokens, richer canvas interactions, and more powerful controls in the property panel.Starting Price: $30 per month -
47
WinJS
WinJS
Microsoft is committed to making sure that WinJS continues to run for existing customers. At this time we don't have plans to invest in new features or feature requests. Bug fixes will be limited to correcting substantial issues that are blocking customer deployments. We may also consider bug fixes to help our customers maintain their existing WinJS-based apps. You can contribute by reviewing and sending feedback on code checkins, suggesting and trying out new features as they are implemented, submitting bugs and helping us verify fixes as they are checked in, as well as submitting code fixes or code contributions of your own. Note that all code submissions will be rigorously reviewed and tested by the team, and only those that meet an extremely high bar for both quality and design appropriateness will be merged into the source.Starting Price: Free -
48
VTS Editor
Serious Factory
Create rich learning scenarios VTS Editor is an authoring software for training simulators, serious games, e-learning modules and any digital learning tool, that allows you to build a scenario with one or more scenes composed of a background and one or more virtual characters. Simply create scenarios with an intuitive graphical editing mode based on block settings (MCQ, Q&A, images, virtual characters, scoring and statistics…).Starting Price: Pack SILVER 1788€ -
49
NocoBase
NocoBase
NocoBase is an extensibility-first, open source, self-hosted no-code development platform designed for developers and technical teams to rapidly build and customize complex business systems. Its architecture is data model-driven, separating the user interface from the data structure, allowing for the creation of multiple blocks and actions for the same table and record in any quantity and form. NocoBase supports main databases, external databases, and third-party APIs as data sources. It features a WYSIWYG interface with a one-click switch between usage and configuration modes, enabling users to compose suitable interfaces much like Notion. All functionalities are implemented as plugins using a microkernel architecture, allowing for extensive customization, including pages, blocks, actions, APIs, and data sources. NocoBase is written in TypeScript and utilizes mainstream technology stacks such as Node.js and React, ensuring transparency and control.Starting Price: $800 per year -
50
Bun
Bun
Bun is a fast, all-in-one JavaScript, TypeScript, and JSX toolkit that ships as a single executable and combines a high-performance runtime, package manager, test runner, and bundler designed as a drop-in replacement for Node.js with broad compatibility and dramatically reduced startup times and memory usage. Written in Zig and powered by Apple’s JavaScriptCore, Bun can execute JavaScript/TypeScript files, scripts, and packages with significantly faster performance than traditional tooling while supporting zero-config TypeScript, JSX, and React out of the box. Its built-in package manager installs dependencies up to 30x faster than npm with workspaces, global caching, migration support, and dependency auditing. Bun’s test runner is Jest-compatible with built-in coverage and concurrent execution, and the bundler processes TypeScript, JSX, CSS, and more without configuration, including support for single-file executables.xx