Browse free open source JavaScript Frameworks and projects below. Use the toggles on the left to filter open source JavaScript Frameworks by OS, license, language, programming language, and project status.

  • Build on Google Cloud with $300 in Free Credit Icon
    Build on Google Cloud with $300 in Free Credit

    New to Google Cloud? Get $300 in free credit to explore Compute Engine, BigQuery, Cloud Run, Vertex AI, and 150+ other products.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query exabytes in BigQuery, or build AI apps with Vertex AI and Gemini. Once your credits are used, keep building with 20+ products with free monthly usage, including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. Sign up to start building right away.
    Start Free Trial
  • Build AI Apps with Gemini 3 on Vertex AI Icon
    Build AI Apps with Gemini 3 on Vertex AI

    Access Google’s most capable multimodal models. Train, test, and deploy AI with 200+ foundation models on one platform.

    Vertex AI gives developers access to Gemini 3—Google’s most advanced reasoning and coding model—plus 200+ foundation models including Claude, Llama, and Gemma. Build generative AI apps with Vertex AI Studio, customize with fine-tuning, and deploy to production with enterprise-grade MLOps. New customers get $300 in free credits.
    Try Vertex AI Free
  • 1
    YingMing is a PHP5 framework to quick develop of web based systems, using a code generator to do the CRUD operations based on the database. It provides functions and templates to quicky create forms and lists.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    ZCore is a set of Creative Studio for designing, testing, building ... solutions based on .NET framework. Contains UML designs tools, code editor & build tools, debug & test tools, user interface create tools ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    ZK Unit extends JUnit to test your ZK project: ZUL pages, composers, event handlers, constraints and more. Use ZKUnit for test driven development, to achieve code coverage and integration with a continous build system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Zaxas is a promising Object Oriented Ajax Framework. Ajax brings more interactive web and Zaxas makes it's implementation very simple. Simplicity is the key feature of Zaxas. Build your Ajax web application in any platform with Zaxas.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Run Any Workload on Compute Engine VMs Icon
    Run Any Workload on Compute Engine VMs

    From dev environments to AI training, choose preset or custom VMs with 1–96 vCPUs and industry-leading 99.95% uptime SLA.

    Compute Engine delivers high-performance virtual machines for web apps, databases, containers, and AI workloads. Choose from general-purpose, compute-optimized, or GPU/TPU-accelerated machine types—or build custom VMs to match your exact specs. With live migration and automatic failover, your workloads stay online. New customers get $300 in free credits.
    Try Compute Engine
  • 5
    Zen is a framework-oriented content management system. It supports modularlized application, template-based skinnable interface, versatile member permission, multilingual publication.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Zen-ng is a PHP framework, focussed on fast development with object oriented abstraction of the procedural PHP functions & modules. It features extensive templating, database abstraction & component based development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Advanced web application framework to help take over the world. Includes install/upgrade GUI, module manager, test framework, documentation, ajax/javascript APIs, smarty templates, database portability, and maintenance tools. Built with quality in mind
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ZenTaoPHP is a php framework. Main features are: 1. OOP(php>5.2) 2. full mvc support. 3. very lightweight, only 4 files for core. 4. High performance. 5. Neutral naming, no zentao in the code naming. 6. Reasonably structured. 7. Easy to start.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Zreshk
    Zreshk is a tiny javascript library which provides basic needs of web developers such as AJAX and effects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 99.99% Uptime for MySQL and PostgreSQL on Google Cloud Icon
    99.99% Uptime for MySQL and PostgreSQL on Google Cloud

    Enterprise Plus edition delivers sub-second maintenance downtime and 2x read/write performance. Built for critical apps.

    Cloud SQL Enterprise Plus gives you a 99.99% availability SLA with near-zero downtime maintenance—typically under 10 seconds. Get 2x better read/write performance, intelligent data caching, and 35 days of point-in-time recovery. Supports MySQL, PostgreSQL, and SQL Server with built-in vector search for gen AI apps. New customers get $300 in free credit.
    Try Cloud SQL Free
  • 10
    aframe-react

    aframe-react

    Build virtual reality experiences with A-Frame and React

    Build virtual reality experiences with A-Frame and React. A-Frame is a web framework for building virtual reality experiences. Since A-Frame is built on top of the DOM, web libraries such as React, Vue.js, Angular, Ember.js, d3.js are able to sit cleanly on top of A-Frame. I recommend using vanilla A-Frame and aframe-state-component with static templating over aframe-react. React wastes a lot of cycles and incurs a lot of memory garbage. aframe-react is often abused where it is too easy to place 3D/real-time logic at the React layer, causing poor performance (e.g., doing React renders on ticks). aframe-react applications frequently ignore the prescribed ECS framework of A-Frame. Internally, React does tons of computation to compute what changed, and flushes it to the entire application. It is apparent React ecosystem does not care much about memory as most examples allocate functions and objects in the render method, and where immutables are popular.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    AJAX based portlet framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    ajaxtags 1.3 with some improvements and bugfixes
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    alchemy
    ALCHEMY development is no longer happening. The security (MD5) implemented in the login module is obsolete and no longer secure.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    apicache

    apicache

    Simple API-caching middleware for Express/Node

    Simple API-caching middleware for Express/Node. A simple API response caching middleware for Express/Node using plain-English durations. Supports Redis or a built-in memory engine with auto-clearing. Because route-caching of simple data/responses should also be simple. Sometimes you need custom keys (e.g. save routes per session, or per method). We've made it easy! All req/res attributes used in the generation of the key must have been set previously (upstream). The entire route logic block is skipped on future cache hits so it can't rely on those parameters. Oftentimes it benefits us to group cache entries, for example, by collection (in an API). This would enable us to clear all cached "post" requests if we updated something in the "post" collection for instance. When sharing GET routes between admin and public sites, you'll likely want the routes to be cached from your public client, but NOT cached when from the admin client.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    apicache-plus

    apicache-plus

    Effortless API-caching middleware for Express/Node.

    Effortless API response caching for Express/Node using plain-English durations. Supports Redis or a built-in memory engine with auto-clearing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    archer

    archer

    An automated SQL operation platform based on inception

    An automated SQL operation platform based on inception, supports functions such as work order, audit, scheduled task, email, OSC, etc., and can also configure MySQL query, slow query management, session management, etc. Initiate SQL launch, submit work orders, and automatically audit by inception. After the audit is passed, manual audit by the auditor is required. The rollback statement can be displayed in the work order, and it supports one-click submission of rollback work orders. Query permission application, audit and management, support for audit process configuration, multi-level audit. Percona-toolkit-based pt_query_digest analyzes and stores slow logs, and displays them on the web. Email notification can be configured to notify online applications, permission applications, audit results, etc. Notification of abnormal login.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    ASICMS is a php Framework for CMS-Systems. MultiUser and Multiuser Support and a large libary of php-Classes and Widgets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    AUT - Advanced UTility framework, is a powerful application framework to develop business logics. The component and workflow based design can simply apply to almost all tech layers, and special data dictionary design supports now and furture data model.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    betterform

    betterform

    Toolkit for rapid XML and web application development

    Toolkit for rapid XML and web application development including a full XForms 1.1 implementation and a rich set of widget and layout-containers. Extensible interfaces for integration of custom controls, functions and data connectors.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    bioweb

    bioweb

    polyglot language framework to analyze genetic data

    polyglot framework using Python/C++/JavaScript to fast develop applications to analyze biological sequences
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Highly Modular CMS framework includes: Wiki, Articles / News, phpBB Forum Bulletin Board, Blogs, Image Photo Gallery, ... includes TikiWiki upgrader. Databases supported: MySQL, Postgres, Oracle, Firebird, IIS/MS-SQL for PHP on Windows or Linux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    CAIR is an e-learning project that allow users and subjects management. You can associate pupils and teachers to subjects and works for this subjects. There are special functionalities for those subjects related to Robocup development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A Java-based POP/IMAP email client and address book application. Extensible/plug-in system, for additional features and groupware capabilities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    celebrate

    celebrate

    A joi validation middleware for Express

    celebrate is an express middleware function that wraps the joi validation library. This allows you to use this middleware in any single route, or globally, and ensure that all of your inputs are correct before any handler function. The middleware allows you to validate req.params, req.headers, and req.query. celebrate lists joi as a formal dependency. This means that celebrate will always use a predictable, known version of joi during the validation and compilation steps. celebrate is tested and has full compatibility with express 4 and 5. It likely works correctly with express 3, but including it in the test matrix was more trouble than it's worth. This is primarily because express 3 exposes route parameters as an array rather than an object. Returns a function with the error handler signature ((err, req, res, next)). This should be placed with any other error handling middleware to catch celebrate errors.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB
Gen AI apps are built with MongoDB Atlas
Atlas offers built-in vector search and global availability across 125+ regions. Start building AI apps faster, all in one place.
Try Free →