Giter VIP home page Giter VIP logo

feature-flag-hypertune's Introduction

name slug description framework useCase css deployUrl demoUrl relatedTemplates
Hypertune Integration example
feature-flag-hypertune
Learn to use Hypertune, a powerful feature flag, A/B testing and app configuration platform.
Next.js
Edge Middleware
Tailwind
maintenance-page
feature-flag-apple-store

Feature flags, A/B testing and app configuration with Hypertune and Vercel Edge Config

Hypertune is a powerful feature flag, A/B testing and app configuration platform. Optimized for Next.js, Vercel Edge Config and TypeScript. Built with full type-safety and Git version control.

No need to juggle different SDKs for the client and the server. Install one JavaScript SDK that works on both the client and the server and is ready for the new App Router paradigm with React Server Components.

Avoid cumulative layout shift, flickers, out-of-sync client hydration and page load delay. Instantly initialize the SDK on the server from Vercel Edge Config. And instantly initialize the SDK on the client from server props on the first render.

Get auto-generated type-safe code for all your flags. No Uncaught ReferenceError: flag is not defined, no raw strings, no typos and no struggling to find flag references or clean up stale flags.

This example uses Vercel Edge Config to initialize the Hypertune SDK with near-zero latency on the server, so you can access your feature flags and run A/B tests with no performance impact to your app.

Deploy with Vercel

Deploy this example with Vercel in one click:

Deploy with Vercel

You'll be guided through installing the Hypertune Vercel integration and setting up the required environment variables.

Update your feature flag logic

Once you've deployed your project, open the Hypertune UI to update your feature flag logic.

Develop your project locally

  1. Clone your project's repository and cd into it
  2. Run vercel link to link to the Vercel project
  3. Run vercel env pull .env.development.local to pull your environment variables
  4. Run npm i
  5. Run npm run dev

This example assumes your Hypertune project has an exampleFlag feature flag.

Add new feature flags

To add a new feature flag, create it in the Hypertune UI, then regenerate the client with npx hypertune so you can access it with end-to-end type-safety.

feature-flag-hypertune's People

Contributors

philitician avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.