https://github.com/zeropsio/recipe-turborepo
Turborepo recipe on Zerops
https://github.com/zeropsio/recipe-turborepo
nextjs turborepo zerops-recipe
Last synced: about 2 months ago
JSON representation
Turborepo recipe on Zerops
- Host: GitHub
- URL: https://github.com/zeropsio/recipe-turborepo
- Owner: zeropsio
- Created: 2024-12-31T19:02:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-05T02:11:45.000Z (over 1 year ago)
- Last Synced: 2026-04-01T13:40:48.794Z (3 months ago)
- Topics: nextjs, turborepo, zerops-recipe
- Language: TypeScript
- Homepage:
- Size: 262 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zerops x Turborepo
A Basic Turborepo setup for a monorepo project of web and docs on Zerops.
We also have recipes for [Next.js Static](https://github.com/zeropsio/recipe-nextjs-static) and [Next.js Node.js](https://github.com/zeropsio/recipe-nextjs-nodejs).

## Deploy on Zerops
You can either click the deploy button to deploy directly on Zerops, or manually copy the [import yaml](https://github.com/zeropsio/recipe-turborepo/blob/main/zerops-project-import.yml) to the import dialog in the Zerops app.
[](https://app.zerops.io/recipe/turborepo)
## Recipe features
- Latest version of Next.js 15 with Turbo 2.3.3 running on a load balanced **Zerops Node.js 20** service
- Both Apps (web and docs) are running on the same service, with the ability to scale horizontally and have their own public access urls.
## Production vs. Development
This recipe is ready for production as is, and will scale horizontally by adding more containers in case of high traffic surges. If you want to achieve the highest baseline reliability and resiliace, start with at least two containers (add `minContainers: 2` in recipe YAML in the `app` service section, or change the minimum containers in "Automatic Scaling configuration" section of service detail).
## Changes made over the default installation
Added `start:docs` and `start:web` scripts to the root `package.json` to easily start the apps.
If you want to modify your existing Turborepo app to efficiently run on Zerops, there are no changes needed in the codebase on top of the standard installation, just add [zerops.yml](https://github.com/zeropsio/recipe-turborepo/blob/main/zerops.yml) to your repository.
Need help setting your project up? Join [Zerops Discord community](https://discord.com/invite/WDvCZ54).