TypeScript open-source

Open-source TypeScript projects categorized as open-source

Top 23 TypeScript open-source Projects

  • Docusaurus

    Easy to maintain open source documentation websites.

    Project mention: What are some harsh truths that r/devops needs to hear? | reddit.com/r/devops | 2023-05-20

    My company uses Confluence, but if moving on there will be a greenfield project coming along. Maybe Docusaurus https://docusaurus.io/ is an ideal situation. Markdown FTW

  • cal.com

    Scheduling infrastructure for absolutely everyone.

    Project mention: Calendar management? Work, personal, family... | reddit.com/r/productivity | 2023-05-29

    use cal.com and thank me later

  • Klotho

    AWS Cloud-aware infrastructure-from-code toolbox [NEW]. Build cloud backends with Infrastructure-from-Code (IfC), a revolutionary technique for generating and updating cloud infrastructure. Try IfC with AWS and Klotho now (Now open-source)

  • typescript-book

    :books: The definitive guide to TypeScript and possibly the best TypeScript book :book:. Free and Open Source 🌹

    Project mention: GitHub - tc39/proposal-module-declarations: JavaScript Module Fragments -- Stage 1 proposal | reddit.com/r/javascript | 2023-02-23

    This looks the same as a barrel import.

  • Kap

    An open-source screen recorder built with web technology

    Project mention: Screen recorded that captures computer audio? | reddit.com/r/macapps | 2023-05-30

    I just came across Kap, via 👉 https://indiegoodies.com/awesome-mac-apps … maybe it fits your needs? I'll be trying it too.

  • memos

    A lightweight, self-hosted memo hub. Open Source and Free forever.

    Project mention: How do you guys document all the technical stuff of your selfhosted servers? | reddit.com/r/selfhosted | 2023-06-01

    I was using wikijs but it's overkill and way to in-depth for stuff like that but that's not a bad thing it can be a fantastic tool if that's what you prefer. But I recently discovered memos a twitter like note taking app you can selfhost. Search functionality and tags. Can input code segments which I use for my compose files portainer stacks ect.. also have a post on there for all my IP addresses and lots of other useful snippets from around the web. https://github.com/usememos/memos

  • signoz

    SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc. 🔥 🖥. 👉 Open source Application Performance Monitoring (APM) & Observability tool

    Project mention: Deep Dive: Observability Tool Price Comparison with Calculator Spreadsheet | reddit.com/r/Observability | 2023-05-27

    Sure, we will include dynatrace and elastic in our next update. The line items are mostly based on how the product does the billing u/RabidWolfAlpha. Datadog has an SKU-based billing structure. If you visit their pricing page, they list down a lot of products, and they bill each of them separately. For example, APM and infrastructure monitoring are two separate paid products. SigNoz is based on usage-based pricing; only pay for how much data you ingest. Billing is based on how much logs, metrics and traces you ingest. There is no separate billing for APM and infrastructure monitoring. SigNoz has most features that Datadog provides, except things like network monitoring, Cloud SIEM, etc. Are you looking for any specific feature? p.s SigNoz is also open source: our github repo.

  • payload

    Built with React + TypeScript, Payload is a free and open-source Headless CMS. [✩Star] if you support our work!

    Project mention: How to contribute to Open Source in React | reddit.com/r/reactjs | 2023-05-31
  • Appwrite

    Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!

  • Vue Storefront

    The open-source frontend for any eCommerce. Built with a PWA and headless approach, using a modern JS stack. We have custom integrations with Magento, commercetools, Shopware and Shopify and total coverage is just a matter of time. The API approach also allows you to merge VSF with any third-party tool like CMS, payment gateways or analytics. Newest updates: https://blog.vuestorefront.io. Always Open Source, MIT license.

    Project mention: Open Source Projects Made Using Vue.js | reddit.com/r/vuejs | 2023-01-30
  • infisical

    ♾ Infisical is an open-source, end-to-end encrypted platform for secret management: sync secrets across your team/infrastructure and prevent secret leaks.

    Project mention: The power of PURISTA TypeScript Framework v1.7 | dev.to | 2023-06-01

    Data security is paramount in modern applications. PURISTA v1.7 introduces the Infisical Secret Store feature, providing a secure vault for storing and accessing sensitive information. Safeguard your API keys, authentication tokens, and other confidential data with ease. Rest easy knowing your application's secrets are protected by PURISTA's robust security measures.

  • highlight

    highlight.io: The open source, full-stack monitoring platform. Error monitoring, session replay, logging and more.

    Project mention: Building a Type-Safe Tailwind with vanilla-extract | dev.to | 2023-04-27

    We only scratched the surface of vanilla-extract here, so check out the documentation if you’re interested in learning more. We’ll continue to share about how we are leveraging it to build the Highlight design system, and all our code is open source if you’re interested in exploring our usage more. All the code for the examples in this article are also available for anyone to fork and play around with as well.

  • fontsource

    Self-host Open Source fonts in neatly bundled NPM packages.

    Project mention: Just launched my first svelte project! An opensource alternative to Google Fonts, with a focus on variable fonts. Coming from a React background Svelte has been absolutely amazing to work with. | reddit.com/r/sveltejs | 2023-01-16

    I personally like using FontSource for this, they have some extra fonts beyond Google Fonts too

  • nango

    Open-source product integration: Easily integrate you app with any external API

    Project mention: Ask HN: Suggest open source alternative to Unified API providers like Merge.dev | news.ycombinator.com | 2023-05-08
  • TagSpaces

    TagSpaces is an offline, open source, document manager with tagging support

    Project mention: Windows Media Player - x265 Videos Not Showing In Library | reddit.com/r/windows | 2023-05-27

    The quickest workaround – and the most satisfactory one to boot – is to abandon Windows Media Player. Use a digital asset management app like TagSpaces.

  • flowchart-fun

    Easily generate flowcharts and diagrams from text ⿻

    Project mention: Ask HN: AI to study my DSL and then output it? | news.ycombinator.com | 2023-04-19

    On https://flowchart.fun I found that I got better overall results by asking GPT for an intermediate syntax that it was less likely to mess up (and easier for me to parse), and then parsing and transforming that syntax to my DSL. The relevant code: https://github.com/tone-row/flowchart-fun/blob/main/api/prom...

  • automatisch

    The open source Zapier alternative. Build workflow automation without spending time and money.

    Project mention: Workflow automation | reddit.com/r/selfhosted | 2023-03-22
  • Ts.ED

    :triangular_ruler: Ts.ED is a Node.js and TypeScript framework on top of Express to write your application with TypeScript (or ES6). It provides a lot of decorators and guideline to make your code more readable and less error-prone.

    Project mention: Examples of APIs that follows the best practices and are production ready on Github? | reddit.com/r/node | 2023-03-10
  • Chevrotain

    Parser Building Toolkit for JavaScript

    Project mention: Introduction to Lexers, Parsers and Interpreters with Chevrotain | dev.to | 2022-11-28

    To learn more about Chevrotain visit: https://chevrotain.io/

  • books

    Free Accounting Software (by frappe)

    Project mention: An open-source alternative to QuickBooks | news.ycombinator.com | 2023-05-29

    Check out this : https://github.com/frappe/books - free desktop account software.

    https://github.com/frappe/erpnext - free if you host yourself or $10+ if they host it on their server. ERP Software

    Both are free. And they are pretty decent.

  • laravel-ecommerce

    AvoRed an Open Source Laravel Shopping Cart

    Project mention: My Open Source eCommerce List | reddit.com/r/ecommerce | 2022-08-16
  • mirrorful

    Create the building blocks of your app

    Project mention: Lot of discussions about setlists this tour, but at 63 songs across 10 concerts so far, I think... baby, we'll be fine. | reddit.com/r/TheNational | 2023-06-01

    If you're at all into open-source, the code for this script is here on Github. Feel free to give it a star or make contributions. I want to improve it, but my full-time job is managing another open-source project.

  • ui5-webcomponents

    UI5 Web Components - the enterprise-flavored sugar on top of native APIs! Build SAP Fiori user interfaces with the technology of your choice.

    Project mention: Need some help on build process. | reddit.com/r/sveltejs | 2023-03-09

    With the node adapter, I'm able to build successfully but when I do npm run preview It breaks, because I'm using a web components library UI5 web components and for some reason, I get this error:

  • exifcleaner

    Cross-platform desktop GUI app to clean image metadata

    Project mention: im afraid if i took a picture of the floor they would find me 💀 | reddit.com/r/femboymemes | 2023-05-18

    exifcleaner is what i use, but there should be other options including browser/online tools

  • spearmint

    Testing, simplified. || An inclusive, accessibility-first GUI for generating clean, semantic Javascript tests in only a few clicks of a button. (by open-source-labs)

    Project mention: Codesmith fellowship experiences? | reddit.com/r/codingbootcamp | 2022-10-09

    I went down a crazy rabbit hole gathering all kinds of data and analyzing the open source projects that Codesmith has. I'm very fast and it took about 2 hours one Sunday afternoon. I logged alumni LinkedIns and GitHubs for ~200 people listed on these open source project individual websites. I found about 2/3 of people listed 6+ months of work experience on their LinkedIns as "Software Engineers" but when looking at their GitHub contributions to the projects, committed on average over 2-3 week long periods only. All of these projects had the exact same spiky patterns, it was crazy, over and over and over and over again, like this: https://github.com/open-source-labs/spearmint/graphs/contributors and over and over people listing months and sometimes years of experience on their LinkedIns.

  • Sonar

    Write Clean JavaScript Code. Always.. Sonar helps you commit clean code every time. With over 300 unique rules to find JavaScript bugs, code smells & vulnerabilities, Sonar finds the issues while you focus on the work.

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). The latest post mention was on 2023-06-01.

TypeScript open-source related posts

Index

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

Project Stars
1 Docusaurus 45,051
2 cal.com 20,160
3 typescript-book 19,377
4 Kap 16,496
5 memos 14,228
6 signoz 12,937
7 payload 10,454
8 Vue Storefront 10,213
9 infisical 6,437
10 highlight 3,787
11 fontsource 3,735
12 nango 3,046
13 TagSpaces 2,961
14 flowchart-fun 2,870
15 automatisch 2,571
16 Ts.ED 2,501
17 Chevrotain 2,174
18 books 1,975
19 laravel-ecommerce 1,436
20 mirrorful 1,339
21 ui5-webcomponents 1,304
22 exifcleaner 1,280
23 spearmint 1,237
ONLYOFFICE Docs — document collaboration in your environment
Powerful document editing and collaboration in your app or environment. Ultimate security, API and 30+ ready connectors, SaaS or on-premises
www.onlyoffice.com