Hypertune
  • Introduction
  • Getting Started
    • Set up Hypertune
    • Next.js (App Router) quickstart
    • Next.js (Pages Router) quickstart
    • React quickstart
    • Remix quickstart
    • Gatsby quickstart
    • Vue quickstart
    • Nuxt quickstart
    • Node.js quickstart
    • React Native quickstart
    • JavaScript quickstart
    • Python quickstart
    • Rust quickstart
    • Go quickstart
    • Web quickstart
    • GraphQL quickstart
  • Example apps
    • Next.js and Vercel example app
  • Concepts
    • Architecture
    • Project
    • Schema
    • Flag lifecycle
    • Logic
    • Variables
    • Splits
    • A/B tests
    • Staged rollouts
    • Multivariate tests
    • Machine learning loops
    • Events
    • Funnels
    • Hypertune Edge
    • Reduction
    • SDKs
    • GraphQL API
    • Git-style version control
    • App configuration
  • Use Cases
    • Feature flags and A/B testing
    • Landing page optimization
    • In-app content management
    • Pricing plan management
    • Permissions, rules and limits
    • Optimizing magic numbers
    • Backend configuration
    • Product analytics
  • Integrations
    • Vercel Edge Config integration
    • Google Analytics integration
    • Segment integration
    • Webhooks
      • Creating webhooks
      • Handling webhooks
  • SDK Reference
    • Installation
    • Type-safe client generation
    • Initialization
    • Build-time logic snapshot
    • Hard-coded fallbacks
    • Local-only, offline mode
    • Hydrate from your own server
    • Wait for server initialization
    • Provide targeting attributes
    • Local, synchronous evaluation
    • Remote logging
    • Getting flag updates
    • Serverless environments
    • Vercel Edge Config
    • Custom logging
    • Shutting down
Powered by GitBook
On this page
  • 1. Sign up
  • 2. Follow the setup wizard
  1. Getting Started

Set up Hypertune

PreviousIntroductionNextNext.js (App Router) quickstart

Last updated 2 months ago

1. Sign up

to Hypertune or to your existing account.

2. Follow the setup wizard

Follow the setup wizard to create a feature flag and access it in your code.

If you've opened an existing project, you can open the setup wizard from the left sidebar.

The wizard will guide you through one of the following language quickstarts:

Sign up
log in
Cover

Next.js (App Router)

Get feature flags in your Next.js App Router app

Cover

Next.js (Pages Router)

Get feature flags in your Next.js Pages Router app

Cover

React

Get feature flags in your React app

Cover

Remix

Get feature flags in your Remix app

Cover

Gatsby

Get feature flags in your Gatsby app

Cover

Vue

Geta feature flags in your Vue app

Cover

Nuxt

Geta feature flags in your Nuxt app

Cover

Node.js

Get feature flags in your Node.js app

Cover

Expo / React Native

Get feature flags in your Expo / React Native app

Cover

JavaScript

Get feature flags in your JavaScript app

Cover

Python

Get feature flags in your Python application

Cover

Rust

Get feature flags in your Rust application

Cover

Golang

Get feature flags in your Go app

Cover

Web / HTML

Get feature flags from any web page

Cover

GraphQL

Get feature flags from any codebase via GraphQL