TypeScript Web

Open-source TypeScript projects categorized as Web

Top 23 TypeScript Web Projects

  1. Angular

    Deliver web apps with confidence πŸš€

    Project mention: Ng-News 25/22: Angular 20 | dev.to | 2025-06-03
  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. puppeteer

    JavaScript API for Chrome and Firefox

    Project mention: AWS Lambda and Puppeteer: Fonts for Emoji + Non-Latin | dev.to | 2025-05-29

    If you want to create PDFs or screenshots of sites the best solution is Puppeteer (https://pptr.dev/). The problem is that if you have Emojis or languages such CJK (Chinese, Japanese, Korean) they are not included in the default layers provided.

  4. Playwright

    Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.

    Project mention: Debugging Playwright Tests with AI: A Smarter, Faster Workflow | dev.to | 2025-06-10

    Playwright documentation

  5. Ionic Framework

    A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.

    Project mention: You need to know React Expo to build Mobile Apps | dev.to | 2025-05-07

    Ionic

  6. Appwrite

    Build like a team of hundreds_

    Project mention: 6 Open-Source Firebase Alternatives for Self-Hosting and Data Control | dev.to | 2025-06-09

    3. Appwrite

  7. expo

    An open-source framework for making universal native apps with React. Expo runs on Android, iOS, and the web.

    Project mention: How I Created and Deployed An iPhone (and Android) App Without A Mac, And So Can You Too | dev.to | 2025-06-10

    Read the React Native and Expo Documentation, it is some of the best documentation I've read, that's also up to date and properly versioned.

  8. Twenty

    Building a modern alternative to Salesforce.

    Project mention: Top 10 Most-Starred Open-Source ERP and CRM on GitHub | dev.to | 2025-05-06

    Website: https://twenty.com

  9. SaaSHub

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

    SaaSHub logo
  10. next-auth

    Authentication for the Web.

    Project mention: Launch HN: Better Auth (YC X25) – Authentication Framework for TypeScript | news.ycombinator.com | 2025-05-19

    Does it handle:

    - Federated sign-in/out? In next-auth, it is a giant pain to implement: https://github.com/nextauthjs/next-auth/discussions/3938

    - Automated refreshing of JWT tokens on the client-side? I always end up having to implement my own logic around this. The big problem is if you have multiple API calls going out and they all require JWT auth, you need to check the JWT validity and block the calls until it is refreshed. In next-auth on the server-side, this is impossible to do since that side is generally stateless, and so you end up with multiple refresh calls happening for the same token.

    - The ability to have multiple auth sessions at once, like in a SaaS app where you might belong to multiple accounts / organizations (your intro paragraph sounds like it does)

    - Handle how multiple auth sessions are managed if the user happens to open up multiple tabs and swaps accounts in another tab

  11. qwik

    Instant-loading web apps, without effort

    Project mention: The Rise of Hybrid Frameworks | dev.to | 2025-05-22

    Additionally, the Qwik framework has entered the scene, offering an innovative solution to the hybrid model. Qwik is designed to deliver instant loading web applications by using a resumable architecture, which allows web applications to start up with minimal JavaScript. It achieves this by splitting the application code into small, lazy-loaded chunks that only activate when needed, thus optimizing both the performance and user experience.

  12. amplication

    Amplication brings order to the chaos of large-scale software development by creating Golden Paths for developers - streamlined workflows that drive consistency, enable high-quality code practices, simplify onboarding, and accelerate standardized delivery across teams.

    Project mention: Top 15 Open-Source Low-Code Projects with the Most GitHub Stars | dev.to | 2024-07-18

    GitHub https://github.com/amplication/amplication GitHub Stars 14.8k Most Recent Update on GitHub Within one day Open Source License Apache 2.0 Number of Active Contributors This Year 15 Acceptance of External PRs Yes Official Website https://amplication.com/ Documentation https://docs.amplication.com/

  13. react-jsonschema-form

    A React component for building Web forms from JSON Schema.

    Project mention: Show HN: A no-code framework for JSON | news.ycombinator.com | 2024-10-24

    Thanks for your feedback !

    It does not rely on JSON schema at all, the idea was to build a representation that binds together data structure, views and behavior in a self-contained way (like .xlsx does).

    There are a few tools that do enable to link JSON schema to views, like react-jsonschema-form (https://rjsf-team.github.io/react-jsonschema-form/) but you need to manage them separately, and they usually do not propose a way to add the fields "methods" (which was the feature I found interesting to make "dynamic" spreadsheets).

    That being said, I think the framework should clearly propose an export from Schema to JSON Schema or Yaml at some point, just as you should be able to start building your Schema by importing a JSON Schema (and although there might be some gray zones between the 2).

    No, sorry, it's not yet open-source, and currently there are some strong links between Document and Workspace (Links, Files...) that would need to be more "abstracted" to make the builder an independent component. But I hear you point ! (and all the comments in this thread are raising the same ! :) )

  14. Brain.js

    πŸ€– GPU accelerated Neural networks in JavaScript for Browsers and Node.js

    Project mention: JavaScript Myths You Still Believe (But Shouldn’t!) | dev.to | 2025-03-24
  15. React Intl

    The monorepo home to all of the FormatJS related libraries, most notably react-intl.

    Project mention: "Polyfill.io sold to a weird Chinese company and should no longer be recommended | news.ycombinator.com | 2024-06-26
  16. omi

    Web Components Framework - Webη»„δ»Άζ‘†ζžΆ (by Tencent)

  17. elysia

    Ergonomic Framework for Humans

    Project mention: Elysiajs/Elysia: Ergonomic Framework for Humans | news.ycombinator.com | 2025-03-21
  18. Aurelia 1

    The Aurelia 1 framework entry point, bringing together all the required sub-modules of Aurelia. (by aurelia)

  19. material-web

    Material Design Web Components

    Project mention: Material 3 Expressive: Better, Easier, Emotional UX | news.ycombinator.com | 2025-05-16

    Why? Because they're in in maintenance mode.

    https://github.com/material-components/material-web/discussi...

  20. devhub

    TweetDeck for GitHub - Filter Issues, Activities & Notifications - Web, Mobile & Desktop with 99% code sharing between them (by devhubapp)

  21. react-diagrams

    a super simple, no-nonsense diagramming library written in react that just works

  22. tsParticles

    tsParticles - Easily create highly customizable JavaScript particles effects, confetti explosions and fireworks animations and use them as animated backgrounds for your website. Ready to use components available for React.js, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Inferno, Solid, Riot and Web Components.

    Project mention: How to Build a Portfolio Website with React | dev.to | 2025-03-13

    Also, to make your portfolio stand out to recruiters and clients, you can add some creative and interactive animations to it. The following libraries can help you easily do this: Framer Motion, tsParticles, and Three.js.

  23. Quick Start

    πŸ” A Node.js Serverless Framework for front-end/full-stack developers. Build the application for next decade. Works on AWS, Alibaba Cloud, Tencent Cloud and traditional VM/Container. Super easy integrate with React and Vue. 🌈

  24. The Lounge

    πŸ’¬ β€Ž Modern, responsive, cross-platform, self-hosted web IRC client

    Project mention: Ask HN: What are your favorite IRC clients/channels | news.ycombinator.com | 2025-04-23
  25. ghostfolio

    Open Source Wealth Management Software. Angular + NestJS + Prisma + Nx + TypeScript 🀍

    Project mention: My Goals Working On Open Source | dev.to | 2024-12-10

    So far I think I've been doing pretty well. While the scope of my contributions has varied, I've been able to work on a few projects - some larger than others, but all of them being software that people actually use (as opposed to someone's side project): cve-bin-tool, libplanet, ByteChef, Ghostfolio, and Mattermost.

  26. SaaSHub

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

    SaaSHub 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).

TypeScript Web discussion

Log in or Post with

TypeScript Web related posts

  • Ng-News 25/22: Angular 20

    1 project | dev.to | 3 Jun 2025
  • Resource API Changes in Angular 20 - Query Resource in rxResource

    1 project | dev.to | 24 May 2025
  • The Rise of Hybrid Frameworks

    7 projects | dev.to | 22 May 2025
  • Angular: Beyond the Fog #2

    2 projects | dev.to | 20 May 2025
  • Launch HN: Better Auth (YC X25) – Authentication Framework for TypeScript

    3 projects | news.ycombinator.com | 19 May 2025
  • Tamper

    1 project | news.ycombinator.com | 17 May 2025
  • Framework Agnostic

    1 project | dev.to | 11 May 2025
  • A note from our sponsor - SaaSHub
    www.saashub.com | 12 Jun 2025
    SaaSHub helps you find the best software and product alternatives Learn more β†’

Index

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

# Project Stars
1 Angular 98,071
2 puppeteer 90,886
3 Playwright 73,311
4 Ionic Framework 51,762
5 Appwrite 51,160
6 expo 40,790
7 Twenty 28,208
8 next-auth 26,918
9 qwik 21,409
10 amplication 15,692
11 react-jsonschema-form 14,890
12 Brain.js 14,745
13 React Intl 14,508
14 omi 13,172
15 elysia 12,559
16 Aurelia 1 11,736
17 material-web 10,052
18 devhub 9,895
19 react-diagrams 8,950
20 tsParticles 8,260
21 Quick Start 7,571
22 The Lounge 5,922
23 ghostfolio 5,870

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?