TypeScript Azure

Open-source TypeScript projects categorized as Azure

Top 23 TypeScript Azure Projects

  1. LibreChat

    Enhanced ChatGPT Clone: Features Agents, DeepSeek, Anthropic, AWS, OpenAI, Assistants API, Azure, Groq, o1, GPT-4o, Mistral, OpenRouter, Vertex AI, Gemini, Artifacts, AI model switching, message search, Code Interpreter, langchain, DALL-E-3, OpenAPI Actions, Functions, Secure Multi-User Auth, Presets, open-source for self-hosting. Active project.

    Project mention: Hosting HuggingFace Models with KoboldCpp and RunPod | dev.to | 2024-12-13

    RunPod is a popular service that allows you to rent GPU hours on-demand. While they might not be the best option and they also have other plans, those are out of the scope of this article. This article will cover how to host models on the cloud, from choosing the models you want to sending requests to your own pod with LibreChat.

  2. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  3. CapRover

    Scalable PaaS (automated Docker+nginx) - aka Heroku on Steroids

    Project mention: Caprover changed to source-available license | news.ycombinator.com | 2024-07-15
  4. azuredatastudio

    Azure Data Studio is a data management and development tool with connectivity to popular cloud and on-premises databases. Azure Data Studio supports Windows, macOS, and Linux, with immediate capability to connect to Azure SQL and SQL Server. Browse the extension library for more database support options including MySQL, PostgreSQL, and MongoDB.

  5. 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. 🌈

  6. polyglot

    🤖️ Cross-platform AI language practice app (跨平台AI语言练习应用) (by liou666)

  7. examples

    Infrastructure, containers, and serverless apps to AWS, Azure, GCP, and Kubernetes... all deployed with Pulumi (by pulumi)

    Project mention: Show HN: Plotcode – Infrastructure as Code patterns that you can copy and deploy | news.ycombinator.com | 2024-12-27
  8. azure-sdk-for-js

    This repository is for active development of the Azure SDK for JavaScript (NodeJS & Browser). For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/javascript/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-js.

  9. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  10. vscode-infracost

    See cost estimates for Terraform right in your editor💰📉

    Project mention: Générer un id unique avec une solution serverless ! | dev.to | 2025-04-03
  11. leapp

    Leapp is the DevTool to access your cloud

    Project mention: My personal AWS account setup - IAM Identity Center, temporary credentials and sandbox account | dev.to | 2024-05-23

    Personally, I prefer to use Leapp, a tool that supports secure cloud access in multi-account environments. Recently, the company behind Leapp announced the end of the commercial version. The open source version still exists and can be used.

  12. login-action

    GitHub Action to login against a Docker registry

    Project mention: 1minDocker #13 - Push, build and dockerize with GitHub Actions | dev.to | 2025-01-23
  13. examor

    For students, scholars, interviewees and lifelong learners. Let LLMs assist you in learning 🎓

  14. cli-microsoft365

    Manage Microsoft 365 and SharePoint Framework projects on any platform

  15. CloudGraph cli

    The universal GraphQL API and CSPM tool for AWS, Azure, GCP, K8s, and tencent. (by cloudgraphdev)

  16. ApplicationInsights-JS

    Microsoft Application Insights SDK for JavaScript

  17. static-web-apps-cli

    Azure Static Web Apps CLI ✨

  18. gitpodcast

    Convert any git repository into an engaging podcast

    Project mention: 🎙️I built "GitPodcast" to help devs understand 💡any GitHub repo easily | dev.to | 2025-01-16

    The code is open source and you can host it yourself with your keys - https://github.com/BandarLabs/clickclickclick

  19. api-management-developer-portal

    Developer portal provided by the Azure API Management service.

  20. booster

    Software development framework specialized in building highly scalable microservices with CQRS and Event-Sourcing. It uses the semantics of the code to build a fully working GraphQL API that supports real-time subscriptions. (by boostercloud)

  21. powerpipe

    Powerpipe: Dashboards for DevOps. Visualize cloud configurations. Assess security posture against a massive library of benchmarks. Build custom dashboards with code.

    Project mention: Cyphernetes: A Query Language for Kubernetes | news.ycombinator.com | 2024-12-15
  22. login

    Connect to Azure

    Project mention: Implementing Microsoft Entra Certificate-Based Authentication with Playwright | dev.to | 2024-09-18

    import { DefaultAzureCredential } from '@azure/identity'; import { SecretClient } from '@azure/keyvault-secrets'; import { test as base } from '@playwright/test' // DefaultAzureCredential automatically detects and uses the most appropriate authentication method, // including environment variables, managed identities, and OIDC tokens from GitHub Actions. // We recommend OIDC logins via e.g. azure/login: // https://github.com/Azure/login/?tab=readme-ov-file#login-with-openid-connect-oidc-recommended const credential = new DefaultAzureCredential(); const vaultName = ''; const KEYVAULT_URI = `https://${vaultName}.vault.azure.net`; const secretName = ''; const secretClient = new SecretClient(KEYVAULT_URI, credential); export const test = base.extend({ clientCertificates: async ({ }, use) => { const certificateSecret = await secretClient.getSecret(secretName); await use([ { origin: 'https://certauth.login.microsoftonline.com', // Alternatively, if you use e.g. PPE, it's: https://certauth.login.windows-ppe.net pfx: Buffer.from(certificateSecret.value!, 'base64'), // You might need to provide your passphrase here: // passphrase: process.env.SECRET_PASSPHRASE } ]); } }); export { expect } from '@playwright/test'

  23. react-aad

    A React wrapper for Azure AD using the Microsoft Authentication Library (MSAL). The easiest way to integrate AzureAD with your React for authentication.

  24. starbase

    Graph-based security analysis for everyone

  25. ApplicationInsights-node.js

    Microsoft Application Insights SDK for Node.js

  26. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB 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 Azure discussion

Log in or Post with

TypeScript Azure related posts

  • Générer un id unique avec une solution serverless !

    1 project | dev.to | 3 Apr 2025
  • Docker + Cypress in 2025: How I’ve Perfected My E2E Testing Setup

    5 projects | dev.to | 20 Mar 2025
  • Estimación de costos desde Terraform con Infracost

    1 project | dev.to | 5 Mar 2025
  • Implementing Microsoft Entra Certificate-Based Authentication with Playwright

    2 projects | dev.to | 18 Sep 2024
  • Integration Testing in .NET: A Practical Guide to Tools and Techniques

    3 projects | dev.to | 7 Sep 2024
  • Generative AI, from your local machine to Azure with LangChain.js

    4 projects | dev.to | 18 Jun 2024
  • Azure Cloud Exams

    2 projects | dev.to | 28 Feb 2024
  • A note from our sponsor - Civic Auth
    www.civic.com | 17 Apr 2025
    Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today. Learn more →

Index

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

# Project Stars
1 LibreChat 24,566
2 CapRover 13,903
3 azuredatastudio 7,667
4 Quick Start 7,528
5 polyglot 2,589
6 examples 2,460
7 azure-sdk-for-js 2,177
8 vscode-infracost 1,819
9 leapp 1,657
10 login-action 1,184
11 examor 1,045
12 cli-microsoft365 967
13 CloudGraph cli 887
14 ApplicationInsights-JS 659
15 static-web-apps-cli 622
16 gitpodcast 588
17 api-management-developer-portal 512
18 booster 431
19 powerpipe 374
20 login 367
21 react-aad 344
22 starbase 343
23 ApplicationInsights-node.js 331

Sponsored
Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
www.civic.com

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