JavaScript TypeScript

Open-source JavaScript projects categorized as TypeScript

Top 23 JavaScript TypeScript Projects

  1. Material UI

    Ready-to-use foundational React components, free forever. It includes Material UI, which implements Google's Material Design.

    Project mention: Show HN: Typique – a bundler-independent, zero-runtime CSS-in-TS library | news.ycombinator.com | 2026-01-07

    Hi HN! I’ve been following zero-runtime CSS-in-JS/TS libraries for a while and noticed that most of them end up overwhelmed by bundler compatibility issues. A good summary of these problems is in the final status report [1] of Pigment CSS — MUI’s attempt in this space.

    As someone working on TypeScript tooling, I started wondering whether this problem could be approached from a different angle: instead of relying on bundler plugins, use TypeScript types to define styles, and TypeScript tooling to provide locally scoped class and CSS variable names.

    This led to Typique — a library built as a TypeScript plugin. It provides IDE integration (completion, diagnostics, quick fixes) and emits plain CSS without any dependence on bundler or framework. It’s early, but already usable; I’ve been using it in a couple of personal projects.

    Feedback, questions, and skepticism are very welcome. Thanks for reading.

    [1] https://github.com/mui/material-ui/issues/45759#issuecomment...

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. prettier

    Prettier is an opinionated code formatter.

    Project mention: How to Build a Dependency Map of a Legacy Codebase Using AI Tools | dev.to | 2026-05-09

    137Foundry provides legacy modernization services that include dependency mapping as a foundational assessment phase. Prettier and ESLint are useful companion tools for enforcing code style consistency as the refactoring proceeds. Node.js and Python.org official documentation are authoritative references for understanding the import and module systems of those runtimes.

  4. 30-Days-Of-JavaScript

    30 days of JavaScript programming challenge is a step-by-step guide to learn JavaScript programming language in 30 days. This challenge may take more than 100 days, please just follow your own pace. These videos may help too: https://www.youtube.com/channel/UC7PNRuno1rzYPb1xLa4yktw

  5. Monaco Editor

    A browser based code editor

    Project mention: I built a GUI-powered Userscript manager for faster userscript creation! | dev.to | 2026-04-03

    So I switched to Monaco editor, the same editor that powers VSCode. The extension instantly became a few MB heavier, but it was definitely worth it. Monaco editor was extremely powerful, with all the standard editor features such as renaming variables, syntax highlighting, and more just out of the box. I'm so glad I didn't have to implement any of that myself, yet it's available for everyone to use.

  6. ToolJet

    ToolJet is the open-source foundation of ToolJet AI - the enterprise app generation platform for building internal tools, dashboard, business applications, workflows and AI agents 🚀

    Project mention: Open Source Retool Alternative: A Code-First, AI-Native Approach | dev.to | 2026-04-28

    ToolJet: github.com/ToolJet/ToolJet

  7. claude-hud

    A Claude Code plugin that shows what's happening - context usage, active tools, running agents, and todo progress

    Project mention: Claude Code plugin that shows what's happening | news.ycombinator.com | 2026-05-31
  8. engine

    Powerful web graphics runtime built on WebGL, WebGPU, WebXR and glTF

    Project mention: Show HN: Spark, An advanced 3D Gaussian Splatting renderer for Three.js | news.ycombinator.com | 2025-06-11

    BabylonJS and the OP's own Aframe [1] seem to have similar licenses, similar number of Github stars and forks, although Aframe seems newer and more game / VR focused.

    How do Babylon, Aframe, Three.js, and PlayCanvas [2] compare from those that have used them?

    IIUC, PlayCanvas is the most mature, featureful, and performant, but it's commercial. Babylon is the featureful 3D engine, whereas Three.js is fairly raw. Though it has some nice stuff for animation, textures, etc., you're really building your own kit.

    Any good experiences (or bad) with any of these?

    [1] https://github.com/aframevr/aframe

    [2] https://playcanvas.com/

  9. capacitor

    Build cross-platform Native Progressive Web Apps for iOS, Android, and the Web ⚡️

    Project mention: Using Server-Sent Events (SSE) in Capacitor 8 with Nuxt 4 | dev.to | 2026-05-31

    On the app there are two buttons, the one on the left demonstrates the current functionality of trying the use SSE in Capacitor 8 that is detailed in #6582. The button on the right shows SSE working with the help of capacitor-stream-http-v2.

  10. bentopdf

    The Privacy First PDF Toolkit

    Project mention: Show HN: Free, In-Browser PDF Editor | news.ycombinator.com | 2026-03-29
  11. pipedream

    Connect APIs, remarkably fast. Free for developers.

  12. razzle

    ✨ Create server-rendered universal JavaScript applications with no configuration

  13. protobuf

    Protocol Buffers for JavaScript and TypeScript.

  14. typescript-book

    The Concise TypeScript Book: A Concise Guide to Effective Development in TypeScript. Free and Open Source. (by gibbok)

    Project mention: The Concise TypeScript Book | news.ycombinator.com | 2026-01-10
  15. PatrickJS-starter

    MFE Starter

  16. h5-Dooring

    H5 Page Maker, H5 Editor, LowCode. Make H5 as easy as building blocks. | 让H5制作像搭积木一样简单, 轻松搭建H5页面, H5网站, PC端网站,LowCode平台.

  17. TestCafe

    A Node.js tool to automate end-to-end web testing.

    Project mention: Solution to Challenge 1 - Login with Different Users | dev.to | 2026-05-16

    TestCafe

  18. Baileys

    Socket-based TS/JavaScript API for WhatsApp Web (by WhiskeySockets)

  19. flowbite

    Open-source UI component library and front-end development framework based on Tailwind CSS

    Project mention: Build apps for ChatGPT, Claude, and Gemini using MCP UI components from Flowbite | dev.to | 2026-02-06

    We decided to use the Skybridge framework to build MCP apps and we are using the UI components from Flowbite.

  20. artillery

    The complete load testing platform. Everything you need for production-grade load tests. Serverless & distributed. Load test with Playwright. Load test HTTP APIs, GraphQL, WebSocket, and more. Use any Node.js module.

    Project mention: My Favorite Failure of the Month (And What I Learned) | dev.to | 2025-08-04

    My simple ab tests? Yeah, they were totally not enough! For high-stakes events like flash sales, really thorough load testing is just non-negotiable. Period. Now, I make sure to incorporate more robust tools like k6 or Artillery into my pre-launch checklist for any client project that’s expecting a lot of traffic. These tools can simulate thousands of concurrent users, which is awesome for spotting bottlenecks *before* they ever hit production. Trust me, it's worth every bit of effort!

  21. jsplumb

    Build Connectivity Quickly. Rapidly build diagramming apps and rich graphical front ends with React, Angular, Svelte, Vue, Javascript and Typescript.

  22. cash

    An absurdly small jQuery alternative for modern browsers. (by fabiospampinato)

  23. dependency-cruiser

    Validate and visualize dependencies. Your rules. JavaScript, TypeScript, CoffeeScript. ES6, CommonJS, AMD.

    Project mention: Avoid Cross Module Dependencies with Dependency Cruiser | dev.to | 2026-05-24

    dependency-cruiser is a powerful tool for analyzing and validating dependencies in JavaScript and TypeScript projects.

  24. golden-layout

    A multi window layout manager for webapps

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 TypeScript discussion

Log in or Post with

JavaScript TypeScript related posts

  • Avoid Cross Module Dependencies with Dependency Cruiser

    1 project | dev.to | 24 May 2026
  • I am worried about Bun

    8 projects | news.ycombinator.com | 4 May 2026
  • Codemod for ignoring lint errors

    4 projects | dev.to | 27 Apr 2026
  • When diffs outrun gates: admissibility, not vibes

    2 projects | dev.to | 23 Apr 2026
  • Developing new static analyzer: PVS-Studio JavaScript

    13 projects | dev.to | 15 Apr 2026
  • React Native vs Flutter in 2026: Which Should You Choose?

    2 projects | dev.to | 6 Apr 2026
  • Show HN: Free, In-Browser PDF Editor

    3 projects | news.ycombinator.com | 28 Mar 2026
  • A note from our sponsor - SaaSHub
    www.saashub.com | 9 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

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

# Project Stars
1 Material UI 98,388
2 prettier 51,901
3 30-Days-Of-JavaScript 46,418
4 Monaco Editor 46,139
5 ToolJet 37,978
6 claude-hud 24,546
7 engine 15,945
8 capacitor 15,814
9 bentopdf 13,595
10 pipedream 11,440
11 razzle 11,064
12 protobuf 10,555
13 typescript-book 10,309
14 PatrickJS-starter 10,246
15 h5-Dooring 9,948
16 TestCafe 9,906
17 Baileys 9,670
18 flowbite 9,263
19 artillery 8,993
20 jsplumb 7,777
21 cash 7,043
22 dependency-cruiser 6,724
23 golden-layout 6,684

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that JavaScript is
the 5th most popular programming language
based on number of references?