Skip to content

Commit

Permalink
add Flags SDK README (#1100)
Browse files Browse the repository at this point in the history
Adds a README to the Flags SDK
  • Loading branch information
dferber90 authored Feb 28, 2025
1 parent a9f05b7 commit 4dfaef2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions flags-sdk/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Flags SDK

The [Flags SDK](https://flags-sdk.dev/) is a free, open-source library for using feature flags in Next.js and SvelteKit.

Examples in this folder use the Flags SDK combined with different flag and experimentation providers to implement an ecommerce example application.

Examples are further set up to integrate with [Flags Explorer](https://vercel.com/docs/workflow-collaboration/feature-flags/using-vercel-toolbar), which allows overridding feature flags and experiments for the current session.

### Template

The starting point for these provider specific examples is maintained [in the Flags SDK repository](https://github.com/vercel/flags/tree/main/examples/shirt-shop).

0 comments on commit 4dfaef2

Please sign in to comment.