search
Get Started
search
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 FastAPI Stack

FastAPI is an open source Python framework created by Sebastián Ramírez for building web APIs. Released in 2018, it is built on Starlette for web functionality and Pydantic for data validation, serialization, and schema handling. It uses standard Python type hints to define request and response data...

Stack API Async Python Web Type Hints
2 Terraform
Terraform

Terraform is a cloud infrastructure automation tool. It allows users to define and manage computing resources across multiple cloud providers using code. This Infrastructure-as-Code approach ensures consistent deployments and repeatable configurations. Terraform is primarily used by DevOps engineers...

3 Flask Stack

Flask is a lightweight Python web framework created by Armin Ronacher and first released in 2010. Built around the Werkzeug web-server toolkit and the Jinja template engine, it provides routing, request handling, templating, and development utilities while leaving many other choices to extensions or...

4 gRPC Stack
gRPC Stack

gRPC is an open-source remote procedure call framework developed at Google and publicly released in 2015. It commonly uses Protocol Buffers to define service contracts and serialize messages, while HTTP/2 supports multiplexed connections, streaming, and efficient binary transport. The framework gene...

5 PETAL Stack

The PETAL stack is a web-development combination built around Phoenix, Elixir, Tailwind CSS, Alpine.js, and LiveView. Phoenix supplies the server-side web framework, while LiveView enables interactive interfaces through persistent connections and server-rendered updates. Tailwind provides utility-ba...

Stack Web Elixir Tailwind Phoenix Liveview
6 Untitled (Stack)

Untitled (Stack) is a Donald Judd wall sculpture format of repeated boxes, notable for making serial industrial fabrication central to Minimalism.

7 Kubernetes
Kubernetes

Kubernetes is an open source platform for automating deployment, scaling, and management of containerized applications. It’s notable for its ability to manage complex microservices architectures across various environments including public clouds and on-premises infrastructure. Kubernetes provides a...

8 Django REST Framework Stack

Django REST Framework is an open-source toolkit for building Web APIs with the Python-based Django framework. Created by Tom Christie, it provides serializers for converting data, class-based views and view sets for request handling, authentication and permission components, routing, pagination, and...

9 Rust + Axum Stack

Rust with Axum is a backend development stack centered on Axum, an asynchronous web framework created by contributors from the Tokio project. Axum uses Tokio for asynchronous execution, Hyper for HTTP functionality, and Tower's service and middleware abstractions. It emphasizes typed request extract...

Stack Rust Web Tokio Backend Axum
10 Grafana
Grafana

Grafana is a versatile open source platform designed for data visualization and monitoring. It allows users to create dynamic dashboards by connecting to various data sources like Prometheus, Elasticsearch, and SQL databases. Primarily used by DevOps teams, system administrators, and developers, Gra...

11 Datadog Stack

The Datadog stack is a collection of cloud-based observability and security services developed by Datadog, a company founded in New York in 2010. Its platform collects and correlates infrastructure metrics, application traces, logs, user-experience signals, and other telemetry through integrations a...

12 Go + Gin Stack

The Go and Gin stack combines the Go programming language with Gin, an open-source HTTP web framework designed for building APIs and web services. Gin provides request routing, middleware composition, parameter binding, validation support, and response rendering while retaining Go's standard concurr...

13 Keycloak Stack

Keycloak is an open-source identity and access-management system sponsored by Red Hat and designed for applications and services. It provides centralized sign-in, single sign-on, user federation, identity brokering, account management, and administrative controls, with support for standards includin...

14 Rust + Actix-web Stack

Rust with Actix Web is a backend technology stack for building HTTP services in the Rust programming language. Actix Web supplies routing, request extraction, middleware, WebSocket support, and asynchronous server facilities while Rust provides static typing, memory safety without garbage collection...

15 LAPP Stack
LAPP Stack

The LAPP stack is a collection of open source technologies used to develop and operate database driven web applications. Its name usually refers to Linux as the operating system, Apache as the web server, PostgreSQL as the relational database, and PHP, Perl, or Python as the application language. It...

16 Quarkus Stack

Quarkus is an open-source Java framework initiated by Red Hat for building cloud-native applications, including microservices deployed in containers and Kubernetes. It integrates established Java libraries while emphasizing fast startup, reduced memory use, and build-time processing. Applications ca...

17 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
18 DDEV Stack
DDEV Stack

DDEV is an open-source local development environment that uses Docker containers to provide consistent, configurable web-development setups across supported operating systems. It is commonly used with PHP applications and content-management systems such as Drupal, WordPress, TYPO3, and Magento, whil...

19 GraphQL + Apollo Stack

The GraphQL and Apollo stack combines GraphQL, a typed query language and runtime for APIs, with Apollo's client and server libraries. GraphQL originated at Facebook and lets clients request explicitly selected fields through a schema, while Apollo Client handles operations, caching, and application...

20 TALL Stack
TALL Stack

The TALL Stack is a web-development combination whose name refers to Tailwind CSS, Alpine.js, Laravel, and Livewire. Laravel supplies the PHP application framework, Livewire adds server-driven interactive components, Alpine.js provides lightweight browser-side behavior, and Tailwind supplies utility...

Stack Web Laravel Tailwind Alpinejs Livewire
21 BigQuery
BigQuery

BigQuery is a fully managed, serverless cloud data warehouse offered by Google. It allows users to execute complex SQL queries against petabyte-scale datasets without managing infrastructure. This makes it suitable for businesses and analysts needing powerful analytics capabilities on large volumes...

22 Auth0 Stack

Auth0 is a cloud-based identity and access management platform founded in 2013 by Eugenio Pace and Matias Woloski and acquired by Okta in 2021. It provides authentication and authorization services for web, mobile, and server applications using standards such as OAuth 2.0, OpenID Connect, and SAML,...

23 Go + Echo Stack

Go with Echo is a web-development stack built around the Go programming language and Echo, an open-source HTTP framework created by Vishal Rana. Echo provides routing, middleware composition, request binding, response rendering, centralized error handling, and support for building REST-style APIs an...

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 FARM Stack
FARM Stack

The FARM Stack is a web-development stack combining FastAPI for the Python back end, React for the user interface, and MongoDB for document-oriented data storage. Its name follows the convention established by stacks such as MEAN and MERN. It is suited to developers who want Python's ecosystem and F...

26 Auth0
Auth0

Auth0 is a cloud-based identity and access management platform founded in 2013 by Eugenio Pace and Matias Woloski. The service provides developers with application programming interfaces and software development kits to implement secure authentication and authorization features, including single sig...

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 Micronaut Stack

Micronaut is an open-source framework for building JVM applications, including microservices, serverless functions, and web services in Java, Kotlin, or Groovy. Created by developers at Object Computing and first released in 2018, it performs dependency injection and related framework processing at...

29 Splunk Stack

The Splunk stack centers on software for ingesting, indexing, searching, and analyzing machine-generated data, including application logs, infrastructure events, and security records. Splunk's search language and dashboards allow operators to correlate events across systems and investigate activity...

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

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