Alternatives to PlayCode

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

  • 1
    TheDevSpace

    TheDevSpace

    TheDevSpace

    Complete roadmap for full-stack developers, covering coding fundamentals from HTML, CSS, and JavaScript to modern frameworks. Featuring an in-browser code playground, 10 real-world projects, and a production-ready Next.js SaaS boilerplate.
  • 2
    JS-Confuser

    JS-Confuser

    JS-Confuser

    JS-Confuser is a powerful, open source JavaScript obfuscation tool that transforms your source code into a highly unreadable form, deterring reverse engineering, tampering, and unauthorized reuse while preserving full functionality. It offers multiple obfuscation techniques, including variable renaming, control flow flattening, string concealing, and function obfuscation, along with locks such as domain-based or date-based execution constraints and integrity checks to detect runtime modifications. Designed for flexibility, it provides obfuscation presets, ranging from 10 to 21+ transformation layers, and also allows fully customizable configurations to suit performance and protection needs. The tool operates entirely in the browser for fast, private obfuscation workflows, and includes advanced tooling features such as a playground for interactive experimentation, customizable options via JavaScript, integrated code prettification, and debugging support.
    Starting Price: Free
  • 3
    JavaScript Obfuscator Pro

    JavaScript Obfuscator Pro

    JavaScript Obfuscator

    JavaScript Obfuscator Pro is an advanced code protection platform designed to secure JavaScript against reverse engineering and intellectual property theft. Its flagship VM obfuscation feature transforms readable JavaScript into custom bytecode executed by a proprietary virtual machine. This approach removes standard JavaScript structures entirely, making static analysis and decompilation extremely difficult. Each obfuscation run generates unique bytecode and a custom VM, ensuring no reusable deobfuscation patterns exist. JavaScript Obfuscator Pro supports layered security by combining VM obfuscation with additional protection techniques. The platform works through a simple web interface or API, allowing developers to protect code in just a few steps. JavaScript Obfuscator Pro is built for scenarios where maximum code secrecy is required.
  • 4
    CoffeeScript

    CoffeeScript

    CoffeeScript

    Underneath that awkward Java-esque patina, JavaScript has always had a gorgeous heart. CoffeeScript is an attempt to expose the good parts of JavaScript in a simple way. The golden rule of CoffeeScript is: “It’s just JavaScript.” The code compiles one-to-one into the equivalent JS, and there is no interpretation at runtime. You can use any existing JavaScript library seamlessly from CoffeeScript (and vice-versa). The compiled output is readable, pretty printed, and tends to run as fast or faster than the equivalent handwritten JavaScript. Most modern JavaScript features that CoffeeScript supports can run natively in Node 7.6+, meaning that Node can run CoffeeScript’s output without any further processing required. This list may be incomplete, and excludes versions of Node that support newer features behind flags; please refer to node.green for full details. You can run the tests in your browser to see what your browser supports.
    Starting Price: Free
  • 5
    TypeScript

    TypeScript

    TypeScript

    TypeScript adds additional syntax to JavaScript to support a tighter integration with your editor. Catch errors early in your editor. TypeScript code converts to JavaScript, which runs anywhere JavaScript runs: In a browser, on Node.js or Deno and in your apps. TypeScript understands JavaScript and uses type inference to give you great tooling without additional code. TypeScript was used by 78% of the 2020 State of JS respondents, with 93% saying they would use it again. The most common kinds of errors that programmers write can be described as type errors: a certain kind of value was used where a different kind of value was expected. This could be due to simple typos, a failure to understand the API surface of a library, incorrect assumptions about runtime behavior, or other errors.
    Starting Price: Free
  • 6
    Imaginary Programming

    Imaginary Programming

    Imaginary Programming

    Imaginary Programming lets you use OpenAI's GPT engine as a runtime to accomplish things you've never been able to do before in your code. All you do is define a function prototype in TypeScript (without an implementation!), and Imaginary Programming uses GPT to take care of the rest. Use Imaginary programming for any task where human-like intelligence around text is needed. You can install imaginary programming into your current JavaScript and TypeScript projects, or you can try the online Playground to experiment with Imaginary Programming.
  • 7
    trifleJS

    trifleJS

    trifleJS

    TrifleJS is a headless browser designed for test automation, utilizing the .NET WebBrowser class and the V8 JavaScript engine to emulate Internet Explorer environments. Its API is modeled after PhantomJS, making it familiar to users of that framework. TrifleJS supports various versions of Internet Explorer, allowing emulation of IE7, IE8, and IE9, depending on the installed version. Developers can execute scripts via the command line, specifying the desired IE version for emulation. The platform offers an interactive mode (REPL) for debugging and testing JavaScript code.
    Starting Price: Free
  • 8
    JavaScript

    JavaScript

    JavaScript

    JavaScript is a scripting language and programming language for the web that enables developers to build dynamic elements on the web. Over 97% of the websites in the world use client-side JavaScript. JavaScript is one of the most important scripting languages on the web. Strings in JavaScript are contained within a pair of either single quotation marks '' or double quotation marks "". Both quotes represent Strings but be sure to choose one and STICK WITH IT. If you start with a single quote, you need to end with a single quote. There are pros and cons to using both IE single quotes tend to make it easier to write HTML within Javascript as you don’t have to escape the line with a double quote. Let’s say you’re trying to use quotation marks inside a string. You’ll need to use opposite quotation marks inside and outside of JavaScript single or double quotes.
    Starting Price: Free
  • 9
    JsPHP

    JsPHP

    JsPHP

    The free open-source JsPHP library. The JsPHP website is a 100% free community resource that provides a collaborative platform and web-based Integrated Development Environment (IDE) for building an open-source JavaScript library called JsPHP that provides an implementation of the PHP API for JavaScript environments. An Integrated Development Environment (IDE) is a tool for writing computer programs, and that's what the JsPHP website is a tool for creating and testing software. In the JsPHP IDE registered users can edit the JavaScript functions in the JsPHP library and can also write code to test that those functions are working properly or to test how well those functions perform (how fast they run when they are executed on the computer). If you're just starting out with learning JavaScript then helping out at JsPHP is the perfect way for you to get started because we have lots of beginner-level work that needs to be done that you could help us with.
    Starting Price: Free
  • 10
    blanket.js

    blanket.js

    Blanket.js

    A seamless JavaScript code coverage library. Blanket.js is a code coverage tool for JavaScript that aims to be easy to install, easy to use, and easy to understand. Blanket.js can be run seamlessly or can be customized for your needs. JavaScript code coverage compliments your existing JavaScript tests by adding code coverage statistics (which lines of your source code are covered by your tests). Parsing the code using Esprima and node-falafel, and instrumenting the file by adding code tracking lines. Connecting to hooks in the test runner to output the coverage details after the tests have been completed. A Grunt plugin has been created to allow you to use Blanket like a "traditional" code coverage tool (creating instrumented copies of physical files, as opposed to live-instrumenting). Runs the QUnit-based Blanket report headlessly using PhantomJS. Results are displayed on the console, and the task will cause Grunt to fail if any of your configured coverage thresholds are not met.
    Starting Price: Free
  • 11
    RequireJS

    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
  • 12
    JSDefender

    JSDefender

    PreEmptive

    Cutting-edge JavaScript obfuscation techniques with control-flow flattening, tamper detection and other in-app protection transforms. We would not send our own unprotected code to a remote service controlled by third parties and we would not expect you to either. JSDefender supports major JavaScript frameworks, runtimes, and bundlers including Angular, Node, React, React Native, Webpack and others. Unlike languages like .NET and Java that are compiled to intermediate, stack-based assembly instructions before being distributed in binary form, JavaScript apps are typically distributed in source form. This means that your code is directly visible to anyone with access to the execution environment (like a browser). So, potential attackers can very easily step through the running code using a debugger built into their browser, or use other tools to statically analyze the code for vulnerabilities.
  • 13
    Roy

    Roy

    Roy

    Roy is an experimental programming language that targets JavaScript. It tries to meld JavaScript semantics with some features common in static functional languages.
    Starting Price: Free
  • 14
    Vue.js

    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.
  • 15
    PureScript

    PureScript

    PureScript

    PureScript is a strongly typed, purely functional programming language that compiles JavaScript. It enables developers to build robust web applications, web servers, and mobile apps using functional programming techniques. PureScript offers features such as algebraic data types, pattern matching, row polymorphism, extensible records, higher-kinded types, type classes with functional dependencies, and higher-rank polymorphism. The language emphasizes strong static typing and pure functions, ensuring code reliability and maintainability. Developers can compile PureScript code into readable JavaScript, facilitating seamless integration with existing JavaScript codebases. The ecosystem includes an extensive collection of libraries, excellent tooling, and editor support with instant rebuilds. An active community provides numerous learning resources, including the PureScript book, which offers practical projects for beginners.
  • 16
    TypeORM

    TypeORM

    TypeORM

    TypeORM is an ORM that can run in NodeJS, Browser, Cordova, PhoneGap, Ionic, React Native, NativeScript, Expo, and Electron platforms and can be used with TypeScript and JavaScript (ES5, ES6, ES7, ES8). Its goal is to always support the latest JavaScript features and provide additional features that help you to develop any kind of application that uses databases - from small applications with a few tables to large scale enterprise applications with multiple databases. TypeORM supports both Active Record and Data Mapper patterns, unlike all other JavaScript ORMs currently in existence, which means you can write high quality, loosely coupled, scalable, maintainable applications the most productive way.
  • 17
    Eclipse Web Tools Platform (WTP)
    The Eclipse Web Tools Platform (WTP) project extends the Eclipse platform with tools for developing Web and Java EE applications. It includes source and graphical editors for a variety of languages, wizards and built-in applications to simplify development, and tools and APIs to support deploying, running, and testing apps. The Libra project integrates the existing tooling provided by the Plug-in Development Environment project and the Web Tools Platform project to work together for implementing OSGi Enterprise scenarios. The JavaScript Development Tools provide plug-ins that implement an IDE supporting the development of JavaScript applications and JavaScript within web applications. It adds a JavaScript project type and perspective to the Eclipse Workbench as well as a number of views, editors, wizards, and builders.
  • 18
    Istanbul

    Istanbul

    Istanbul

    JavaScript test coverage made simple. Istanbul instruments your ES5 and ES2015+ JavaScript code with line counters, so that you can track how well your unit-tests exercise your codebase. The nyc command-line-client for Istanbul works well with most JavaScript testing frameworks, tap, mocha, AVA, etc. First-class support of ES6/ES2015+ using babel-plugin-Istanbul. Support for the most popular JavaScript testing frameworks. Support for instrumenting subprocesses, using the nyc command-line interface. Adding coverage to your mocha tests could not be easier. Now, simply place the command nyc in front of your existing test command. nyc's instrument command can be used to instrument source files outside of the context of your unit tests. nyc is able to show you all Node processes that are spawned when running a test script under it. By default, nyc uses Istanbul's text reporter. However, you may specify an alternative reporter.
    Starting Price: Free
  • 19
    CodeGuppy

    CodeGuppy

    CodeGuppy

    Welcome to CodeGuppy, a p5.js-enhanced JavaScript coding platform for middle and high-school students; used by schools around the world. Learn about pixels, resolution, and coordinates, important computer science concepts widely used in CodeGuppy. Expressions and variables are the core of any programming language. Learn about these JavaScript concepts using a fun lesson. Create new JavaScript 'instructions' and achieve code modularization through the use of functions. In this lesson, you'll recap variables, expressions, and functions and learn about the concept of strings. Draw colored lines, circles, and other shapes with the awesome artist program. Learn how to recreate this game that will offer you hours of entertainment. Visualize what happens in computer memory during a common sort operation. Learn how to how to create your own custom clone of this game. Create amazing drawings and texts using colored line art.
    Starting Price: $200 one-time payment
  • 20
    Prerender

    Prerender

    Prerender

    Get higher rankings by serving crawlers a static HTML version of your Javascript website, without compromising your customers’ experience. Prerender® is a SaaS platform that makes your JavaScript website SEO-friendly. Before your customer can find your website on search engines like Google, it first has to be crawled and indexed by one of their web crawlers, such as Googlebot. They do this by reading and cataloging a stripped-down, HTML version of your website with the visual and interactive elements taken away. This normally isn’t an issue if your website is built in static HTML, and typically takes just a few days. If your website is made in a JavaScript framework, it’s a different story. While Google can crawl websites built in JavaScript, it’s much harder for them to do. It can easily take weeks before your JavaScript website can be indexed and found in the search results. Google will see all of your content and links, and get your website in front of your customers in no-time.
    Starting Price: $90 per month
  • 21
    Essential Objects

    Essential Objects

    Essential Objects

    Quickly extend your .NET application with PDF file generating/processing ability, or seamlessly integrate the popular Chromium browser engine both for UI or background task with extensive customization options such as custom resource loader and JavaScript extension. Not suitable for newer ASP.NET framework such as MVC, but perfect for maintaining legacy WebForm code/modules in a larger MVC application. Add browser capacity in Windows.Forms and WPF app simply by drag and drop. Extensive customization options for UI, resource loader and JavaScript interface. Support .Net Framework 2.0 and above, .NET Core 3.0 and above.
    Starting Price: $799 one-time payment
  • 22
    Javascript Obfuscator

    Javascript Obfuscator

    Javascript Obfuscator

    JavaScript Obfuscator transforms readable JavaScript source code into an obfuscated and unintelligible form, preventing reverse engineering, tampering, and intellectual property theft while preserving full functionality and compatibility with the latest ECMAScript versions. It includes powerful features such as minification and compression for reduced file size and faster load times, dead code insertion to confuse static analysis, and domain- or IP-based locking to disable code execution outside authorized environments. The tool provides GUI-driven desktop batch processing that allows users to protect JavaScript embedded in HTML, PHP, JSP, or similar files with just a few clicks, and supports keeping initial comments or inserting custom headers into output files. Advanced controls let you exclude certain names from obfuscation and ensure consistent symbol renaming across multiple files.
    Starting Price: Free
  • 23
    npm

    npm

    npm

    We're npm, Inc., the company behind Node package manager, the npm Registry, and npm CLI. We offer those to the community for free, but our day job is building and selling useful tools for developers like you. Get started today for free, or step up to npm Pro to enjoy a premium JavaScript development experience, with features like private packages. Bring the best of open source to you, your team, and your company. Relied upon by more than 11 million developers worldwide, npm is committed to making JavaScript development elegant, productive, and safe. The free npm Registry has become the center of JavaScript code sharing, and with more than one million packages, the largest software registry in the world. Our other tools and services take the Registry, and the work you do around it, to the next level. At npm, Inc., we're proud to dedicate teams of full-time employees to operating the npm Registry, enhancing the CLI, improving JavaScript security, and other projects.
    Starting Price: $7 per month
  • 24
    Imperva Client-Side Protection
    Client-Side Protection provides real-time monitoring of all client-side resources and JavaScript behavior. Gain control over all first and third-party JavaScript code embedded on your website. Actionable insights make it easy to identify risky resources and scripts that should not load on your client side. And if any JavaScript code is compromised, your security team is the first to know. Provides comprehensive inventorying, authorization, dynamic integrity verification, and real-time monitoring, helping streamline regulatory compliance with the new client-side security requirements introduced in PCI DSS 4.0. Protect your website against client-side attacks and streamline regulatory compliance with PCI DSS 4.0. Client-side attacks increase as web applications shift to client-side logic and incorporate more third-party code and resources. These attacks can directly steal sensitive customer data, resulting in breaches and noncompliance with data privacy regulations.
  • 25
    TaffyDB

    TaffyDB

    TaffyDB

    ​TaffyDB is an open source JavaScript library that brings powerful database functionality into your JavaScript applications. It offers a small file size with extremely fast queries and a powerful JavaScript-centric data selection engine. TaffyDB includes database-inspired features such as count, update, and insert, and provides robust cross-browser support. It is easily extended with your own functions and is compatible with any DOM library, as well as server-side JavaScript. Creating a database is straightforward, you can create a new empty database, a database with a single object, an array, or a JSON string. Once you have a database, you can run queries against it by calling the root function and building filter objects. TaffyDB allows you to filter using the database name and object comparison, access data easily, and modify data on the fly. You can also use functions to give you full control over the results of your query.
    Starting Price: Free
  • 26
    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.
  • 27
    Titanium SDK

    Titanium SDK

    Titanium SDK

    Write in JavaScript, and run natively everywhere. Titanium lets you develop cross-platform native mobile applications and build great mobile experiences using JavaScript. Access your application's hundreds of native UI and non-visual components (such as networks and media APIs). Easily include third-party modules in your apps with Titanium's wide selection of community modules and premium support integrations. The Titanium SDK helps you build native cross-platform mobile applications using JavaScript and the Titanium API, which abstracts the native APIs of the mobile platforms. Titanium empowers you to create immersive, full-featured applications, featuring over 80% code reuse across mobile apps. TiDev licenses Titanium under the OSI-approved Apache Public License (Version 2) and is free for personal and commercial use. Create a basic UI, manage event handling and learn about animations, gestures, and orientation modes.
  • 28
    SAP Spartacus
    Spartacus is a free, open-source JavaScript web application that hit the 1.0 Release in May 2019 and continues to release new updates every couple of weeks. It allows you to quickly create your own branded JavaScript-based storefront for SAP Commerce Cloud. Spartacus is written using Angular and published as a set of libraries. The recommended approach to using JavaScript is to build your own JavaScript web app and import the Spartacus libraries. Without modification, the storefront works out-of-the-box, but Spartacus has been designed to be upgradable, customizable, and extendable, to suit all your branding and functionality requirements. Spartacus is the strategic way forward for maintaining a customizable storefront with SAP Commerce Cloud. It replaces Accelerator templates, which were first introduced in SAP Commerce v4.4 to provide a ready-to-use starter implementation.
  • 29
    JIT.codes

    JIT.codes

    JIT.codes

    Transforming text into code with AI. Create components for a JavaScript framework using AI within seconds.
    Starting Price: Free
  • 30
    KeyLines

    KeyLines

    Cambridge Intelligence

    Build game-changing graph visualization products that turn connected data into insight. Harness JavaScript’s power and flexibility to quickly and easily build graph visualization applications that can be deployed anywhere, to anyone. KeyLines is a completely flexible way to build your graph visualization application. Build interactive graph visualization tools to reveal threats and hidden insight. The KeyLines JavaScript graph visualization toolkit lets you build applications specifically for your users, your data, and the questions you need to answer. It fits with any browser, device, server, or database and comes with clear tutorials, demos, and API documentation. Combined with our developer support, you’ll be uncovering network insight in no time. KeyLines makes it easy to build high-performance JavaScript graph visualization tools that work anywhere. They harness HTML5 and WebGL graphics rendering and thoughtfully crafted code to give users fast and insightful visualization.
  • 31
    JSON

    JSON

    JSON

    JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language. JSON is built on two structures: 1. A collection of name/value pairs. In various languages, this is realized as an object, record, struct, dictionary, hash table, keyed list, or associative array. 2. An ordered list of values. In most languages, this is realized as an array, vector, list, or sequence. These are universal data structures. Virtually all modern programming languages support them in one form or another.
    Starting Price: Free
  • 32
    IxEdit

    IxEdit

    IxEdit

    IxEdit is a JavaScript-based interaction design tool for the web. With IxEdit, designers can practice DOM-scripting without coding to change, add, move, or transform elements dynamically on your web pages. Especially, IxEdit must be useful to try various interactions rapidly in the prototyping phase of your web application. Interactions are visual changes of the screen which occur when users act on user interface elements. In other words, interactions are the behaviors of the user interface. For instance, when a user click a button, an image switches to another, or when a user drags an edge, the viewport expands. Those are interactions. Users are doing their jobs with a computer through various interactions generally. To implement interactions on a web page, programming with JavaScript is needed. However, it is hard to manage JavaScript for many designers. Therefore, making well-designed web interactions is difficult in general. IxEdit solves this problem.
  • 33
    Wijmo

    Wijmo

    GrapeCity

    High-performance JavaScript UI controls for enterprise apps. Build lightweight, high-speed HTML5/JavaScript apps with zero dependencies, fast! New in Wijmo 2022 v1: - Inventory management reference app built in Angular - Website traffic monitoring reference app built in Angular - FlexMap added to GeoDashboard reference app - Rotated Spline Chart - Re-order FlexGrid rows with drag and drop General Features of Wijmo: - CellTemplates for Angular, React and Vue FlexGrids - Use Wijmo’s single set of true JavaScript controls in any framework, including Angular, React, and Vue.js - Use controls as native HTML elements with Wijmo Web Components - Filter, group, sort, and more with FlexGrid, JavaScript’s fastest data grid - Visualize data with 80+ charts and controls - Instantly analyze and aggregate data with OLAP Pivot Grid
    Starting Price: $695 per user per year
  • 34
    Preact

    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
  • 35
    Loadsy

    Loadsy

    Loadsy

    Run Performance Tests for Digital Products/Services in Minutes Avoid Steep Learning Curve… Design, Run, Save and Automate your Tests with JavaScript Code. • Design threads as complex as you need, simulate diverse and real scenarios simultaneously for your tests with JavaScript code. • Create and run any kind of performance tests with just one tool. • Tests for any platform no matter where it’s hosted, in the cloud, or an on-premise server. • Test continuously with CI/CD integrated tools, automate performance tests. • Get data in real-time, catch and solve blind spots before a user does. • Get a realistic simulation with virtual browsers and simulate hundreds of thousands of users.
    Starting Price: $0.05/hour/user
  • 36
    PDF-LIB

    PDF-LIB

    PDF-LIB

    Create and modify PDF documents in any JavaScript environment. Create PDF documents from scratch, or modify existing PDF documents. Draw text, images, and vector graphics. Embed your own fonts. Even embed and draw pages from other PDFs. Written in TypeScript and compiled to pure JavaScript with no native dependencies. Works in any JavaScript runtime, including browsers, Node, Deno, and even React Native. Add, insert, and remove pages. Split a single PDF into separate ones. Or merge multiple PDFs into a single document. Create new forms or fill and read existing fields. Checkboxes, buttons, radio groups, dropdowns, option lists, and text fields are all supported. If you aren't using a package manager, UMD modules are available on the unpkg and jsDelivr CDNs. Note that only some PDF readers can view attachments. This includes Adobe Reader, Foxit Reader, and Firefox. If you are using the CDN scripts in production, you should include a specific version number in the URL.
    Starting Price: Free
  • 37
    CoinIMP

    CoinIMP

    CoinIMP

    CoinIMP is the new effective JavaScript miner that can be easily embedded in your website. This way users will pay you with their CPU power for accessing your content. With CoinIMP, MintMe.com Coin is mined by using your visitors CPU resources which otherwise would be wasted. Why not Bitcoin, Ethereum, Monero or any other? Because MintMe.com Coin can be mined with similar efficiency directly and via websites thanks to innovative mining algorithm. Monero used to be profitable too, but since 2019 algorithm update, javascript mining Monero (XMR) is no longer profitable. On top of that, MintMe.com Coin allows you to create your own coin for free and it's value is expected to grow. Our JavaScript miner has more advantages than other JavaScript mining solutions. CoinIMP web miner isn't blocked by Anti-Viruses or AdBlockers and if it eventually gets blocked, we react and work hard to unblock it. We think responsible web browser mining will be part of the future ad market.
  • 38
    CoreIDE

    CoreIDE

    CoreIDE

    CoreIDE is a full stack IDE for Java, JavaScript, Node.js and TypeScript developers who work on Spring, Spring Boot, React, Express, Vue, Backbone, AngularJS and other web framework based applications. The IDE is not only limited to web development, you can use it to develop other type of projects like desktop, command line, mobile or stand alone applications. It's free Community version contains all the available features. Java • JavaScript • Node.js • TypeScript • Spring • Spring Boot • React • Express • Vue • Backbone • AngularJS
    Starting Price: Free
  • 39
    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.
  • 40
    WebStorm

    WebStorm

    JetBrains

    WebStorm is a powerful JavaScript and TypeScript integrated development environment (IDE) designed to boost developer productivity and enjoyment. It comes ready to use out of the box with essential tools for JavaScript, TypeScript, HTML, CSS, and popular frameworks like React, Angular, and Vue. WebStorm offers deep code understanding, fast navigation, safe refactoring, and built-in Git support. It automates complex tasks such as resolving merge conflicts and debugging tests, saving developers time. The IDE integrates advanced AI-powered coding assistance, including unlimited code completion and offline support. WebStorm’s customizable interface and plugin ecosystem make it adaptable to any developer’s workflow.
    Starting Price: $129 per user per year
  • 41
    jsObf

    jsObf

    jsObf

    jsObf is a powerful, web-based JavaScript encryption and obfuscation tool that enables users to transform readable JavaScript code into obfuscated, secure versions via direct input or file uploads (up to 5 MB). It also serves developers through its API, offering two endpoints, one for raw code and another for file uploads, with configurable output formats (JSON or XML) and adjustable complexity levels. It simplifies protection workflows with intuitive, drag-and-drop interfaces and backend API support, empowering users to quickly mask logic, thwart reverse engineering, and secure proprietary scripts without complex setup or tooling.
    Starting Price: $49.99 per month
  • 42
    Anime.js

    Anime.js

    Anime.js

    Anime.js is a lightweight JavaScript animation library with a simple, yet powerful API. It works with CSS properties, SVG, DOM attributes, and JavaScript Objects. Follow through animations made easy. Anime's built-in staggering system makes complex follow-through and overlapping animations simple. It can be used on both timings and properties. Animate multiple CSS transforms properties with different timings simultaneously on a single HTML element. Play, pause, control, reverse and trigger events in sync using the complete built-in callbacks and controls functions. Anime.js works with anything web. CSS, SVG, DOM attributes and JavaScript Objects, animate everything with a single unified API. Staggering allows you to animate multiple elements with follow-through and overlapping action. Animation keyframes are defined using an Array, within the keyframes property. Each keyframe duration will be equal to the animation's total duration divided by the number of keyframes.
    Starting Price: Free
  • 43
    SAP Build Code
    Generative AI-based code development with Joule copilot, optimized for Java and JavaScript application development. SAP Build Code, generative AI-based code development with Joule copilot, optimized for Java and JavaScript application development, providing a turn-key environment for coding, testing, integrations, and application lifecycle management. Use AI to generate code and app logic aligned with SAP-centric programming models from natural language descriptions. Create data models and sample data conforming to apps with Joule copilot. Produce rapid unit tests with AI for existing code to increase quality and precision. Enable fusion team development by sharing application components, such as user experience, business logic, and processes. Drive secure collaboration with unified governance and simplified application lifecycle management for professional and citizen developers. Generative AI-code development with Joule copilot.
  • 44
    ScrapBot

    ScrapBot

    ScrapBot

    ScrapBot can navigate, authenticate, extract and insert data in any website. The system uses JavaScript for execute tasks and don't need install servers or any software. The system can control the page accessed by JavaScript and all navigation can be viewed on the software window. The main.js script is executed in a separated frame from navigation frame, but can access all content of page without any restriction.
  • 45
    Codelicious

    Codelicious

    Codelicious

    Codelicious Computer Science Curriculum is grade-level differentiated, aligns with state and national computer science standards, and is continually updated to reflect changes in computer science. Since computer science is more than just coding, Codelicious courses include coding, unplugged, digital citizenship, and STEM career lessons as well as hardware integrations. Explore all courses. Inspire your students with courses that spark their creativity. Coding lessons use Scratch, a block based coding language, ideal for the transitional and fluent reader. Motivate your students with courses that connect to their world. Coding lessons use line based languages JavaScript, HTML, CSS, and Java to explore programming options. Empower your students with courses that expand their skills. Coding lessons use JavaScript, Java, Python, and Godot to develop websites, programs, and games.
  • 46
    Electron

    Electron

    Electron

    Thousands of organizations spanning all industries use Electron to build cross-platform software. Build cross-platform desktop apps with JavaScript, HTML, and CSS. If you can build a website, you can build a desktop app. Electron is a framework for creating native applications with web technologies like JavaScript, HTML, and CSS. It takes care of the hard parts so you can focus on the core of your application. Electron uses Chromium and Node.js so you can build your app with HTML, CSS, and JavaScript. Electron is an open-source project maintained by the OpenJS Foundation and an active community of contributors. Compatible with Mac, Windows, and Linux, Electron apps build and run on three platforms. To get started with Electron, check out the resources available. Learn how to wrap your web app with Electron, access all the APIs, and generate installers. Also, Electron Fiddle lets you create and play with small Electron experiments.
    Starting Price: Free
  • 47
    Honeywell Enterprise Browser
    ​Honeywell's Enterprise Browser is a locked-down web client application designed for Honeywell computers, compatible with Microsoft Internet Explorer and HTML5 web browser engines. It enables enterprises to develop and deploy web-based applications tailored for data collection tasks, utilizing standard web technologies like HTML5, CSS, and JavaScript. It offers JavaScript interfaces for barcode scanning and printing control, facilitating seamless integration with Honeywell's data capture devices. Administrators can enforce URL whitelisting to restrict user access to approved websites, ensuring compliance with corporate policies and enhancing security. It supports remote configuration, allowing centralized management of browser settings across devices. Multiple rendering engines are available to accommodate both new and existing applications without the need for re-coding.
    Starting Price: Free
  • 48
    SpreadJS

    SpreadJS

    GrapeCity

    Deliver true Excel-like spreadsheet experiences, fast - with zero dependencies on Excel. Create financial apps, dashboards, charts, pivot tables, performance benchmarks, science lab notebooks, and other similar JavaScript spreadsheet applications. JavaScript spreadsheet components are software elements that help developers add Excel-like functionality to web applications. SpreadJS is a suite of JavaScript spreadsheet controls that includes import/export, data inputs, cell customization, and an extensive calculation engine with over 500 functions. With over 25 years of experience in creating award-winning spreadsheets for professional developers, we already know what you want and need. No other spreadsheet vendor can match that. Put our spreadsheet experience to work for you today.
    Starting Price: $1,499 per developer
  • 49
    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.
    Starting Price: Free
  • 50
    Profound.js Spaces

    Profound.js Spaces

    Profound.js Spaces

    Profound.js is the best platform on the market to help you deliver on the above strategies. It is the Number One Low-code JavaScript Platform for Business Applications.