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 ready-to-deploy Vue 3 + Vite hello world app running as a static site on Zerops, with environment configurations covering every stage of the development lifecycle — from AI agent workspaces to highly-available production.

One-click deployment of Umami - modern analytics platform that makes it easy to collect, analyze and understand your website data.

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-rendered TanStack Start application with Nitro Node output, deployed on Zerops. Includes ready-made environment configurations for the full 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 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 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 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 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.
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 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.

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.
A complete Analog Hello World recipe for Zerops — deploying the Angular meta-framework as a static SPA compiled by Vite and served by Nginx. Includes ready-made environment configurations for the full development lifecycle, from AI agents and remote development through stage and 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 minimal PHP application paired with PostgreSQL on Zerops, demonstrating database connectivity, idempotent migrations, and six ready-made environment configurations spanning the full development lifecycle.

Run upstream Kubernetes inside a single Zerops project — nested kubeadm cluster, Calico CNI, Gateway API ingress, and profile-specific add-ons (Istio/Longhorn/Headlamp on Full, Traefik/Longhorn on Production, Traefik-only on Staging). Cluster lifecycle is driven by zerops-recipe-apps/zerops-k8s GitHub Actions after the project import.

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.
This Analog SSR app combines Better Auth with spartan/ui — accessible Angular components on Postgres, with Valkey-cached profile reads, a NATS-driven activity feed indexed into Meilisearch, and presigned object-storage avatar uploads.
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.
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 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 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.

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 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 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.