Launching today

Remix
Figma, but on your production app. Test variants and ship.
95 followers
Figma, but on your production app. Test variants and ship.
95 followers
Your whole team, experimenting on the real product. Remix lets any team member spin up a variant of your actual product: a safe, sandboxed copy you shape by prompting. No setup, no risk to production. Explore ideas side by side as a team. Like where two variants are headed? Drag one into the other to merge them. When an idea is ready, open a PR straight to GitHub. Every prompt is recorded, so reviewers see exactly how it was built and a live link lets anyone test before a single line hits main.






Remix
@heshamghandour Giving the whole team the ability to spin up variants without the anxiety of breaking production is the dream. The drag-and-drop merge to PR pipeline sounds incredibly smooth. Good luck for the launch.
@heshamghandour The sandbox is what I'd want to understand before handing this to a support rep or a designer. When someone spins up a live copy of the real product, what is it running against: a snapshot of production data, seeded fixtures, or something synthetic?
Remix
@clement_avq Good question, and the honest answer is: none of the three by default. The sandbox runs the real app off the branch, what it talks to is a config decision you make, not something Remix picks for you.
For the case you're describing (support rep or designer poking at a live copy), I'd point it at a dev or staging backend.
They get a fully clickable version of the real product, and nothing they do touches production data.
The other options are there if you want them: point it at production if that's genuinely what you need, host a backend sandbox on Remix too so a frontend sandbox talks to its own isolated backend, or upload a build running on synthetic data.
Happy to walk through how you'd wire it up for your setup.