# Orchard ## Docs - [Authentication](https://docs.leafd.dev/authentication.md): Sign in to Orchard using email, passkeys, or Hack Club OAuth. - [Organizations](https://docs.leafd.dev/concepts/organizations.md): Organizations are the top-level container for all your Orchard resources. - [Projects](https://docs.leafd.dev/concepts/projects.md): Projects contain your deployments and are isolated in their own Kubernetes namespace. - [Workspaces](https://docs.leafd.dev/concepts/workspaces.md): Workspaces group related projects together within an organization. - [Build Logs](https://docs.leafd.dev/deployments/build-logs.md): Monitor and debug your deployment builds with real-time logs. - [Environment Variables](https://docs.leafd.dev/deployments/environment-variables.md): Configure your deployments with environment variables. - [Deploy from GitHub](https://docs.leafd.dev/deployments/from-github.md): Build and deploy your application directly from a GitHub repository. - [Deploy from Docker Image](https://docs.leafd.dev/deployments/from-image.md): Deploy a pre-built Docker image from any container registry. - [Deployments Overview](https://docs.leafd.dev/deployments/overview.md): Learn how deployments work in Orchard and the different ways to deploy your applications. - [Introduction](https://docs.leafd.dev/index.md): Deploy your applications to Kubernetes with Orchard, Hack Club's container orchestration platform. - [Ingresses](https://docs.leafd.dev/networking/ingresses.md): Route HTTP traffic to your deployments with custom domains and automatic HTTPS. - [Services](https://docs.leafd.dev/networking/services.md): Expose your deployments to the network with Kubernetes services. - [Quickstart](https://docs.leafd.dev/quickstart.md): Deploy your first application to Orchard in under 5 minutes. - [Volumes](https://docs.leafd.dev/storage/volumes.md): Attach persistent storage to your deployments for databases and file storage. - [Team Collaboration](https://docs.leafd.dev/team-collaboration.md): Invite team members and manage access with role-based permissions. ## Optional - [GitHub](https://github.com/hackclub/orchard)