Skip to main content
Turn any task into a shareable starter. Generate a remix link for any task and share it with anyone. Recipients get an instant clone of your entire app - screens, code, and integrations - ready to customize with their own credentials.
Paid feature: Creating remix links requires a paid Rocket plan (Personal, Rocket, or Booster). Anyone can use a remix link to clone a task, even on a free plan.

Use cases

Client handoff

Build a project for a client and share the remix link. They clone it, add their own API keys, and own the project.

Starter projects

Create reusable starter projects for common app types and share them with your team or community.

Portfolio showcase

Share working demos of your projects. Viewers can clone and explore the full codebase.

Education and tutorials

Build example projects for courses or tutorials. Students clone and follow along with their own copy.

What is included in a remix

IncludedNot included
All screens and pagesEnvironment variables and API keys
Complete codebaseDeployment settings
Integration configuration (which services are connected)Domain configuration
UI components and styling
Navigation and routing
API keys and integration credentials stored in environment variables are automatically stripped from remix links. Recipients must add their own credentials after cloning.
Hardcoded secrets are not stripped. If you have pasted API keys, tokens, or passwords directly into your code rather than storing them in environment variables, Rocket cannot detect or remove them. Always use environment variables for secrets.

Detailed walkthrough

Before you begin

You will need:
  • A rocket.new account, signed in.
  • An active paid subscription (Personal, Rocket, or Booster plan).
  • A task you want to share.
1

Click the Remix icon

Open the task you want to share. Click the Remix icon in the top toolbar.A popup appears explaining that Rocket will create a copy of your task that anyone can use and build on. Click Remix to generate the link.
Rocket task editor with the Remix task popup open, showing the Remix button.Rocket task editor with the Remix task popup open, showing the Remix button.
2

Copy and share your link

Rocket generates a unique shareable URL. Click Copy link and share it with anyone.
Remix task popup showing the generated remix URL with a Copy link button.Remix task popup showing the generated remix URL with a Copy link button.
Anyone with the link can clone your task to their Rocket account, even if they are on a free plan.
1

Preview and clone the task

Click the remix link shared with you. You will see a preview page with the task title, description, view count, and a live preview of the app.
Remix link preview page showing the task title, description, view count, Remix in Rocket button, and a live preview of the app on the right.
Click Remix in Rocket to clone the entire task to your account.
Success check: You will be redirected to your new task with a confirmation message.
2

Add your credentials

After cloning, add any required API keys or credentials for integrations used in the project (Supabase, Stripe, OpenAI, etc.).
Environment variables and integration keys are automatically removed from remix links for security. You must provide your own.

What’s next?

Iterate with chat

Customize the cloned project using natural language.

Connectors

Add your own API keys to activate the integrations.

Using templates

Browse Rocket’s built-in template library for more starting points.

Launch your app

Publish the task to the web once you have made it yours.