SaaSHub helps you find the best software and product alternatives Learn more →
Top 23 TypeScript TypeScript Projects
-
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
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
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.
-
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.
-
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.
-
Ant Design's React implementation continues to be a favorite for enterprise applications, with its extensive component set and advanced theming capabilities.
-
storybook
Storybook is the industry standard workshop for building, documenting, and testing UI components in isolation
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.
-
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-17I 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.
-
Nest
A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀
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.
-
Strapi
🚀 Strapi is the leading open-source headless CMS. It’s 100% JavaScript/TypeScript, fully customizable, and developer-first.
Strapi Official Website
-
n8n
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
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.
-
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.
In this article, let’s review the renovate.json file in Lobechat. The following concepts are discussed:
-
Ionic Framework
A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.
Ionic Official Website
-
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.
-
Hello everyone. I'm working through type-challenges to dive deeper into TypeScript.
-
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.
-
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-21There are a number of potential solutions listed in the discussions of this issue on prisma’s github page.
-
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.
-
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-19Expo documentation: Learn fundamentals, or go into advanced topics with our guides.
-
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-02In the past, I worked for Novu, an open-source notification infrastructure tool, and with my help, it grew to 31k stars in two years.
-
taro
开放式跨端跨框架解决方案,支持使用 React/Vue/Nerv 等框架来开发微信/京东/百度/支付宝/字节跳动/ QQ 小程序/H5/React Native 等应用。 https://taro.zone/
-
Leverage libraries like tRPC or GraphQL with TypeScript to ensure type safety across the stack:
-
appsmith
Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.
appsmith: https://github.com/appsmithorg/appsmith
there are heaps what are you talking about!
-
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.
TypeScript TypeScript discussion
TypeScript TypeScript related posts
-
How to connect to an Azure-hosted managed identities postgres server from a node app using the Prisma ORM
-
NestJS Fundamentals Part 1: Modularity in NestJS
-
The best of Angular: a collection of my favorite resources of 2024
-
The best Javascript library for structured logging
-
Building an Automated Cryptocurrency Trading Bot with TypeScript and AWS
-
Getting Started With Terraform! Deploying an AWS EC2 Instance
-
Announcement: S3 Default Integrity Change
-
A note from our sponsor - SaaSHub
www.saashub.com | 21 Jan 2025
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 |