Rock8Cloud

Blueprints

Curated one-click deployable bundles for popular technologies

Curated one-click deployable bundles for popular technologies. Each blueprint includes a Dockerfile, database migrations, and a sample REST API endpoint so you can deploy to Rock8Cloud without any setup.


Go

REST API backend built with Go 1.23, Gin, and PostgreSQL. One table, one API endpoint, Swagger UI, full Docker support out of the box.

LayerTechnology
LanguageGo 1.23
HTTP frameworkGin
Database driverpgx/v5 (pgxpool)
Migrationsgolang-migrate (embedded)
API docsswaggo/swag + gin-swagger

View full details →  ·  GitHub →


Java (Maven + PostgreSQL)

REST API backend built with Java 21, Spring Boot 3.4.1, and PostgreSQL. One table, one API endpoint, Swagger UI, full Docker support out of the box.

LayerTechnology
LanguageJava 21
FrameworkSpring Boot 3.4.1
BuildMaven 3.9
MigrationsFlyway
ORMSpring Data JPA / Hibernate
API docsspringdoc-openapi 2.7 (Swagger UI)

View full details →  ·  GitHub →


Kotlin (Gradle + PostgreSQL)

REST API backend built with Kotlin 1.9, Spring Boot 3.4.1, and PostgreSQL. One table, one API endpoint, Swagger UI, full Docker support out of the box.

LayerTechnology
LanguageKotlin 1.9.25 (JVM 21)
FrameworkSpring Boot 3.4.1
BuildGradle 8
MigrationsFlyway
ORMSpring Data JPA / Hibernate
API docsspringdoc-openapi 2.7 (Swagger UI)

View full details →  ·  GitHub →


Laravel

Fullstack web application built with PHP 8.2+, Laravel 11, and PostgreSQL. Serves a Blade-rendered HTML page and a JSON API. Full Docker support out of the box.

LayerTechnology
LanguagePHP 8.2+
FrameworkLaravel 11
MigrationsLaravel migrations (Eloquent)
ORMEloquent
Web serverApache (mod_rewrite)

View full details →


Next.js (API + Swagger)

REST API backend built with Next.js 15, Node.js, and PostgreSQL. Serves a JSON API and renders a Swagger UI. Full Docker support out of the box.

LayerTechnology
RuntimeNode.js 20
FrameworkNext.js 15
LanguageTypeScript 5
Database drivernode-postgres (pg)
API docsswagger-ui-react + hand-authored OpenAPI spec

View full details →  ·  GitHub →


Next.js + React

Fullstack application built with Next.js 15, React 19, and PostgreSQL. Backend exposes a JSON API; the frontend is a React client component. Full Docker support out of the box.

LayerTechnology
RuntimeNode.js 20
FrameworkNext.js 15
FrontendReact 19 (client component)
LanguageTypeScript 5
Database drivernode-postgres (pg)

View full details →  ·  GitHub →


PHP

REST API backend and HTML frontend built with plain PHP 8.3, nginx, and PostgreSQL — no framework. Full Docker support out of the box.

LayerTechnology
LanguagePHP 8.3
Web servernginx + PHP-FPM
DatabasePostgreSQL (PDO)
MigrationsCustom runner (plain SQL)

View full details →


React

Pure frontend application built with React 19, Vite 6, and TypeScript. Fetches data from a separate backend service. Works as the frontend counterpart to any of the backend blueprints above.

LayerTechnology
FrameworkReact 19
Build toolVite 6
LanguageTypeScript 5
Web servernginx (production)

View full details →  ·  GitHub →

On this page