Favicon of Yaade

Yaade

Develop APIs in a secure, open-source environment on your own servers. This tool offers easy setup, low hardware needs, and external auth integration.

This is a collaborative API development environment built with a self-hosted first philosophy. It provides a secure and configurable platform for your team to work on APIs without relying on third-party cloud services. By keeping all your data on your own servers, you eliminate the need to share sensitive information like secrets and passwords externally.

The platform is designed for ease of use and control:

  • 100% Open-Source: The entire codebase is available for you to view, modify, and contribute to, ensuring full transparency.
  • Easy Self-Hosting: Get started quickly with a straightforward setup process and minimal hardware requirements.
  • Enhanced Security: Maintain complete control over your API collections and environment variables by storing them within your own infrastructure.
  • Flexible Authentication: Integrate your existing user management systems by connecting external authentication providers using OAuth2 and OIDC.

Directory Structure

yaade
yaade-data
.env
docker-compose.yml

docker-compose.yml

services:
  yaade:
    image: esperotech/yaade:latest
    container_name: yaade
    ports:
      - 9339:9339
    volumes:
      - ./yaade-data:/app/data
    environment:
      - YAADE_ADMIN_USERNAME=${YAADE_ADMIN_USERNAME}
      - YAADE_ADMIN_PASSWORD=${YAADE_ADMIN_PASSWORD}
    restart: unless-stopped

.env

YAADE_ADMIN_USERNAME=admin
YAADE_ADMIN_PASSWORD=your_super_secret_password
Categories:

Share:

Ad
Favicon

 

  
 

Similar to Yaade

Favicon

 

  
  
Favicon

 

  
  
Favicon