Skip to content

Commit 4dfaef2

Browse files
authored
add Flags SDK README (#1100)
Adds a README to the Flags SDK
1 parent a9f05b7 commit 4dfaef2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: flags-sdk/README.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Flags SDK
2+
3+
The [Flags SDK](https://flags-sdk.dev/) is a free, open-source library for using feature flags in Next.js and SvelteKit.
4+
5+
Examples in this folder use the Flags SDK combined with different flag and experimentation providers to implement an ecommerce example application.
6+
7+
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.
8+
9+
### Template
10+
11+
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 commit comments

Comments
 (0)