mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 13:28:57 +00:00
b3818d86dd8f02907ff4484c4e71e82e5b100ac1
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
Languages
Vue
38.4%
PHP
22%
TypeScript
15%
Elixir
5.5%
CSS
3.4%
Other
15.6%