> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flipt.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Examples

> Examples on how Flipt can be integrated into various applications, frameworks, and tools.

All of our examples are available on [GitHub](https://github.com/flipt-io/flipt/tree/main/examples). Here are some hand-picked examples to get you started.

## Applications

Examples on how to integrate Flipt into various applications and frameworks.

<CardGroup cols={2}>
  <Card href="https://github.com/flipt-io/flipt/tree/main/examples/basic" title="GRPC" icon="golang" color="#00add8">
    How to integrate Flipt into your Go applications with GRPC
  </Card>

  <Card href="https://github.com/flipt-io/flipt/tree/main/examples/nextjs" title="Next.js" icon="node-js" color="#68a063">
    How to integrate Flipt into your Next.js applications using both server-side
    and client-side rendering
  </Card>
</CardGroup>

## Configuration

Examples on how to configure Flipt to fit your needs.

<CardGroup cols={2}>
  <Card href="https://github.com/flipt-io/flipt/tree/main/examples/authentication" title="Authentication" icon="lock" color="#cad929">
    How to setup OIDC authentication with Flipt
  </Card>

  <Card href="https://github.com/flipt-io/flipt/tree/main/examples/database" title="Databases" icon="database" color="#c13e29">
    Configure Flipt to use a PostgreSQL, MySQL or CockroachDB databases
  </Card>

  <Card href="https://github.com/flipt-io/flipt/tree/main/examples/redis" title="Caching" icon="bolt" color="#d82c20">
    Configure Flipt to use an external Redis cache for improved performance
  </Card>
</CardGroup>

## Tooling

Examples on how to integrate Flipt with various third-party tools.

<CardGroup cols={2}>
  <Card href="https://github.com/flipt-io/flipt/tree/main/examples/analytics" title="Analytics" icon="chart-simple" color="#f5a623">
    Integrate Flipt with ClickHouse or Prometheus to collect and display
    evaluation data
  </Card>

  <Card href="https://github.com/flipt-io/flipt/tree/main/examples/tracing" title="Tracing" icon="telescope" color="#4c8abe">
    Integrate Flipt with OpenTelemetry to trace requests with feature flag
    evaluations
  </Card>

  <Card href="https://github.com/flipt-io/flipt/tree/main/examples/metrics" title="Metrics" icon="fire" color="#cd412b">
    Integrate Flipt with Prometheus and Grafana to collect metrics on your
    feature flag usage
  </Card>

  <Card href="https://github.com/flipt-io/flipt/tree/main/examples/audit" title="Auditing" icon="binoculars" color="#00add8">
    Setup audit logging and webhooks for Flipt to track changes within the
    system
  </Card>
</CardGroup>
