https://github.com/zeropsio/recipe-redwoodjs
Redwoodjs on Zerops.
https://github.com/zeropsio/recipe-redwoodjs
recipe redwoodjs zerops-recipe
Last synced: 7 months ago
JSON representation
Redwoodjs on Zerops.
- Host: GitHub
- URL: https://github.com/zeropsio/recipe-redwoodjs
- Owner: zeropsio
- License: mit
- Created: 2025-05-16T06:08:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-20T12:33:50.000Z (about 1 year ago)
- Last Synced: 2025-08-29T08:40:23.784Z (10 months ago)
- Topics: recipe, redwoodjs, zerops-recipe
- Language: TypeScript
- Homepage:
- Size: 229 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zerops x Redwoodjs
RedwoodJS is a modern, full-stack JavaScript framework designed to streamline the development of web applications by integrating a cohesive set of technologies and tools. It combines React for the frontend, GraphQL for API communication, and Prisma for database interactions, all within a single monorepo structure. Zerops makes deploying and running Redwoodjs apps, a breeze.

## Deploy to Zerops
You can either click the deploy button to deploy directly on Zerops, or manually copy the [import yaml](https://github.com/zeropsio/recipe-redwoodjs/blob/main/zerops-project-import.yml) to the import dialog in the Zerops app.
[](https://app.zerops.io/recipe/redwoodjs)
## Recipe features
- Latest version of **Redwoodjs** with SSR running on a load balanced **Zerops Node.js** service.
- Uses Graphql and Database running on **Postgres 17**.
## 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
If you want to modify your existing Redwoodjs 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-redwoodjs/blob/main/zerops.yml) to your repository.
Need help setting your project up? Join [Zerops Discord community](https://discord.com/invite/WDvCZ54).