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.
| Layer | Technology |
|---|---|
| Framework | Astro |
| Build | Bun (multi-stage) |
| Runtime | nginx: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.
| Layer | Technology |
|---|---|
| API | Elysia on Bun (port 3001) |
| Web | TanStack Start + TanStack Query + shadcn/ui (port 3000) |
| Auth | better-auth cookie sessions |
| Database | PostgreSQL + Drizzle ORM |
| Type safety | Eden, 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.
| 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 →
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. The backend exposes a JSON API and 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 →
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.
| Layer | Technology |
|---|---|
| CMS | Strapi 5 (port 1337) |
| Frontend | Next.js 16 App Router, Tailwind v4 + shadcn/ui (port 3000) |
| Database | PostgreSQL |
| Media | S3-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.
| Layer | Technology |
|---|---|
| Framework | Vue 3 + Vite |
| State and routing | Pinia, Vue Router |
| Runtime | nginx:alpine on port 80 |