
Developer Tools
75 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

Headroom
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

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

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

Mermaid Live Editor
Erstelle Flussdiagramme und technische Diagramme direkt im Browser


WalletWallet
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

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


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

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


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

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


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


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


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

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.
