Developer Tools

74 curated tools in this category

Developer tools are the instruments between editor and deployment: API clients, database tools and testing frameworks, plus complete backend building blocks. With 75 entries, this category is one of the largest in the directory, from the browser-based API client Hoppscotch to PocketBase, which packs an entire backend into a single file. Almost everything here is open source, and much of it runs locally, with no account and no forced cloud.

At this volume, orientation helps more than any ranking. The guide below the tools sorts the category into subgroups and shows how to tell sustainable developer tools from short-lived projects. It also explains why local tools are often the safer choice when credentials are involved.

Faster-Fixes — KI-Agent behebt Client-Feedback automatisch – ohne Revision-Chaos

Faster-Fixes

Freemium
Developer Tools

KI-Agent behebt Client-Feedback automatisch – ohne Revision-Chaos

Headroom — Komprimiert KI-Agent-Kontexte um 60-95% – weniger Tokens, gleiche Antworten

Headroom

Open Source
Developer Tools

Komprimiert KI-Agent-Kontexte um 60-95% – weniger Tokens, gleiche Antworten

BlameJS — Node.js-Framework ohne npm-Dependencies mit Post-Quantum-Krypto und Audit-Chain

BlameJS

Developer Tools

Node.js-Framework ohne npm-Dependencies mit Post-Quantum-Krypto und Audit-Chain

PDFaid — Kostenloser Online-PDF-Editor mit 50+ Tools zum Bearbeiten und Konvertieren

PDFaid

Free
Developer Tools

Kostenloser Online-PDF-Editor mit 50+ Tools zum Bearbeiten und Konvertieren

Playwright — End-to-End-Testing und Browser-Automatisierung für moderne Web-Apps

Playwright

Open Source
Developer Tools

End-to-End-Testing und Browser-Automatisierung für moderne Web-Apps

Mermaid Live Editor — Erstelle Flussdiagramme und technische Diagramme direkt im Browser

Mermaid Live Editor

Open Source
Developer Tools

Erstelle Flussdiagramme und technische Diagramme direkt im Browser

faker.js — Generiere realistische Fake-Daten für Testing und Development

faker.js

Open Source
Developer Tools

Generiere realistische Fake-Daten für Testing und Development

WalletWallet — Erstelle kostenlos digitale Wallet-Pässe für Apple und Google Wallet im Browser

WalletWallet

Free
Developer Tools

Erstelle kostenlos digitale Wallet-Pässe für Apple und Google Wallet im Browser

c15t — Open-Source Consent-Banner für GDPR/DSGVO mit voller Entwickler-Kontrolle

c15t

Open Source
Developer Tools

Open-Source Consent-Banner für GDPR/DSGVO mit voller Entwickler-Kontrolle

chartbrew — Live KPI-Dashboards aus Datenbanken und APIs ohne BI-Overhead erstellen

chartbrew

Freemium
Developer Tools

Live KPI-Dashboards aus Datenbanken und APIs ohne BI-Overhead erstellen

Dub — Moderne Link-Attribution-Plattform für Tracking und Affiliate-Marketing

Dub

Developer Tools

Moderne Link-Attribution-Plattform für Tracking und Affiliate-Marketing

crawl4ai — Open-Source Web Crawler & Scraper für LLM-freundliche Markdown-Ausgabe

crawl4ai

Open Source
Developer Tools

Open-Source Web Crawler & Scraper für LLM-freundliche Markdown-Ausgabe

Rybbit — Cookielose Google Analytics Alternative mit Session Replay und GDPR-Konformität

Rybbit

Freemium
Developer Tools

Cookielose Google Analytics Alternative mit Session Replay und GDPR-Konformität

Alexandrie — Zentrale Plattform für Entwickler-Tools und technische Ressourcen

Alexandrie

Developer Tools

Zentrale Plattform für Entwickler-Tools und technische Ressourcen

structurizr — Software-Architektur mit C4-Modell als Code visualisieren und dokumentieren

structurizr

Freemium
Developer Tools

Software-Architektur mit C4-Modell als Code visualisieren und dokumentieren

LeanCTX — Reduziert Token-Kosten für Claude, Cursor & Copilot um bis zu 99%

LeanCTX

Open Source
Developer Tools

Reduziert Token-Kosten für Claude, Cursor & Copilot um bis zu 99%

docsify — Dokumentations-Generator ohne Build-Prozess direkt im Browser

docsify

Open Source
Developer Tools

Dokumentations-Generator ohne Build-Prozess direkt im Browser

Websitecarbon — CO2-Fußabdruck von Websites messen und Nachhaltigkeit verbessern

Websitecarbon

Freemium
Developer Tools

CO2-Fußabdruck von Websites messen und Nachhaltigkeit verbessern

MAZANOKE — Selbst gehosteter Bild-Optimizer, der direkt im Browser läuft

MAZANOKE

Open Source
Developer Tools

Selbst gehosteter Bild-Optimizer, der direkt im Browser läuft

CompressO — Kostenlose Open-Source-App zur Komprimierung von Videos und Bildern

CompressO

Open Source
Developer Tools

Kostenlose Open-Source-App zur Komprimierung von Videos und Bildern

webscore.app — Website-Performance und SEO-Analyse in einem Tool

webscore.app

Developer Tools

Website-Performance und SEO-Analyse in einem Tool

BentoPDF — Kostenloses PDF-Toolkit mit 100% clientseitiger Verarbeitung für maximale Privatsphäre

BentoPDF

Free
Developer Tools

Kostenloses PDF-Toolkit mit 100% clientseitiger Verarbeitung für maximale Privatsphäre

XnView — Kostenloser Bildbetrachter mit 500+ Formaten und Stapelverarbeitung

XnView

Free
Developer Tools

Kostenloser Bildbetrachter mit 500+ Formaten und Stapelverarbeitung

Mailpit — SMTP-Testing-Tool für Entwickler mit moderner Web-UI und API

Mailpit

Open Source
Developer Tools

SMTP-Testing-Tool für Entwickler mit moderner Web-UI und API

What are developer tools?

Developer tools support the daily work on software without becoming part of the shipped product: API tools for testing endpoints, database tools for queries and migrations, plus testing frameworks and complete backend building blocks. The category is cut broadly; the common denominator is the high share of open source. Most tools here run locally or on your own infrastructure.

Typical use cases

Building and testing APIs: Hoppscotch is an open source API client that runs in the browser and can be self-hosted. Collections and environment variables work the way you know from Postman, just without a forced cloud account.

Automating browser tests: Playwright drives all three major browser engines through one API and has established itself as a standard for end-to-end testing. Its built-in auto-waiting reduces the flaky tests that plagued older frameworks.

Backend without boilerplate: PocketBase packs a database, authentication and a REST API into a single executable file and carries prototypes as well as smaller production projects. If you work with your own database, Prisma offers a type-safe ORM for TypeScript.

What matters when choosing

Local vs. cloud: Many commercial developer tools move core features into the cloud, complete with mandatory accounts for the whole team. Local or self-hosted tools avoid that. With API collections full of credentials, this is also a security question.

Project health: A tool that moves deep into your workflow should be actively maintained. Release frequency, and whether a company or a single person stands behind it, tells you more than the star count on GitHub.

Lock-in: Prefer tools that build on open standards, such as OpenAPI import and export in an API client. A later switch then stays a chore instead of becoming a fresh purchase.

Frequently asked questions

Which open source alternative to Postman is there?

Hoppscotch is the best-known browser-based alternative and can be operated entirely on your own infrastructure. Alongside it, Bruno has established itself as a local API client that stores collections as files in your Git repository.

What is the difference between Playwright and Selenium?

Both automate browsers. Selenium is the older standard with broad language support and a huge ecosystem. Playwright ships with auto-waiting and network mocking out of the box and produces more stable tests in practice; for new projects it is usually the more direct choice.

With 75 entries, the best way in is through your concrete problem, such as testing an endpoint or setting up a backend. Each detail page shows a tool's strengths, weaknesses and matching alternatives.

Meooow! Want tool tips by email?

Yes, please!