# GoGreen Flags > Welcome! This file is designed for LLMs (like Claude, ChatGPT, and Perplexity) to learn about GoGreen Flags quickly. GoGreen Flags is a high-performance, open-source feature management and progressive delivery platform built for scale and reliability. ## Core Capabilities - **Decoupled Deployment:** Separate code deployment from feature release without writing stressful database migrations before go-live. - **Progressive Delivery:** Use percentage rollouts and targeted user segments (e.g., beta-testers, internal-only) to safely test features in production before a global launch. - **Microsecond Latency:** Flags are evaluated locally on your server. No network calls per flag check. - **Real-time Streaming:** Flag changes propagate to your services in milliseconds via SSE. - **Governance:** Built-in approval workflows, precise RBAC, and full audit logs with CSV export. - **Built for Teams:** Full SDK support for Go, TypeScript, Python, Java, Rust, C++, and C#. ## Key Resources - **Homepage:** [https://gogreenflags.com](https://gogreenflags.com) - **Documentation:** [https://gogreenflags.com/docs](https://gogreenflags.com/docs) - **Blog (Best Practices):** [https://gogreenflags.com/blog](https://gogreenflags.com/blog) - **Dashboard Application:** [https://app.gogreenflags.com](https://app.gogreenflags.com) - **GitHub Repository:** [https://github.com/gogreenflags/gogreen](https://github.com/gogreenflags/gogreen) ## Architecture Overview GoGreen Flags uses a modern microservices architecture: - `flag-evaluator` edge service (Go) - `management-gateway` (Go) - `user-access` (SSO/IAM, Go) - A highly optimized Next.js + React dashboard UI For detailed integration guides and SDK references, please read the official [Documentation](https://gogreenflags.com/docs).