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.
| Layer | Technology |
|---|---|
| Language | Go 1.23 |
| HTTP framework | Gin |
| Database driver | pgx/v5 (pgxpool) |
| Migrations | golang-migrate (embedded) |
| API docs | swaggo/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.
| Layer | Technology |
|---|---|
| Language | Java 21 |
| Framework | Spring Boot 3.4.1 |
| Build | Maven 3.9 |
| Migrations | Flyway |
| ORM | Spring Data JPA / Hibernate |
| API docs | springdoc-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.
| Layer | Technology |
|---|---|
| Language | Kotlin 1.9.25 (JVM 21) |
| Framework | Spring Boot 3.4.1 |
| Build | Gradle 8 |
| Migrations | Flyway |
| ORM | Spring Data JPA / Hibernate |
| API docs | springdoc-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.
| Layer | Technology |
|---|---|
| Language | PHP 8.2+ |
| Framework | Laravel 11 |
| Migrations | Laravel migrations (Eloquent) |
| ORM | Eloquent |
| Web server | Apache (mod_rewrite) |
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.
| Layer | Technology |
|---|---|
| Runtime | Node.js 20 |
| Framework | Next.js 15 |
| Language | TypeScript 5 |
| Database driver | node-postgres (pg) |
| API docs | swagger-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.
| Layer | Technology |
|---|---|
| Runtime | Node.js 20 |
| Framework | Next.js 15 |
| Frontend | React 19 (client component) |
| Language | TypeScript 5 |
| Database driver | node-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.
| Layer | Technology |
|---|---|
| Language | PHP 8.3 |
| Web server | nginx + PHP-FPM |
| Database | PostgreSQL (PDO) |
| Migrations | Custom runner (plain SQL) |
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.
| Layer | Technology |
|---|---|
| Framework | React 19 |
| Build tool | Vite 6 |
| Language | TypeScript 5 |
| Web server | nginx (production) |