TypeScript TypeScript

Open-source TypeScript projects categorized as TypeScript

Top 23 TypeScript TypeScript Projects

  1. Visual Studio Code

    Visual Studio Code

    Project mention: Getting Started With Terraform! Deploying an AWS EC2 Instance | dev.to | 2025-01-20

    I recommend using Visual Studio Code (VS Code) for writing and managing your Terraform configuration files. You can install VS code here

  2. SaaSHub

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

    SaaSHub logo
  3. TypeScript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

    Project mention: Bluesky OAuth2 Client, with Vanilla JavaScript | dev.to | 2025-01-21

    The problem here is that there are several implementations of "how-to-do" this integration BUT with modern frameworks. The guys from @atproto.com have implemented a wonderful pack in TypeScript and some guys has some solutions with NodeJS.

  4. Angular

    Deliver web apps with confidence 🚀

    Project mention: The best of Angular: a collection of my favorite resources of 2024 | dev.to | 2025-01-21

    The Angular team recently merged a PR with the new @let syntax, allowing Angular developers to declare local variables in templates. In his blogpost, Netanel Basal explains when and how to use this new feature.

  5. Material UI

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

    Project mention: Kickstart Hacktoberfest with These Exciting Open Source Projects to Contribute To! 🚀 | dev.to | 2024-10-09

    🎨 Project: Material UI 💡 Why Contribute: If design systems and UI frameworks are your thing, Material UI is a must-contribute project. Help maintain or enhance one of the most popular React component libraries used by thousands of developers globally.

  6. antd

    An enterprise-class UI design language and React UI library

    Project mention: React UI Component Libraries in 2025 | dev.to | 2025-01-06

    Ant Design's React implementation continues to be a favorite for enterprise applications, with its extensive component set and advanced theming capabilities.

  7. storybook

    Storybook is the industry standard workshop for building, documenting, and testing UI components in isolation

    Project mention: React + AI Stack for 2025 | dev.to | 2025-01-03

    Storybook is essential for building and testing components in isolation. It's perfect for component-driven development, has a built-in testing environment, generates great documentation, supports visual regression testing, and has collaboration features for designers and developers.

  8. mermaid

    Generation of diagrams like flowcharts or sequence diagrams from text in a similar manner as markdown

    Project mention: Show HN: GUI for Editing Mermaid Class Diagrams | news.ycombinator.com | 2025-01-17

    I think there are two slightly different issues here!

    1. SVGs generated by Mermaid use the SVG 2 features, but other than browsers, most libraries only support SVG 1.1 features, i.e. <https://github.com/mermaid-js/mermaid/issues/2102>, which is what the other comment mentioned.

    2. Mermaid requires a browser layout engine to render the diagrams (your issue), i.e. <https://github.com/mermaid-js/mermaid/issues/3650>. This is something I also really want to fix (I maintain the [`mermaid-js/mermaid-cli`][1] project and we need to use Puppeteer/Headless Chrome to render mermaid diagrams, which isn't ideal.) However, I don't think this would be easy, since we'd need a browserless tool that supports a browser-like layout engine (although I'm hoping that [Servo][2] might eventually be able to support it).

    And if you do want to do headless renders of Mermaid diagrams, I'd recommend using (or adapting, since the code is all MIT licensed and I'm not aware of one that uses Selenium):

    - <https://github.com/mermaid-js/mermaid-cli>, which uses Puppeteer as the headless browser API.

  9. Nest

    A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀

    Project mention: NestJS Fundamentals Part 1: Modularity in NestJS | dev.to | 2025-01-21

    When building scalable applications with NestJS, understanding its modular architecture is the first and most critical step. Modules are at the heart of every NestJS application, organizing your code into manageable, reusable, and maintainable components.

  10. Strapi

    🚀 Strapi is the leading open-source headless CMS. It’s 100% JavaScript/TypeScript, fully customizable, and developer-first.

    Project mention: How to self-host Strapi on Railway | dev.to | 2025-01-18

    Strapi Official Website

  11. n8n

    Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

    Project mention: How to Self-Host n8n on Render with PostgreSQL Persistence | dev.to | 2025-01-10

    Hey Dev.to community! 👋 I’m Ayokunle, a full-stack developer passionate about low-code automation and AI-powered workflows. Recently, I’ve been exploring n8n, an incredible open-source automation tool, and decided to self-host it on Render with PostgreSQL for data persistence. In this tutorial, I’ll walk you through the entire process, step by step.

  12. Lobe Chat

    LobeChat is a open-source, extensible (Function Calling), high-performance chatbot framework.It supports one-click free deployment of your private ChatGPT/LLM web application.

    Project mention: renovate.json file in Lobechat source code explained | dev.to | 2025-01-05

    In this article, let’s review the renovate.json file in Lobechat. The following concepts are discussed:

  13. 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: The Mobile Development Tech Stack for 2025 | dev.to | 2025-01-19

    Ionic Official Website

  14. DefinitelyTyped

    The repository for high quality TypeScript type definitions.

    Project mention: TypeScript's progressive adoption strategy for front-end projects | dev.to | 2024-12-03

    Sometimes, the community will provide unofficial type definitions. You can find it in the DefinitelyTyped repository (https://github.com/DefinitelyTyped/DefinitelyTyped), or search for @types/library-name on GitHub.

  15. type-challenges

    Collection of TypeScript type challenges with online judge

    Project mention: TypeScript Adventures with type-challenges – Day 1: Pick | dev.to | 2024-10-09

    Hello everyone. I'm working through type-challenges to dive deeper into TypeScript.

  16. react-hook-form

    📋 React Hooks for form state management and validation (Web + React Native)

    Project mention: Next.js form validation on the client and server with Zod | dev.to | 2025-01-01

    You want to do all this without writing a bunch of duplicate code and, in this case, without a third-party form library like React Hook Form.

  17. Prisma

    Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB

    Project mention: How to connect to an Azure-hosted managed identities postgres server from a node app using the Prisma ORM | dev.to | 2025-01-21

    There are a number of potential solutions listed in the discussions of this issue on prisma’s github page.

  18. vuetify

    🐉 Vue Component Framework

    Project mention: How to adapt an autocomplete/select field to work with server-side filtering and pagination | dev.to | 2024-09-04

    The technical implementation will be demonstrated with Vue, my preferred framework for everyday work, combined with Vuetify, a very robust and highly customizable component framework commonly used in the Vue ecosystem. Note that concepts used here can be applied using other combinations of popular JavaScript technologies.

  19. expo

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

    Project mention: 30 Plants a Week Tracker - React Native app built for the GitHub Copilot Challenge | dev.to | 2025-01-19

    Expo documentation: Learn fundamentals, or go into advanced topics with our guides.

  20. novu

    Open-Source Notification Platform. Embeddable Notification Center, E-mail, Push and Slack Integrations.

    Project mention: I built an open-source social media scheduling, and it blew up 💣 | dev.to | 2024-12-02

    In the past, I worked for Novu, an open-source notification infrastructure tool, and with my help, it grew to 31k stars in two years.

  21. taro

    开放式跨端跨框架解决方案,支持使用 React/Vue/Nerv 等框架来开发微信/京东/百度/支付宝/字节跳动/ QQ 小程序/H5/React Native 等应用。 https://taro.zone/

  22. trpc

    🧙‍♀️ Move Fast and Break Nothing. End-to-end typesafe APIs made easy.

    Project mention: How to Secure TypeScript Applications...?? | dev.to | 2025-01-01

    Leverage libraries like tRPC or GraphQL with TypeScript to ensure type safety across the stack:

  23. appsmith

    Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.

    Project mention: React v19 has been released | news.ycombinator.com | 2024-12-05

    appsmith: https://github.com/appsmithorg/appsmith

    there are heaps what are you talking about!

  24. zod

    TypeScript-first schema validation with static type inference

    Project mention: Form Validation in Remix with Zod 🔐 | dev.to | 2025-01-09

    In this guide, I'll show you how to implement form validation in a Remix application using Zod - a TypeScript-first schema validation library. If you're working with Remix and need a robust validation solution, this tutorial is for you.

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

Log in or Post with

TypeScript TypeScript related posts

  • How to connect to an Azure-hosted managed identities postgres server from a node app using the Prisma ORM

    1 project | dev.to | 21 Jan 2025
  • NestJS Fundamentals Part 1: Modularity in NestJS

    1 project | dev.to | 21 Jan 2025
  • The best of Angular: a collection of my favorite resources of 2024

    1 project | dev.to | 21 Jan 2025
  • The best Javascript library for structured logging

    1 project | dev.to | 20 Jan 2025
  • Building an Automated Cryptocurrency Trading Bot with TypeScript and AWS

    1 project | dev.to | 20 Jan 2025
  • Getting Started With Terraform! Deploying an AWS EC2 Instance

    1 project | dev.to | 20 Jan 2025
  • Announcement: S3 Default Integrity Change

    1 project | news.ycombinator.com | 20 Jan 2025
  • A note from our sponsor - SaaSHub
    www.saashub.com | 21 Jan 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

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

# Project Stars
1 Visual Studio Code 166,387
2 TypeScript 101,791
3 Angular 96,649
4 Material UI 94,477
5 antd 93,165
6 storybook 85,144
7 mermaid 74,573
8 Nest 68,997
9 Strapi 64,658
10 n8n 55,173
11 Lobe Chat 51,848
12 Ionic Framework 51,299
13 DefinitelyTyped 49,035
14 type-challenges 44,082
15 react-hook-form 42,179
16 Prisma 40,785
17 vuetify 40,137
18 expo 36,379
19 novu 35,977
20 taro 35,936
21 trpc 35,603
22 appsmith 35,247
23 zod 35,044

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