Cross-Platform Feature Toggle Manager

Job ID: 40057586

Budget: $30 – $250 CAD

I need a tool that lets me define, roll out, and roll back feature flags across Web, Mobile, and Server-side applications from a single, intuitive dashboard. The core workflow I have in mind is simple: wrap any section of code in a flag, push the change, then control who sees what from the console without another deployment.

A typical scenario is an A/B test on my home page—50 % of visitors get a tall hero image, the other 50 % see the short version—so the system must let me configure multiple variants under the same flag and set precise traffic percentages on the fly.



Acceptance criteria
The project is complete when I can:
1. Create a new flag in the dashboard.
2. Reference that flag in sample web, mobile, and backend code.
3. Shift traffic between two variants (e.g., 50 / 50) and see the change reflected live without redeploying.
4. Disable the flag, removing both variants from production immediately.
5. Should be able to ship the code and all artifacts via github
6. Should be able to walkthrough of the code and changes over screenshare.

Feel free to recommend the stack you believe offers the best balance of speed, reliability, and low latency for instant flag updates.