An open-source, self-hosted, collaborative API development environment for teams to securely manage and share API collections.
Yaade is an open-source API development environment that allows teams to create, test, and manage API collections in a self-hosted, collaborative workspace. It solves the problem of sharing sensitive API data securely by keeping all information on your own servers instead of relying on cloud-based services.
Development teams and organizations that need to collaborate on API development while maintaining strict control over their data security and privacy, particularly those avoiding cloud-based API clients.
Developers choose Yaade because it offers a fully self-hosted, secure alternative to tools like Postman, with built-in multi-user collaboration, persistent storage, and no dependency on external cloud services for data persistence.
Yaade is an open-source, self-hosted, collaborative API development environment.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
All API data is stored on your own server using a file-based H2 database, ensuring sensitive information never leaves your infrastructure, as highlighted in the README's security focus.
Includes built-in user management and permissions for multi-user collaboration, addressing gaps in self-hosted alternatives like Hoppscotch that lack authentication.
Supports importing from OpenAPI or Postman and exporting to various languages, making migration from tools like Postman straightforward with easy single-file handling.
Enables running JavaScript scripts as cron jobs or via API for automated testing and request execution, allowing programmatic control without external tools.
Requires installing a browser extension for CORS proxying, currently only available for Chrome and Firefox, which limits cross-browser usability and adds setup complexity.
Local development requires Java 11, Kotlin, Node.js, and running multiple services, as detailed in the README, making it cumbersome for contributors or rapid prototyping.
Relies on a file-based H2 database, which may not handle high concurrency or large datasets efficiently for big teams or extensive API testing workflows.
Yaade (.9k) is an open-source alternative to the following products: