search
Get Started
search

Best Typescript

Updated Daily
Filter by Tags

Rankings use category fit, feature coverage, pricing signals, public reception, and recency. Affiliate relationships do not affect scores.

0.0 - 10.0
Best 1 React with Next.js

React, combined with Next.js, represents the current gold standard for building performant and scalable web applications. Next.js simplifies server-side rendering, static site generation, and routing, while Reacts component-based architecture promotes code reusability and maintainability. The vast...

2 Astro
Astro

Astro is a rapidly evolving SSG focused on performance and developer experience. Its 'islands architecture' allows for partial hydration of components, minimizing JavaScript bloat and maximizing speed. Astro supports multiple UI frameworks (React, Vue, Svelte, Solid) allowing developers to leverage...

3 Visual Studio Code (Vanilla)

The ultimate generalist editor. Its strength lies in its lightweight nature and unparalleled extensibility via the marketplace. While it requires installing AI extensions (like Copilot) to match the top competitors, its ability to handle virtually any language and niche framework makes it the most a...

4 Visual Studio Code (VS Code)

Visual Studio Code, or VS Code, is a highly popular, free, and open-source code editor that has evolved into a powerful IDE through its extensive extension ecosystem. It offers excellent support for web development languages and frameworks, with features like IntelliSense, debugging, and Git integr...

5 Microsoft Visual Studio Code

Visual Studio Code (VS Code) has rapidly become the most popular IDE due to its lightweight nature, extensive customization options, and vibrant plugin ecosystem. It supports a vast array of languages and frameworks through extensions, making it incredibly versatile. Its integrated terminal, Git s...

6 Vue with Nuxt.js

Vue.js, paired with Nuxt.js, offers a compelling alternative to React. Vues approachable learning curve and progressive adoption make it ideal for projects of all sizes. Nuxt.js simplifies server-side rendering, static site generation, and routing, providing a structured development experience. The...

7 Cloudflare Workers

Cloudflare Workers distinguishes itself with its focus on edge computing and low-latency performance. Built on Cloudflare's global network, Workers allows developers to deploy code closer to users, significantly reducing latency for web applications and APIs. Its use of the V8 isolate runtime enab...

8 Twenty CRM
Twenty CRM

Twenty is a newer entrant in the open source CRM space, built with a modern tech stack (TypeScript, React). It aims to provide an experience similar to high-end SaaS platforms like Pipedrive or Salesforce but with the freedom of open source. Its focus on developer experience and a sleek, fast UI mak...

9 BullMQ
BullMQ

BullMQ is a high-performance message queue for Node.js applications using Redis as the backend. It provides robust features like job prioritization, delayed execution, parent/child dependencies, and sophisticated retry logic. Because it leverages Redis's atomic operations, BullMQ is extremely fast a...

10 Pulumi
Pulumi

Pulumi differentiates itself by allowing users to define infrastructure using familiar programming languages like Python, TypeScript, and Go. This approach enables more complex logic and abstraction within IaC code, offering greater flexibility than tools with domain-specific languages. Pulumi's dyn...

11 Azure Functions

Azure Functions provides a compelling serverless alternative, particularly for organizations already invested in the Microsoft ecosystem. Its tight integration with Azure services like Logic Apps and Event Hubs simplifies complex workflows. Azure Functions supports a wide range of programming lang...

12 Hono
Hono

Hono is a TypeScript framework focused on building efficient backend applications. It’s notable for its lightweight design and optimization for edge environments like serverless functions. Built with Rust, Hono minimizes startup times through performance-driven architecture. This makes it suitable f...

13 Payload CMS

Payload CMS is an open-source, Node.js-based headless CMS that prioritizes developer flexibility and control. Built with TypeScript, it offers a robust content modeling system and a powerful API. Its self-hosted nature allows for complete customization and integration with existing infrastructure. P...

14 Payload
Payload

Payload is a Node.js headless CMS built with TypeScript, designed for developers who want complete control over their content and data. It offers a flexible content modeling system, a powerful API, and a customizable admin panel. Payload distinguishes itself with its focus on developer experience an...

15 AWS CDK (Cloud Development Kit)

The AWS CDK allows developers to define cloud infrastructure using familiar programming languages (TypeScript, Python, etc.). This is a powerful abstraction layer that lets software engineers build infrastructure using object-oriented principles. It is ideal for teams whose primary skill set is appl...

16 Angular
Angular
Free Plan Available

Angular, a comprehensive framework developed by Google, provides a structured and opinionated approach to building complex web applications. Its strong emphasis on TypeScript and dependency injection promotes code maintainability and scalability. While it has a steeper learning curve than React or V...

17 Vendure
Vendure

Vendure is a digital commerce platform built on open source technology. It’s notable for its headless architecture and use of GraphQL and TypeScript, allowing businesses to create highly customized online stores and marketplaces. Developers and companies seeking flexible integrations and composable...

18 tRPC Stack
tRPC Stack

tRPC is a TypeScript framework for building application programming interfaces with types shared directly between a TypeScript server and client. Developers define server-side procedures and expose their inferred input and output types to client code, avoiding a separate schema or generated client i...

Stack API End To End Typescript Node Typesafe
19 Prisma
Prisma

Prisma is a modern, next-generation ORM that emphasizes developer experience and type safety. It uses a declarative schema file to define the database structure, and then generates a highly type-safe client for every supported language. This drastically reduces runtime errors associated with manual...

Database Modern Developer Tool Typescript Database Access Prisma Client Type Safety Schema First Type Safe ORM Database Design
20 Solid Documentation

Solid Documentation is the official documentation for SolidJS, a reactive JavaScript framework known for its performance and simplicity. It provides comprehensive guides on core concepts, component creation, state management, and advanced techniques like server-side rendering. The interactive exampl...

21 Anders Hejlsberg

Anders Hejlsberg is a prominent Danish computer engineer recognized for his foundational work in programming languages. He spearheaded the development of Turbo Pascal and subsequently led the design and evolution of Microsoft’s C# language alongside TypeScript. His contributions are particularly rel...

22 TanStack Start

TanStack Start offers a streamlined approach to developing fullstack React applications. Built upon TanStack Query, it provides a pre-structured framework utilizing TypeScript for enhanced code maintainability. This tool is particularly beneficial for developers creating data-centric applications wh...

23 NestJS
NestJS

NestJS is a progressive Node.js framework for building efficient, scalable server-side applications. By adopting a highly structured, modular architecture inspired by Angular, it enforces best practices like dependency injection and module separation. This structure naturally guides developers towar...

24 Serverless Stack (SST)

Serverless Stack, commonly called SST, is an open-source framework for building full-stack applications with infrastructure hosted primarily on AWS. It lets developers define cloud resources in TypeScript and connect them to application code, including functions, APIs, storage, and front-end sites....

25 AdonisJS
AdonisJS

AdonisJS is a TypeScript-first web framework for Node.js, designed for building server-side applications. It follows a structured MVC (Model-View-Controller) architecture and includes built-in tools for routing, authentication, and database management via its own ORM called Lucid. The framework prov...

26 Zed
Zed

Zed is a relatively new code editor gaining traction with its focus on collaborative coding and performance. Built with Rust and TypeScript, it aims to provide a fast and responsive editing experience, particularly for large codebases. Its collaborative features, including live sharing and pair pro...

27 tRPC
tRPC

tRPC is an open-source toolkit for TypeScript created by developer Alex Johansson that enables the construction of end-to-end type-safe application programming interfaces. Unlike traditional REST or GraphQL implementations, it allows developers to share types directly between the server and client w...

28 Elysia
Elysia

Elysia is a web framework for building servers and APIs with Bun, a JavaScript and TypeScript runtime. It emphasizes strong TypeScript inference, schema-based validation, and a compact API for defining routes, middleware, and application state. The framework can generate OpenAPI documentation throug...

29 Bun + Hono Stack

The Bun and Hono stack combines Bun, an all-in-one JavaScript and TypeScript runtime and toolkit, with Hono, a small web framework built around Web Standards APIs. Bun can execute applications, manage packages, bundle code, and run tests, while Hono provides routing, middleware, and request handling...

30 AWS CDK
AWS CDK

AWS CDK (Cloud Development Kit), released by Amazon in 2019, lets developers define cloud infrastructure using general-purpose languages such as TypeScript and Python, which it synthesizes into CloudFormation templates.

Loading more...

Save to your list

Save your favorites and follow how their scores change over time.

Save favorites
Get updates
Compare scores

Already have an account? Sign in

Compare Items

See how they stack up against each other

Comparing
VS
Select 1 more item to compare