After deploying one of the environments and getting to know Zerops, you have two paths forward. 1 Clone our GitHub repositories and use the whole recipe as a template, or if you already have an existing application on a similar stack, 2 integrate the recipe setup with your application.
Small production environment offers a production-ready setup optimized for moderate throughput.
Taking ownership of the Small Production environment
📦 Clone the template repositories
Fork or clone the following to your local machine or GitHub account:
🏁 What's next?
Even when you use this recipe as a template, it's good to have an idea of what steps were taken to best integrate the apps into Zerops.
One environment rarely tells the full story — deploy environments for other stages of development to see how they work on Zerops.
Related Recipes
More recipes with similar technologies and categories.

React Router Static Hello World
A complete React Router v7 hello world recipe for Zerops — deploying a React Router v7 SPA (static mode, no SSR) as a static site built by Node.js and served by Nginx, with ready-made environment configurations demonstrating build-time environment variable injection via Vite.

React (Vite) Static Hello World
A complete React + Vite hello world recipe for Zerops, demonstrating static site deployment with build-time environment variable injection — compiled by Node.js, served by Nginx, ready-made for every stage of the development lifecycle.
Bun Hello World
A Bun application connected to PostgreSQL, running on Zerops with six ready-made environment configurations — from AI agent and remote development to stage and highly-available production.
Go Hello World
Go recipe for Zerops — a minimal HTTP server backed by PostgreSQL, showcasing idempotent database migrations, environment-variable-driven configuration, and the complete set of Zerops infrastructure patterns across six ready-to-deploy environment configurations.