This page is for developers who want to set up Open Studio locally. Full details are available in the GitHub README. We also have a video available here:

Prerequisite You should have installed Node.js (version 18.10.0 or higher).

To run Open Studio locally, you’ll need to set up your environment variables and install the dependencies:

pnpm i
cd apps/web
pnpm dev

The app is now available at http://localhost:3000.

Deployment

We use Vercel to deploy Open Studio. Make sure to set all the environment variables.

Troubleshooting

Here’s how to solve some common problems.

This page is for developers who want to set up Open Studio locally. Full details are available in the GitHub README. We also have a video available here:

Prerequisite You should have installed Node.js (version 18.10.0 or higher).

To run Open Studio locally, you’ll need to set up your environment variables and install the dependencies:

pnpm i
cd apps/web
pnpm dev

The app is now available at http://localhost:3000.

Deployment

We use Vercel to deploy Open Studio. Make sure to set all the environment variables.

Troubleshooting

Here’s how to solve some common problems.