Installation Guide

Get started with MyFlags by installing the appropriate SDK for your application.

Installation Options

Choose the installation method that best fits your application's needs.

Next.js Installation

Install the Next.js SDK using npm or yarn:

npm install @myflags/next

Or with yarn:

yarn add @myflags/next

React Installation

Install the React SDK using npm or yarn:

npm install @myflags/react

Or with yarn:

yarn add @myflags/react

Core (Node.js) Installation

Install the Core SDK using npm or yarn:

npm install @myflags/core

Or with yarn:

yarn add @myflags/core

Next Steps

After installation, you'll need to:

  1. Configure your SDK with your API key
  2. Initialize the client in your application
  3. Start using feature flags in your code

For detailed instructions, check out the specific SDK documentation: