Yaade
Yaade is an open source, self-hosted collaborative API development environment. It is specially designed to solve the team's need to share API collections during API development. Compared with some similar tools, it pays more attention to self-hosting and security, allowing sensitive API request information to be safely stored on its own server.
###Use - Account/Password: admin/password - Install the browser plug-in:[Chrome](https://chrome.google.com/webstore/detail/yaade-extension/mddoackclclnbkmofficmmepfnadolfa),[FireFox](https://addons.mozilla.org/en-US/firefox/addon/yaade-extension) ###Application Description - ** Self-hosting mode **: Data is always retained on the user's own server to ensure data privacy and security. - ** Multi-user management **: Supports managing multiple users and assigning different permissions to them to facilitate team collaborative development. - ** Data persistence **: Even if the container or server is restarted, the data is still preserved to ensure that the development process is not affected. - ** Convenient data import/export **: Data import and export can be easily realized through a single file, making data migration and backup convenient. - ** Proxy request **: Proxy requests can be made through both the browser and the server, providing a flexible request method. - ** Documentation support **: Provides Markdown documentation support for REST and Websocket protocols to facilitate recording and viewing API-related information. - ** Script execution **: Supports running scripts as cron jobs or through APIs, and uses pure JavaScript to execute requests or run tests to enhance automation capabilities. - ** Collection Import and Export **: API collections can be imported from OpenAPI or Postman and exported to different languages and frameworks for easy collaboration with other tools. - ** Default dark mode **: Provides a comfortable dark mode to reduce visual fatigue, and is especially suitable for use at night or in low light environments.





