JavaScript Web

Open-source JavaScript projects categorized as Web

Top 23 JavaScript Web Projects

  1. webpack

    A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.

    Project mention: Dark Souls CRUD Arena - The Prisoner Approach | dev.to | 2025-04-06

    to then serve to the browser. If I was using something like Vite or Webpack I would have gotten this handling for free.

  2. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  3. parcel

    The zero configuration build tool for the web. 📦🚀

    Project mention: Create React App is Deprecated – What’s Next ? | dev.to | 2025-03-16

    Parcel is another alternative that requires zero configuration and is super fast. If you want a simple React setup without any hassle, Parcel is a great choice.

  4. EasySpider

    A visual no-code/code-free web crawler/spider易采集:一个可视化浏览器自动化测试/数据采集/爬虫软件,可以无代码图形化的设计和执行爬虫任务。别名:ServiceWrapper面向Web应用的智能化服务封装系统。

    Project mention: EasySpider: A No-Code Tool for Visual Web Crawling and Data Collection | news.ycombinator.com | 2024-08-11
  5. lighthouse

    Automated auditing, performance metrics, and best practices for the web.

    Project mention: How Guardius Supercharges Google Lighthouse for Seamless Web Performance Audits | dev.to | 2025-04-14

    Google Lighthouse is an open-source tool that helps developers run technical audits on web apps and websites. It generates comprehensive reports on performance, accessibility, SEO, and best practices. The insights Lighthouse provides are valuable for improving user experience and making your website perform well in Google’s search rankings.

  6. hyperapp

    1kB-ish JavaScript framework for building hypertext applications

  7. ZeroNet

    ZeroNet - Decentralized websites using Bitcoin crypto and BitTorrent network

  8. matter-js

    a 2D rigid body physics engine for the web ▲● ■

  9. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  10. flexsearch

    Next-Generation full text search library for Browser and Node.js

    Project mention: Building jargons.dev [#2]: The Dictionary Search Engine | dev.to | 2024-08-19

    The feature was powered by flexsearch — a zero-deps full-text search library; ooh boy I'm a big fan of lightweight and no/low dependencies. I dug into how Nextra uses this to index content at build-time for search; it was interesting.

  11. AriaNg

    AriaNg, a modern web frontend making aria2 easier to use.

  12. react-bits

    An open source collection of animated, interactive & fully customizable React components for building stunning, memorable user interfaces. (by DavidHDev)

    Project mention: Introducing React Bits - A Library of Beautifully Animated React UI Components | dev.to | 2025-01-08

    GitHub: https://github.com/DavidHDev/react-bits

  13. Dash

    A beautiful web dashboard for Linux

  14. grpc-web

    gRPC for Web Clients

    Project mention: Top 4 gRPC API Testing Tools You Need to Know | dev.to | 2025-02-13

    gRPC-Web enables developers to interact with gRPC services from web browsers. It’s particularly useful for testing gRPC APIs in environments that require a frontend interface.

  15. WebKit

    Home of the WebKit project, the browser engine used by Safari, Mail, App Store and many other applications on macOS, iOS and Linux.

    Project mention: Postel's Law and the Three Ring Circus | news.ycombinator.com | 2025-03-27

    whatever this is: https://github.com/WebKit/WebKit/blob/main/Source/WebCore/pa...

  16. bud

    The Full-Stack Web Framework for Go

  17. sitespeed.io

    sitespeed.io is an open-source tool for comprehensive web performance analysis, enabling you to test, monitor, and optimize your website’s speed using real browsers in various environments.

  18. Node.js framework

    Node.js framework (by totaljs)

    Project mention: Performance Testing: Total.js vs. NestJS | dev.to | 2024-10-23

    Total.js: Total.js Framework

  19. browser-fingerprinting

    Analysis of Bot Protection systems with available countermeasures 🚿. How to defeat anti-bot system 👻 and get around browser fingerprinting scripts 🕵️‍♂️ when scraping the web?

  20. next-pwa

    Zero config PWA plugin for Next.js, with workbox 🧰

    Project mention: 10 Awesome NextJS Libraries That Make Coding Easier | dev.to | 2025-01-29

    next-pwa helps convert your Next.js application into a Progressive Web App (PWA) with offline support.

  21. serialize-javascript

    Serialize JavaScript to a superset of JSON that includes regular expressions and functions.

  22. slash

    A collection of TypeScript/JavaScript packages to build high-quality web services. (by toss)

  23. tus-js-client

    A pure JavaScript client for the tus resumable upload protocol

    Project mention: Ask HN: How to handle user file uploads? | news.ycombinator.com | 2024-05-03

    We map the TUS[0] protocol to S3 multipart upload operations. This lets us obscure the S3 bucket from the client. The TUS operations are handled by a dedicated micro-service. It could be done in a Lambda or anything.

    Once the upload completes we kick off a workflow to virus scan, unzip, decrypt, and process the file depending on what it is.

    For virus scanning, we started with ClamAV[1], but eventually bought a Trend Micro product[2] for reasons that probably don't apply to you. It is serverless based on SQS, Lambda, and SNS. Works fine.

    Once scanned, we do a number of things. For images that you are going to serve back out, you for sure want to re-encode those and strip metadata. I haven't worked directly on that part.

    [0] https://tus.io/

  24. phoenix

    The text editor designed to make coding as simple and fun as playing a video game (by phcode-dev)

  25. loki

    👁 Visual Regression Testing for Storybook (by oblador)

    Project mention: Screenshot testing: Gotta Catch 'Em All | dev.to | 2025-03-29

    3) Loki

  26. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

JavaScript Web discussion

Log in or Post with

JavaScript Web related posts

  • Web-based cryptography is always snake oil

    8 projects | news.ycombinator.com | 27 Mar 2025
  • Postel's Law and the Three Ring Circus

    1 project | news.ycombinator.com | 27 Mar 2025
  • End-to-End SEO Testing with Playwright and Lighthouse

    3 projects | dev.to | 6 Mar 2025
  • Trust in Firefox and Mozilla Is Gone – Let's Talk Alternatives

    7 projects | news.ycombinator.com | 2 Mar 2025
  • What, if anything, should I do about using Mozilla's Firefox

    6 projects | news.ycombinator.com | 2 Mar 2025
  • 5 Tips for Mastering API Gateway Rate Limiting

    6 projects | dev.to | 25 Feb 2025
  • Top 4 gRPC API Testing Tools You Need to Know

    3 projects | dev.to | 13 Feb 2025
  • A note from our sponsor - Civic Auth
    www.civic.com | 17 Apr 2025
    Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today. Learn more →

Index

What are some of the best open-source Web projects in JavaScript? This list will help you:

# Project Stars
1 webpack 65,197
2 parcel 43,767
3 EasySpider 38,446
4 lighthouse 28,866
5 hyperapp 19,115
6 ZeroNet 18,446
7 matter-js 17,343
8 flexsearch 12,847
9 AriaNg 12,199
10 react-bits 10,767
11 Dash 10,472
12 grpc-web 8,857
13 WebKit 8,532
14 bud 5,586
15 sitespeed.io 4,832
16 Node.js framework 4,363
17 browser-fingerprinting 4,271
18 next-pwa 3,968
19 serialize-javascript 2,847
20 slash 2,824
21 tus-js-client 2,304
22 phoenix 2,102
23 loki 1,831

Sponsored
Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
www.civic.com