Quick Start
Get your first A/B test live in 5 minutes. One DNS record is all it takes.
Core Concepts
Learn about endpoints, levers, tests, segments, and the results engine.
Integration
Understand how Fleack intercepts traffic and what the fail-open guarantee means.
Recipes
Step-by-step guides for the most common mobile growth tests.
How Fleack works
Fleack intercepts every API call your app makes through a single CNAME on the hostname you already use. It forwards requests unchanged to your real backend, and on the way back it rewrites the targeted JSON value for each user’s assigned variant. When no test is running, the response is byte-identical to what your backend sent.Point DNS at Fleack
Add a CNAME on
api.your-game.com pointing to your Fleack tenant hostname. No code changes in the app.Traffic flows through the edge
Fleack captures request/response samples and automatically classifies which endpoints are safe to test.
Pick a lever and launch a test
Choose a parameter from the Levers catalog — AI finds them automatically. Set variants, allocations, and a segment, then click Launch.
Fleack is designed to be fail-open: if anything goes wrong on Fleack’s side, your end users always see the original backend response. Fleack never breaks your app.