packages/docs/docs/editor-starter/vs-studio.mdx
The Remotion Studio and the Editor Starter are different products for different purposes.
<table> <thead> <tr> <th></th> <th style={{width: '40%'}}>Remotion Studio</th> <th style={{width: '40%'}}>Editor Starter</th> </tr> </thead> <tbody> <tr> <td><strong>Screenshot</strong></td> <td></td> <td></td> </tr> <tr> <td><strong>What is it?</strong></td> <td>A preview tool for Remotion compositions.</td> <td>A boilerplate for building your own video editor.</td> </tr> <tr> <td><strong>How to start</strong></td> <td><code>npx remotion studio</code></td> <td><code>npx react-router dev</code></td> </tr> <tr> <td><strong>Target audience</strong></td> <td>Developers wanting to make videos</td> <td>Developers wanting to build a video editor</td> </tr> <tr> <td><strong>What are you coding?</strong></td> <td>The video itself</td> <td>The video editor</td> </tr> <tr> <td><strong>What is the format of the video?</strong></td> <td>React code</td> <td><a href="/docs/editor-starter/state-management">JSON-serializable state</a></td> </tr> <tr> <td><strong>Who edits the video?</strong></td> <td>The developer writes code that defines the video</td> <td>An end user edits the video visually.</td> </tr> <tr> <td><strong>One-time price</strong></td> <td>Free</td> <td>$600</td> </tr> <tr> <td><strong>Licensing fee</strong></td> <td colSpan={2}>Free for individuals and small companies. Companies need a <a href="https://www.remotion.pro/license">Company License</a> to use Remotion.</td> </tr> </tbody> </table>