Full-stack Tech Stacks
End-to-end recipes spanning client, API, and data layers.
Curated Full-stack Stacks & Recipes
13 total- MERNNamed
MongoDB, Express, React, and Node.js — a widely taught full-stack JavaScript pattern for SPAs with a document database.
- MEANNamed
MongoDB, Express, Angular, and Node.js — the Angular-centered counterpart to MERN for enterprise-leaning SPAs.
- MEVNNamed
MongoDB, Express, Vue, and Node.js — the Vue.js variant of the classic Mongo + Express + Node pattern.
- PERNNamed
PostgreSQL, Express, React, and Node.js — a relational-database variant of MERN used heavily in production SaaS.
- Next.js + PostgreSQLRecipe
Next.js application backed by PostgreSQL — a common modern web recipe for SaaS products and marketing sites with a relational store.
- Next.js + Prisma + PostgreSQLRecipe
Next.js with Prisma ORM against PostgreSQL — a dominant TypeScript full-stack recipe for typed database access.
- Next.js + Drizzle + PostgreSQLRecipe
Next.js with Drizzle ORM and PostgreSQL — a SQL-first TypeScript alternative to Prisma gaining adoption in the Next ecosystem.
- T3 Stack (Next.js + tRPC + Prisma + PostgreSQL)Recipe
Focused, full-stack Next.js recipe emphasizing end-to-end type safety with tRPC, Prisma ORM, and PostgreSQL.
- Remix + PostgreSQLRecipe
Remix full-stack React framework with PostgreSQL — focused on web standards, nested routes, and server loaders.
- Nuxt + PostgreSQLRecipe
Nuxt (Vue) full-stack framework with PostgreSQL for server routes and SSR applications.
- SvelteKit + PostgreSQLRecipe
SvelteKit application with PostgreSQL — a rising full-stack Svelte recipe for SSR and API endpoints.
- Next.js + SupabaseRecipe
Next.js frontend/backend with Supabase (Postgres + auth + APIs) — a popular managed backend recipe.
- Next.js + FirebaseRecipe
Next.js with Firebase Auth/Firestore/Hosting patterns — common for rapid product prototypes and realtime apps.
Explore Other Categories
Discover technology stacks across other architectural domains.