A curated list of high quality examples, starter kits and production ready open source software. Each recipes includes example for the whole development lifecycle, from local / remote developement, through stage to production, as well as detailed knowledge base how to best integrate your existing stack with Zerops, and advanced topics like seeding, migrations, backups and scaling.
A Laravel application connected to PostgreSQL, Valkey (Redis-compatible), S3-compatible object storage, and Meilisearch, running on Zerops with six ready-made environment configurations — from AI agent and remote development to stage and highly-available production.
A Nestjs 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.

.NET 9 recipe for Zerops demonstrating a minimal web service with automatic PostgreSQL migrations and a health check endpoint that verifies live database connectivity. Includes ready-made configurations for every stage of the development lifecycle — from AI agent environments to highly-available production.

A ready-to-deploy SvelteKit recipe for Zerops — showcasing static site deployment with build-time environment variable injection, SPA routing, and six environment configurations covering the full development lifecycle.

A minimal Qwik City SSR application running on Zerops with Node.js, connecting to a PostgreSQL database. Ships with six ready-made environment configurations — from AI agent workspaces to highly-available production — covering the full development lifecycle.

A server-rendered SvelteKit application connected to a PostgreSQL database, deployed on Zerops. Demonstrates adapter-node SSR, idempotent database migrations, and environment variable injection across all lifecycle stages.

A minimal server-side rendered application built with React Router v7 on Zerops, connecting to a PostgreSQL database. Includes ready-made environment configurations for every stage of the development lifecycle - from AI agent workspaces through local development to highly-available production.
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.

A ready-to-deploy Qwik City static site recipe for Zerops — demonstrates build-time environment variable injection, the Node.js build / Nginx serve split, and six pre-configured environments covering the full development lifecycle.

A minimal Ruby web application built with Sinatra and Puma, connected to PostgreSQL on Zerops. Includes a database migration demo, a health-check endpoint, and ready-made infrastructure configurations for the entire development lifecycle.
Production-ready image processing pipeline showcasing distributed architecture on Zerops — a Bun + React frontend with real-time WebSocket updates and live architecture visualization, a Python worker for async image processing via NATS, backed by PostgreSQL, Valkey, and S3-compatible object storage.
A minimal Astro application deployed as a static site on Zerops — compiled with Node.js at build time, served by Nginx at runtime, with ready-made configurations for every stage of the development lifecycle.
A minimal PHP application paired with PostgreSQL on Zerops, demonstrating database connectivity, idempotent migrations, and six ready-made environment configurations spanning the full development lifecycle.

A server-rendered SolidStart application running on Zerops, backed by a PostgreSQL database. The app demonstrates SolidStart's Nitro-powered SSR pipeline — self-contained server bundle with idempotent database migrations on every deploy.
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.

A minimal Angular application deployed as a static site on Zerops — compiled with the Angular CLI (ng build) and served by Nginx, with ready-made environment configurations for every stage of the development lifecycle.
A Laravel 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.

A minimal SolidStart application deployed as a
static site on Zerops — Vinxi compiles routes into
pre-rendered HTML/CSS/JS served by Nginx, with build-time environment variable
injection using the VITE_* prefix. Includes ready-made configurations for
every stage of the development lifecycle.

A server-side rendered Angular application connected to a PostgreSQL database, running on Zerops. Demonstrates Angular's built-in SSR support via @angular/ssr and Express, idempotent database migrations, and the full Zerops build and deploy pipeline across six ready-made environment configurations.

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.

A server-rendered Nuxt application connected to a PostgreSQL database, deployed on Zerops. Includes idempotent database migrations and ready-made environment configurations for the full development lifecycle.

A Python 3.11 application built with Flask and served by
Gunicorn, backed by PostgreSQL on Zerops.
Demonstrates vendored dependencies via pip --target, idempotent database
migrations, and a production-ready WSGI setup — paired with six ready-made
environment configurations from AI agent workspaces to highly-available production.

A Node.js application with Express and TypeScript connected to a PostgreSQL database on Zerops, demonstrating idempotent migrations and a health endpoint that proves both connectivity and data integrity.

A ready-to-deploy Next.js Hello World recipe for Zerops, showcasing static export mode — built with Node.js and served by Nginx, with environment configurations covering every stage of the development lifecycle.

A Deno 2 application with a PostgreSQL database, ready to deploy on Zerops. Includes six environment configurations — from AI agent and remote development workspaces through staged and highly-available production setups — each with a full build and deploy pipeline.