136 direct links to official docs — for every language, framework, database, hosting platform and tool in the Developer Hub. No aggregator sites, no stale mirrors — straight to the source, grouped by category.
A fast frontend build tool that uses native ES modules for near-instant dev server startup and hot module replacement.
A highly configurable module bundler for JavaScript applications, long the standard choice for production frontend builds.
A Rust-based incremental bundler from the Next.js team, built as a much faster successor to Webpack.
A pluggable static analysis tool that finds and fixes problems in JavaScript and TypeScript code according to configurable rules.
An opinionated code formatter that enforces a consistent style automatically across JavaScript, CSS, and many other languages.
A single fast, Rust-based toolchain that combines linting and formatting for JavaScript, TypeScript, JSX and JSON in one binary, aimed at replacing separate ESLint and Prettier setups.
An ES-module-native bundler known for producing smaller, cleaner output than many alternatives — the bundler underneath several popular build tools, including Vite's production build.
A zero-configuration web application bundler that auto-detects the right build pipeline for your project's file types with no config file required to get started.
A JavaScript runtime built on Chrome's V8 engine, letting developers write server-side code in the same language used in the browser.
A PHP framework with expressive syntax and built-in tooling for routing, ORM, queues, and authentication, aimed at rapid full-stack development.
A batteries-included Python web framework that emphasizes fast development with a built-in ORM, admin panel, and security defaults.
A convention-over-configuration web framework for Ruby that popularized fast, opinionated scaffolding for database-backed applications.
A structured Node.js framework layered on Express or Fastify, bringing Angular-style modules and dependency injection to backend development.
An Express-inspired web framework for Go built on the fasthttp engine, favoring low overhead and a familiar routing API.
A component-based JavaScript library from Meta for building user interfaces out of reusable, composable pieces.
A React framework from Vercel that adds server rendering, routing, and full-stack conventions on top of React.
An approachable progressive JavaScript framework for building UIs, known for its gentle learning curve and single-file components.
A full-featured, opinionated TypeScript framework from Google for building large-scale enterprise web applications.
A framework that shifts work to compile time, producing highly optimized vanilla JavaScript instead of shipping a runtime library.
A content-focused web framework built around shipping minimal JavaScript by default, with an islands architecture for interactivity.
A declarative UI library that combines a React-like component model with fine-grained reactivity and no virtual DOM.
A statically typed superset of JavaScript from Microsoft that compiles to plain JS, catching type errors before runtime.
A general-purpose, readable language widely used for backend web development, data science, automation and scripting.
A statically typed, compiled language from Google built for simplicity and performance, popular for backend services and CLI tools.
A widely deployed open-source relational database known for reliability and broad hosting support, with an optional paid enterprise edition.
An advanced open-source relational database praised for standards compliance, extensibility, and strong support for complex queries and data types.
A document-oriented NoSQL database storing flexible JSON-like records, available self-hosted or as the managed Atlas cloud service.
An in-memory key-value store used for caching, queues, and pub/sub, valued for its speed and simple data structure commands.
Google's hosted backend platform whose Firestore and Realtime Database offer schemaless, realtime-synced data storage for web and mobile apps.
A hosted backend platform built around PostgreSQL, bundling auth, storage, and realtime subscriptions as an open-source-inspired Firebase alternative.
A serverless Postgres platform that separates storage and compute, enabling instant database branching and scale-to-zero for dev workflows.
A managed MySQL-compatible database platform built on Vitess, offering non-blocking schema changes and branch-based workflows for teams.
A self-contained, serverless SQL database engine that reads and writes directly to a single file, common in mobile apps and local tooling.
Free static site hosting served directly from a GitHub repository, commonly used for project docs, portfolios, and simple landing pages.
Google's static and single-page-app hosting service, integrated with the rest of the Firebase suite and fronted by a global CDN.
A global CDN, DNS, and edge network provider that speeds up and protects websites, with hosting and security products layered on top.
A budget shared, WordPress and VPS hosting provider aimed at solo developers and small sites, with a free domain and SSL bundled into longer-term plans.
The distributed version control system underlying nearly all modern source control workflows, tracking history locally without a central server requirement.
The most widely used git hosting platform, adding pull requests, issues, Actions CI/CD, and social discovery on top of git.
A git hosting platform bundling source control, CI/CD pipelines, and project planning into one integrated DevOps tool.
The default package manager for Node.js, bundling both the CLI and the world's largest JavaScript package registry.
A package manager for JavaScript created as a faster, more deterministic alternative to early npm, now offering workspaces and Plug'n'Play installs.
An all-in-one JavaScript runtime and package manager written for speed, bundling an installer, bundler, and test runner alongside its runtime.
The dependency manager for PHP, resolving and installing per-project libraries listed in a composer.json manifest.
A Python dependency and packaging manager that resolves versions deterministically via a lockfile and handles building and publishing packages, replacing the older pip + setup.py + virtualenv combination for many projects.
A comprehensive React component library implementing Google's Material Design system, with theming and enterprise support options.
A React component library focused on accessibility and developer ergonomics, with a composable styling system.
A collection of copy-in, Radix-based React components styled with Tailwind CSS that you own and customize directly in your codebase.
A full-featured React component library with over a hundred components and hooks, including built-in dark mode support.
An enterprise-oriented React design system from Alibaba, providing a large set of polished, data-dense components.
Unstyled, accessible component primitives (dialogs, dropdowns, popovers and more) that other design systems, including shadcn/ui, are built on top of.
A Tailwind CSS plugin that adds semantic component class names (btn, card, modal) with built-in themes, so you write markup instead of stacking utility classes for every component.
A utility-first CSS framework that lets developers build custom designs directly in markup without writing separate stylesheets.
One of the earliest and most widely adopted CSS frameworks, offering a grid system and prebuilt components out of the box.
A modern CSS framework based on Flexbox that provides responsive layout and styling classes without any JavaScript dependency.
A set of ready-to-use, well-considered CSS custom properties — colors, easings, shadows, gradients — for styling without a full utility framework or build step.
A community-maintained fork of Feather Icons offering a large, consistent set of SVG icons with first-class React, Vue, and Svelte packages.
One of the longest-running icon toolkits on the web, combining a large free set with paid Pro packs and extra icon styles.
Google's variable icon set built around Material Design, adjustable for weight, fill, and optical size in a single font file.
A hub for browsing, editing, and exporting Lottie animations, with a huge community marketplace of free and paid files.
A production-ready animation library for React that has since been rebranded and merged into the broader Motion project at motion.dev.
A high-performance, framework-agnostic animation engine widely used for complex timelines, scroll effects, and SVG animation.
A lightweight, dependency-free animation engine built on the Web Animations API, now developed alongside Framer Motion under the unified Motion brand.
A compact JavaScript animation library with a simple API for animating CSS properties, SVG, and DOM attributes together.
A real-time interactive animation tool and runtime — design animations in its editor, then run them natively in web, mobile or game apps.
A zero-config animation utility you drop onto an existing parent element to get smooth add/remove/reorder transitions, without writing keyframes or wiring up a full animation library.
A canvas-based charting library covering the common chart types, valued for its small footprint and simple configuration API.
A composable charting library built on React and D3, letting developers assemble charts from declarative components.
A feature-rich charting engine handling everything from basic charts to geo maps and large-scale data, backed by the Apache Software Foundation.
An SVG-based charting library with interactive, animated charts and framework wrappers for React, Vue, and Angular.
A low-level JavaScript library for binding data to the DOM and building fully custom, highly interactive data visualizations.
Airbnb's collection of low-level, unopinionated visualization primitives that combine D3's math with React's rendering, for teams that want full control over a custom chart rather than a pre-styled chart component.
A high-level, declarative charting library with strong support for scientific and statistical chart types (3D surfaces, contour plots, box plots) that most everyday chart libraries don't cover out of the box.
An open-source authentication library for JavaScript apps, formerly NextAuth.js, supporting OAuth, email, and credentials-based flows.
A hosted authentication and user-management platform offering prebuilt UI components alongside a generous free tier.
Google's managed authentication service supporting email, phone, and federated sign-in, integrated tightly with the rest of Firebase.
The authentication layer of Supabase, providing email, OAuth, and row-level-security-aware sessions on top of Postgres.
An enterprise-grade identity platform offering configurable login flows, SSO, and extensive compliance features for larger applications.
An open-source identity and access management server with single sign-on, social login and standards-based protocols, self-hostable for full control over your auth stack.
Enterprise-readiness APIs for SaaS apps — SSO (SAML/OIDC), SCIM directory sync and audit logs that plug into an existing auth setup instead of replacing it, aimed at teams selling to enterprise customers.
An open-source identity and access-management stack (Kratos for identity, Hydra for OAuth2/OIDC, Keto for permissions) that can be self-hosted or used as a managed cloud service.
A headless CMS built around a structured content API and a customizable, React-based editing studio.
An open-source, self-hostable headless CMS with a customizable admin panel and a paid managed cloud option.
A hosted headless CMS built for large content teams, offering structured content modeling and a multi-space workflow.
A GraphQL-native headless CMS, formerly GraphCMS, built around federated content and multi-source schema stitching.
An open-source data platform that wraps an existing SQL database with an instant REST/GraphQL API and an admin app.
The long-standing open-source publishing platform behind a large share of the web, self-hostable with a vast plugin and theme ecosystem.
A TypeScript-native, self-hostable headless CMS where content models, admin UI and API are all defined in code rather than a separate visual builder.
An open-source publishing platform built specifically for blogging and newsletters, with built-in memberships, subscriptions and email newsletter delivery rather than a general-purpose page builder.
Cross-browser end-to-end testing framework from Microsoft that automates Chromium, Firefox, and WebKit with a single API.
Developer-friendly end-to-end testing tool that runs directly in the browser for fast, debuggable test execution.
Widely used JavaScript test runner with built-in assertions, mocking, and snapshot testing out of the box.
Vite-native unit test framework offering near-instant watch mode and a Jest-compatible API.
API client for building, testing, and sharing HTTP requests, with collections and automated test scripts.
Lightweight REST and GraphQL client focused on a clean interface for organizing and running API requests.
A developer-centric load and performance testing tool, scripted in JavaScript, for finding out how an API or app behaves under real traffic before users do.
A family of DOM-testing utilities (React, Vue, Angular and more) that encourages writing tests around how users actually interact with your app, rather than its internal implementation details.
Automated auditing tool from Google that scores pages on performance, accessibility, SEO, and best practices.
Runs real-browser performance tests from multiple global locations and connection speeds with detailed waterfall breakdowns.
An open-source command-line toolset that runs real browser-based performance tests and Core Web Vitals tracking, built for self-hosting instead of relying on a hosted dashboard.
Crawls an entire site and runs a Lighthouse audit on every discovered page at once, instead of testing one URL at a time.
Tooling ecosystem built around the OpenAPI Specification for designing, documenting, and generating clients for REST APIs.
Query language for APIs that lets clients request exactly the data they need from a single endpoint.
Open-source, browser-based API request builder supporting REST, GraphQL, and WebSocket testing.
A deployment platform built around Next.js and frontend frameworks, offering git-connected builds, previews, and edge functions.
A static and JAMstack deployment platform with git-based builds, serverless functions, and preview deploys for every pull request.
Cloudflare's git-connected static site and full-stack deployment product, built to run on the same edge network as its CDN.
A deployment platform for backend services and databases that provisions infrastructure from a git repo with minimal configuration.
A unified cloud platform for hosting web services, static sites, background workers, and databases with automatic deploys from git.
A platform for running full applications as lightweight VMs close to users across a distributed set of global regions.
A full-stack platform for building and deploying web/mobile apps on AWS, bundling hosting, CI/CD, auth and backend resources behind one CLI and console.
Amazon's cloud platform offering hundreds of on-demand infrastructure services, from compute and storage to managed databases and machine learning.
Microsoft's cloud computing platform providing virtual machines, managed services, and deep integration with the .NET and Windows ecosystem.
Google's cloud platform spanning compute, storage, and data analytics services, notable for BigQuery and Kubernetes-native tooling.
A developer-friendly cloud provider known for straightforward pricing and simple virtual machines called Droplets, plus managed databases and Kubernetes.
A German cloud provider known for notably low per-hour VM pricing and European data centers, a common pick for indie developers and small teams running their own infrastructure.
Application monitoring platform that captures errors and performance traces with full stack context for faster debugging.
Unified uptime monitoring, log management, and incident alerting platform for keeping production systems observable.
Session replay and monitoring tool that reconstructs user sessions alongside errors and performance metrics.
Privacy-focused, cookieless website analytics with a lightweight script and a simple, no-clutter dashboard.
An open-source dashboarding and observability platform for visualizing metrics, logs and traces from almost any data source.
A unified observability platform combining infrastructure metrics, log management, APM traces and real-user monitoring in one dashboard.
A full-stack observability platform combining APM, infrastructure monitoring, logs and distributed tracing in one place, with a perpetual free tier for a single full-access seat.
Synthetic monitoring and uptime checks written as code (Playwright-based browser checks plus API checks), built for teams that already treat their infrastructure as code.
Developer-focused security platform that scans dependencies, containers, and code for known vulnerabilities.
Open-source web application scanner for finding vulnerabilities through automated and manual penetration testing.
Lets anyone check whether an email address or password has appeared in a known data breach.
Nonprofit certificate authority issuing free, automated TLS certificates to secure websites.
Packages applications and their dependencies into portable containers that run consistently across environments.
Container orchestration system for automating deployment, scaling, and management of containerized workloads.
CI/CD automation built into GitHub for running workflows on pushes, pull requests, and other repository events.
Self-hosted automation server for building, testing, and deploying software through configurable pipelines.
Infrastructure-as-code tool that lets teams define and provision cloud resources using a declarative configuration language.
Agentless automation tool for configuration management, application deployment, and orchestration using YAML playbooks.
An infrastructure-as-code tool that lets you define cloud resources in a real programming language (TypeScript, Python, Go) instead of a domain-specific config format, with state management handled by Pulumi Cloud or your own backend.
A hosted CI/CD platform for building, testing and deploying code on every push, with a config-as-code YAML pipeline definition and a generous free tier for smaller projects.