Rock8Cloud

Blueprints

Curated one-click deployable bundles for popular technologies

Curated one-click deployable bundles for popular technologies. A blueprint clones a template into your GitHub account, creates the services it needs, provisions any database or bucket, and wires the environment variables between them. Nothing to configure before the first deploy.

To deploy one, open Blueprints in the dashboard, pick a blueprint, and click Deploy. You own the resulting repository and can change anything in it.


Astro Static Site

Static Astro site built with Bun and served by nginx. Single repo, no database, no environment variables.

LayerTechnology
FrameworkAstro
BuildBun (multi-stage)
Runtimenginx:alpine on port 80

View full details →  ·  GitHub →


Elysia + TanStack Dashboard

Authenticated dashboard starter, typed end to end. Elysia API on Bun plus a TanStack Start web app on PostgreSQL, in one monorepo, with a seeded demo login.

LayerTechnology
APIElysia on Bun (port 3001)
WebTanStack Start + TanStack Query + shadcn/ui (port 3000)
Authbetter-auth cookie sessions
DatabasePostgreSQL + Drizzle ORM
Type safetyEden, the web app imports the API type

View full details →  ·  GitHub →


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 →


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. The backend exposes a JSON API and 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 →


Strapi + Next.js

Headless CMS website. Strapi 5 admin plus a Next.js 16 frontend on PostgreSQL, with S3 media, dynamic pages, live preview, and ISR.

LayerTechnology
CMSStrapi 5 (port 1337)
FrontendNext.js 16 App Router, Tailwind v4 + shadcn/ui (port 3000)
DatabasePostgreSQL
MediaS3-compatible object storage

View full details →  ·  GitHub →


Vue

Vue 3 single-page app scaffolded with create-vue and served by nginx. Single repo, no database, no environment variables.

LayerTechnology
FrameworkVue 3 + Vite
State and routingPinia, Vue Router
Runtimenginx:alpine on port 80

View full details →  ·  GitHub →

On this page