Skip to content
forked from tryabby/abby

Open-Source Feature Flags, Remote Config & A/B Tests for Developers ⛳🧪

License

Notifications You must be signed in to change notification settings

deverestHood/abby

Repository files navigation

A/BBY Banner

About A/BBY

A/BBY is a open source feature management and A/B testing platform. It is designed to be easy to use and easy to integrate into your existing applications. It aims to improve the developer experience by providing a simple and statically typed API for feature management and A/B testing.

Besides its official SDKS it also offers a friendly and easy to understand Dashboard for the non-developers in your team.

A/BBY focuses on privacy. This means it won't track any user data and uses no marketing cookies. It also doesn't use any third party services. You can self host it or use the hosted version available at tryabby.com.

Getting Started

TL;DR:

git clone [email protected]:tryabby/abby.git
pnpm i
pnpm db:start
pnpm db:migrate
cp apps/web/.env.example apps/web/.env
pnpm dev

Now open your browser at http://localhost:3000 and have fun :)

What's inside?

This turborepo uses pnpm as a package manager. It includes the following packages/apps:

Apps and Packages

  • docs: a Next.js with Nextra
  • web: another Next.js app using the T3 Stack
  • core: The A/BBY core JavaScript SDK which all other JS SDKs are based on
  • react: The A/BBY React SDK
  • next: The A/BBY Next.js SDK
  • angular: The A/BBY Angular SDK
  • svelte: The A/BBY Svelte SDK

Each package/app is 100% TypeScript.

Utilities

This turborepo has some additional tools already setup for you:

Useful Links

Learn more about the power of Turborepo:

About

Open-Source Feature Flags, Remote Config & A/B Tests for Developers ⛳🧪

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 75.5%
  • MDX 19.5%
  • Svelte 2.2%
  • JavaScript 2.0%
  • Other 0.8%