The studio application runs on port 3005.

zopio includes Prisma Studio, which is a visual editor for your database. To start it, run the following command:

Terminal
pnpm dev --filter studio

If you have an issue with Prisma Studio, firstly check your Prisma Schema and .env file for the correct database URL and make sure it’s running. See /packages/database for more details.