Linking to Bonsai for remixes
On Bonsai, collectors of a post are allowed to remix it - which sends them to the studio page with all the configuration of that Smart Media post. Moreover, if that smart media object has an associated token, the token is carried forward and associated with the new remixed creation.
ℹ️ In the future, this feature may not be exclusive to collectors from the Bonsai app

Linking to the Bonsai app for remixes
Since the Remix feature is not actually gated at the protocol level, anyone can remix a Smart Media post if properly linked to the Bonsai app from another client.
First, get the light Smart Media object
Showing whether a post is Smart MediaThen, construct the URL to link the user out to the Bonsai app
https://app.onbons.ai/studio/create?template={media.template}&remix={media.postId || post.slug}&remixSource={media.mediaUrl}
For example, to remix this post, the URL should look like this
https://app.onbons.ai/studio/create?template=adventure_time&remix=3bkqx29zpdv30r8b7ms&remixSource=https%3A%2F%2Feliza.onbons.ai
To confirm it worked, you should see the correct template loaded with most input fields filled out. Using the same example:

Last updated