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 →
Top 23 TypeScript Azure Projects
-
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.
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.
-
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.
-
-
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.
-
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. 🌈
-
-
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 -
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.
-
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.
-
-
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.
-
Project mention: 1minDocker #13 - Push, build and dockerize with GitHub Actions | dev.to | 2025-01-23
-
examor
For students, scholars, interviewees and lifelong learners. Let LLMs assist you in learning 🎓
-
-
CloudGraph cli
The universal GraphQL API and CSPM tool for AWS, Azure, GCP, K8s, and tencent. (by cloudgraphdev)
-
-
-
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
-
-
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)
-
powerpipe
Powerpipe: Dashboards for DevOps. Visualize cloud configurations. Assess security posture against a massive library of benchmarks. Build custom dashboards with code.
-
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'
-
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.
-
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
TypeScript Azure discussion
TypeScript Azure related posts
-
Générer un id unique avec une solution serverless !
-
Docker + Cypress in 2025: How I’ve Perfected My E2E Testing Setup
-
Estimación de costos desde Terraform con Infracost
-
Implementing Microsoft Entra Certificate-Based Authentication with Playwright
-
Integration Testing in .NET: A Practical Guide to Tools and Techniques
-
Generative AI, from your local machine to Azure with LangChain.js
-
Azure Cloud Exams
-
A note from our sponsor - Civic Auth
www.civic.com | 17 Apr 2025
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 |