Learn how to set up Open studio locally
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:
The app is now available at http://localhost:3000
.
We use Vercel to deploy Open Studio. Make sure to set all the environment variables.
Here’s how to solve some common problems.
Tinybird isn't working
Make sure you have the correct region set. You can adjust the region in the .env
file.
I'm getting rate limited by Gmail
This can happen if your Gmail account is connected to another service that’s making requests.
To fix this you can check what other services are connected to your Gmail account and remove any that you don’t need.
I'm getting rate limited by OpenAI
To solve this you can:
Learn how to set up Open studio locally
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:
The app is now available at http://localhost:3000
.
We use Vercel to deploy Open Studio. Make sure to set all the environment variables.
Here’s how to solve some common problems.
Tinybird isn't working
Make sure you have the correct region set. You can adjust the region in the .env
file.
I'm getting rate limited by Gmail
This can happen if your Gmail account is connected to another service that’s making requests.
To fix this you can check what other services are connected to your Gmail account and remove any that you don’t need.
I'm getting rate limited by OpenAI
To solve this you can: