TypeScript

Open-source projects categorized as TypeScript

Top 23 TypeScript Open-Source Projects

TypeScript
  1. Visual Studio Code

    Visual Studio Code

    Project mention: Top 10 Free Dev Tools to Boost Productivity in 2025 | dev.to | 2025-08-27

    If there’s a king of free dev tools, it’s still VS Code. Microsoft’s lightweight yet ridiculously powerful editor has become the default choice for developers across languages and frameworks.

  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. n8n

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

    Project mention: WYKRA: Web You Know, Real-time Analysis | dev.to | 2025-08-31

    n8n for the orchestration,

  4. TypeScript

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

    Project mention: TypeScript: Enable Strict Mode by Default | news.ycombinator.com | 2025-08-25
  5. deno

    A modern runtime for JavaScript and TypeScript.

    Project mention: Try to test deno 2.2+ WebTransport(unstable) | dev.to | 2025-08-28
  6. Angular

    Deliver web apps with confidence 🚀

    Project mention: How to Choose the Right Tech Stack for Your SaaS MVP | dev.to | 2025-08-11

    Angular (full-featured, opinionated)

  7. Material UI

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

    Project mention: Top 5 Free React UI Libraries to Use in 2025 | dev.to | 2025-05-01

    MUI is the OG of UI component libraries. They’ve been at the top back since when Bootstrap was a contender and are still maintaining a top spot in the era of Tailwind and other UI libraries. With more than 95k GitHub stars (and counting), and top companies using it in production, I’d say this is the open-source React component library with the most stars. MUI also has paid components available for enterprise users.

  8. antd

    An enterprise-class UI design language and React UI library

    Project mention: My React.js Journey: An Angular Developer's Perspective | dev.to | 2025-07-21

    Ant Design

  9. Sevalla

    Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!

    Sevalla logo
  10. storybook

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

    Project mention: 🎯 How to Ensure Pixel-Perfect UI in React Apps | dev.to | 2025-07-01

    📚 4. Use Storybook (Seriously) If you’re not using Storybook for UI development, now is the time. It isolates your components from the app, which means:

  11. mermaid

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

    Project mention: Platform Engineering for the uninitiated | dev.to | 2025-08-29

    Once all the important tech is in-place to enable software delivery, the necessary augmentation is what comes next. Documentation is a non-negotiable demand of the craft, and tools like PlantUML and Mermaid have enabled maintenance of Documentation as Code (Docs as Code).

  12. bun

    Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one

    Project mention: Node.js can now execute TypeScript files | news.ycombinator.com | 2025-08-17

    Bun is still a toddler: it's not ready for primetime.

    Simple example: you know how at the command line you can type "npm run", and then type a character or two, hit tab, and the appropriate script from your `package.json` will autocomplete? And if you keep going (eg. "npm run knex") you can do the same thing to autocomplete arguments?

    Bun still hasn't figured out how to do that (https://github.com/oven-sh/bun/issues/6037). I really liked using bun when I played around with it, but if they can't handle something as simple as Bash completions, they're not ready for the big leagues.

  13. union

    The trust-minimized, zero-knowledge bridging protocol, designed for censorship resistance, extremely high security, and usage in decentralized finance. (by unionlabs)

    Project mention: 🔥 13 Most Exciting GitHub Projects This Week - 2025-02-20 | dev.to | 2025-02-20

    Stars: 29318 (1,258 stars today today) Author: unionlabs View Project

  14. immich

    High performance self-hosted photo and video management solution.

    Project mention: 'Doglabbing' ngrok: Eyes-only photo sharing with immich and OIDC | dev.to | 2025-08-21

    After doing some research, I came across the perfect solution: immich!

  15. Nest

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

    Project mention: From TypeScript to SQL: Automatically Granting DB Permissions Without Losing Your Mind | dev.to | 2025-08-12

    At IVAO, we partially follow micro-services best practices. This means each business group (e.g., Flight tracking, Flight planning, Air Traffic controlling, Training) has its own NestJS API and ReactJS frontend. But we took a shortcut on the DB side, as we have quite some references across systems, especially for user IDs, airports, etc... We decided to have a single MariaDB instance while having a dedicated logical database for each API, so we still have a separation of concerns but we can guarantee data integrity with foreign keys across those databases.

  16. awesome-react

    A collection of awesome things regarding React ecosystem

  17. Strapi

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

    Project mention: 16 Best CMS Platforms for Websites in 2025 | dev.to | 2025-07-25

    Strapi is an open-source, Node.js-based headless CMS that gives developers full control over content APIs. It’s self-hosted, fully customizable, and supports REST and GraphQL, making it a favorite among developers building JAMstack and API-first applications.

  18. 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: MCP Proxy Pattern: Secure, Retrieval-First Tool Routing for Agents | dev.to | 2025-08-20

    It’s worth noting that the ecosystem of MCP servers is expanding very rapidly. There are already thousands of MCP servers available, covering everything from Slack bots to web scraping to code execution. Community-driven directories like Pulse MCP, Glama MCP server directory, Smithery, and LobeHub marketplace (see the LobeHub MCP index) list thousands of servers and provide usage stats. Anthropic and others are working on an official MCP registry to standardize how agents discover and install these servers dynamically. In short, the raw material (tools) is out there; the challenge is connecting the right tool at the right time. A middleware like MCPProxy, especially paired with an intelligent registry search, could let agents tap into this vast toolbox on demand without human micromanagement.

  19. 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: Ionic Framework VS HW - a user suggested alternative | libhunt.com/r/ionic-framework | 2025-08-03
  20. prettier

    Prettier is an opinionated code formatter.

    Project mention: 12 habits that secretly turn average devs into 10x engineers (no, not ChatGPT) | dev.to | 2025-08-29

    Want proof? Prettier’s tagline literally says it best: “Code is art. Prettier is Picasso.” Check the Prettier docs one setup and suddenly your team never fights about indentation again.

  21. 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.

  22. react

    Cheatsheets for experienced React developers getting started with TypeScript (by typescript-cheatsheets)

    Project mention: React query, hook personalizado. | dev.to | 2024-11-09

    Guía de TypeScript para React: Using TypeScript with React

  23. TanStack Query

    🤖 Powerful asynchronous state management, server-state utilities and data fetching for the web. TS/JS, React Query, Solid Query, Svelte Query and Vue Query.

    Project mention: Troubleshooting TRPC data flicker: From recognizing the problem to fixing it | dev.to | 2025-07-19

    isLoading: As explained in this comment by TkDoDo and the source code, isLoading is determined by the combination of status and fetchStatus:

  24. 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.

  25. 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

  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 discussion

Log in or Post with

TypeScript related posts

  • Show HN: StripeMeter – Open-Source Usage Metering for Stripe Billing

    1 project | news.ycombinator.com | 1 Sep 2025
  • Mediabunny

    1 project | news.ycombinator.com | 1 Sep 2025
  • PostHog Uses Temporal

    1 project | news.ycombinator.com | 1 Sep 2025
  • Optimizing technical documentations for LLMs

    5 projects | dev.to | 29 Aug 2025
  • Building Your First MCP Server: A Beginner’s Guide

    3 projects | dev.to | 29 Aug 2025
  • Audio waveforms to HTML canvas in real-time using WebGPU

    1 project | news.ycombinator.com | 29 Aug 2025
  • Show HN: StripeMeter – Open-Source Usage Metering for Stripe Billing

    1 project | news.ycombinator.com | 28 Aug 2025
  • A note from our sponsor - Sevalla
    sevalla.com | 1 Sep 2025
    Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more! Learn more →

Index

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

# Project Stars
1 Visual Studio Code 176,283
2 n8n 133,507
3 TypeScript 105,748
4 deno 104,043
5 Angular 98,582
6 Material UI 96,482
7 antd 95,850
8 storybook 87,617
9 mermaid 82,573
10 bun 80,157
11 union 74,865
12 immich 74,833
13 Nest 72,511
14 awesome-react 69,606
15 Strapi 69,314
16 Lobe Chat 64,826
17 Ionic Framework 52,011
18 prettier 50,903
19 DefinitelyTyped 50,257
20 react 46,582
21 TanStack Query 46,451
22 type-challenges 46,354
23 30-Days-Of-JavaScript 45,019

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?