Skip to content
This repository has been archived by the owner on Jun 3, 2022. It is now read-only.

Roadmap

Chris Cox edited this page Jan 11, 2017 · 3 revisions

The following is a list of features planned for future Remixer versions. Visit the State of Development for the status of development for each platform.

Modes of operation

Remixer will offer two modes of operation: Cloud and Local.

Cloud

Cloud mode is the way to go if you want to use Remixer with a team. In this mode, variables are defined in a web remote and referenced in code. Variables are accessible and configurable through multiple tools, and changes are propagated in real-time. Our first implementation will use Firebase, but we expect to offer other options in the future.

Local

If you just want to use Remixer to prototype something by yourself, and the in-app overlay is all you need for refining values, then Local mode is for you. Variables are defined in code, and remixer will use your device’s local storage to store any refinements you make.

Going to production

There is no need to make any code changes when shipping your app. Remixer can export all the values to a single static file that can be used for each variable. In production, Remixer will disable the UI for all platforms and prevent any further fetching or syncing of values. Please review the State of Development table for the availability of this feature.

Clone this wiki locally