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 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.
A server-side rendered Analog application — Angular's full-stack meta-framework powered by Vite and Nitro — connected to a PostgreSQL database on Zerops. Includes idempotent migrations and six ready-made environment configurations for the complete development lifecycle.
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 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 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 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.
NestJS showcase exercising the full managed-service set on Zerops — PostgreSQL, Valkey cache, NATS broker, object storage, and Meilisearch — wired across a NestJS API, a static SPA frontend, and a standalone background worker, with all the essentials a porter needs to clone, deploy, and adapt the stack to their own product.

Java Hello World recipe running on Zerops, backed by a PostgreSQL database. Built with Spring Boot, the recipe demonstrates the full Zerops integration pattern: idempotent schema migration, database-backed health check, and ready-made environment configurations spanning the entire development lifecycle.

Nuxt Hello World recipe for Zerops — a fully static Nuxt site generated with nuxi generate and served by Nginx, with build-time environment variable injection and ready-made configurations for every stage of the development lifecycle.
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 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.
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 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 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 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 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.

Ready-to-deploy SvelteKit recipe for Zerops, showing how to build a static SPA with adapter-static and inject environment configuration at build time using the PUBLIC_* convention. Includes environment configurations for the entire development lifecycle.

A minimal Next.js 15 server-side rendering recipe connecting to a PostgreSQL database, running on Zerops. Demonstrates the full SSR lifecycle: standalone build, idempotent migration via zsc execOnce, and a live health check that queries the database on every request.
Production-grade WordPress on Zerops — Composer-managed core, an isolated web root, a Redis object cache, S3-backed media, and real cron. A 12-factor take on WordPress, wired natively into the platform.
A minimal Astro SSR application with a server-rendered health check page that connects to a PostgreSQL database, runs idempotent migrations, and queries live data — demonstrating the full Zerops SSR integration pattern.

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.

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.

.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.
Basic example of running Rust applications on Zerops. Simple Actix Web API with single endpoint that reads from and writes to a PostgreSQL database.

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.