ToolScout
Templates
Home

All Tools179+

Every tool ranked by Trust Score — filter by category, language, or license.

Language
License
Sort by
30 tools
kubernetes
🥇

Kubernetes

DevOps & Infra

The de facto standard for container orchestration at scale. Kubernetes automates deployment, scaling, and management of containerized applications. Steep learning curve but unmatched power for large systems.

$brew install kubectlcopy
28.2M/wk125k
99
Excellent
elasticsearch
🥈

Elasticsearch

Search & Indexing

The leading distributed search and analytics engine. Elasticsearch powers full-text search, log aggregation (ELK stack), and complex analytics queries at scale. Powerful but operationally complex to self-host.

$npm install @elastic/elasticsearchcopy
15.5M/wk78k
98
Excellent
nextjs
🥉

Next.js

Frontend & UI

The React framework for production. Next.js provides file-based routing, server components, API routes, and optimized rendering out of the box — the standard for full-stack React apps.

$npx create-next-app@latest my-appcopy
53.1M/wk142k
98
Excellent
fastapi

FastAPI

Backend Frameworks

The most popular modern Python web framework for building APIs. FastAPI leverages Python type hints for automatic validation, serialization, and interactive OpenAPI docs. One of the fastest Python frameworks available.

$pip install fastapi uvicorncopy
139.7M/wk102k
97
Excellent
django

Django

Backend Frameworks

The high-level Python web framework for rapid development — batteries-included ORM, admin, auth, and migrations out of the box.

$pip install djangocopy
12.5M/wk89k
97
Excellent
supabase

Supabase

Database & Cache

Open-source Firebase alternative. Combines Postgres, auth, file storage, realtime subscriptions, and edge functions in one platform. The default backend for indie SaaS with a generous free tier.

$npm install @supabase/supabase-jscopy
32.8M/wk108k
96
Excellent
playwright

Playwright

Testing

Microsoft's end-to-end testing framework for web apps. Supports Chromium, Firefox, and WebKit with a single API, auto-waiting, network interception, and visual comparison testing.

$npm install --save-dev @playwright/testcopy
25.8M/wk95k
96
Excellent
prometheus

Prometheus

Monitoring

The de facto open-source metrics collection and alerting system. Prometheus scrapes metrics endpoints, stores time-series data, and evaluates alert rules. The backbone of most Kubernetes observability stacks.

$brew install prometheuscopy
8.8M/wk66k
95
Excellent
prisma

Prisma

Database & Cache

The most popular TypeScript ORM with end-to-end type safety. Prisma's schema-first approach generates a fully typed client, making database access safe and refactorable.

$npm install prisma @prisma/clientcopy
16.4M/wk48k
95
Excellent
aws

AWS

Cloud Platforms

The most comprehensive cloud platform with 200+ services covering compute, storage, databases, AI/ML, analytics, and more. The gold standard for enterprise cloud infrastructure.

$npm install @aws-sdk/client-s3copy
808.8M/wk3.7k
94
Excellent
redis

Redis

Database & Cache

The most widely used in-memory data store. Redis powers caching, session storage, pub/sub messaging, rate limiting, leaderboards, and job queues. Blazing fast (sub-millisecond) and incredibly versatile.

$brew install rediscopy
87.5M/wk76k
93
Excellent
kafka

Apache Kafka

Data Engineering

The dominant distributed event streaming platform. Kafka handles high-throughput, durable message queues for real-time data pipelines and event-driven architectures. The backbone of modern data infrastructure at scale.

$npm install kafkajscopy
3.6M/wk34k
93
Excellent
airflow

Apache Airflow

Data Engineering

The leading workflow orchestration platform for data pipelines. Airflow lets you define, schedule, and monitor complex DAG-based pipelines in Python. The standard for data engineers and ML pipeline orchestration.

$pip install apache-airflowcopy
4.4M/wk47k
93
Excellent
gcp

Google Cloud Platform

Cloud Platforms

Google's cloud platform excels in AI/ML, big data analytics, and Kubernetes. Best-in-class for data science workloads and machine learning at scale.

$npm install @google-cloud/storagecopy
16.7M/wk3.2k
93
Excellent
AI

OpenAI API

LLM APIs

The most widely used LLM API. Powers GPT-4o and o1 models with best-in-class reasoning, vision, and structured outputs. Largest ecosystem of tutorials, integrations, and community support.

$npm install openaicopy
141.9M/wk11k
92
Excellent
docker

Docker

DevOps & Infra

The industry standard for containerizing applications. Docker packages your app and its dependencies into portable containers that run consistently everywhere — from a developer laptop to production Kubernetes.

$brew install --cask dockercopy
43.5M/wk6.0k
92
Excellent
dbt

dbt

Data Engineering

The leading data transformation tool for analytics engineers. dbt lets you write SQL SELECT statements and handles materialization, testing, documentation, and lineage. It transformed how data teams work.

$pip install dbt-core dbt-postgrescopy
21.3M/wk14k
92
Excellent
sentry

Sentry

Monitoring

The leading error tracking and performance monitoring platform. Sentry captures exceptions, stack traces, and performance issues in real time across web, mobile, and backend. Essential for any production application.

$npm install @sentry/nextjscopy
73.8M/wk8.7k
91
Excellent
tailwind-css

Tailwind CSS

Frontend & UI

A utility-first CSS framework that lets you build any design directly in your markup. Tailwind eliminates writing custom CSS by providing low-level utility classes. Now the most popular CSS framework for new projects.

$npm install -D tailwindcss postcss autoprefixercopy
125.2M/wk97k
91
Excellent
vercel

Vercel

Hosting & Deploy

The go-to deployment platform for Next.js. Zero-config CI/CD, preview environments on every PR, global edge network, and first-class Next.js support. Deploy in minutes, scale globally.

$npm install -g vercelcopy
3.7M/wk16k
90
Excellent
weaviate

Weaviate

Vector DBs

Open-source vector database with built-in ML model integration. Weaviate supports hybrid search (vector + BM25), multi-tenancy, and can run fully self-hosted or managed.

$npm install weaviate-clientcopy
21.3M/wk17k
90
Excellent
litellm

LiteLLM

LLM APIs

Single Python interface and proxy server for 100+ LLM providers — call any model with the OpenAI SDK format.

$pip install litellmcopy
177.3M/wk57k
90
Excellent
auth0

Auth0

Auth & Users

Enterprise identity platform with 20+ years of market leadership. Auth0 offers the most comprehensive feature set for authentication: SSO, MFA, enterprise SAML, and compliance-ready security.

$npm install @auth0/nextjs-auth0copy
34.8M/wk2.3k
89
Strong
langchain

LangChain

AI Orchestration

The original LLM orchestration framework with a huge pre-built ecosystem of chains, agents, memory, and tool integrations. Very high adoption but community sentiment has shifted — frequent breaking changes are a known pain point.

$npm install langchaincopy
59.9M/wk18k
88
Strong
24 of 179 tools