Andras Bacsai b3818d86dd asdf
2026-01-02 15:19:35 +01:00
2026-01-02 15:19:35 +01:00
2025-12-26 11:40:00 +01:00
2025-12-26 11:40:00 +01:00

Coolify Examples

Example applications for deploying to Coolify.

Runtimes

Runtime Description
node Node.js applications

Node.js Examples

Backend Frameworks

Framework Description
simple-webserver Pure Node.js HTTP server
expressjs Express.js web framework
fastify Fastify web framework
nestjs NestJS framework
adonisjs AdonisJS framework

Frontend Frameworks

Framework SSR Static
nextjs ssr static
nuxtjs ssr static
remix ssr static
astro ssr static
sveltekit ssr static
tanstack-start ssr static
angular ssr static
vite - static
eleventy - static
gatsby - static

SSR vs Static

  • SSR (Server-Side Rendering): Pages rendered on each request. Requires a running server.
  • Static: Pages pre-rendered at build time. Output is plain HTML/CSS/JS files served via a static file server.

Getting Started

Each example includes a README with instructions. Generally:

cd <example-directory>
npm install
npm run dev     # development
npm run build   # production build
npm start       # production server
Description
Example applications to deploy with Coolify
Readme Apache-2.0 22 MiB
Languages
Vue 38.4%
PHP 22%
TypeScript 15%
Elixir 5.5%
CSS 3.4%
Other 15.6%