
Faster-Fixes
KI-Agent behebt Client-Feedback automatisch – ohne Revision-Chaos
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.

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

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

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

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

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

Erstelle Flussdiagramme und technische Diagramme direkt im Browser


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

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

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


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

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


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

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


CO2-Fußabdruck von Websites messen und Nachhaltigkeit verbessern


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


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


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